HELP! collide problem
Hi..
I am trying to make my ball bounce randomly of walls but I have a problem.
Basically the ball bounces ALOT after it hits the wall,
i.e. it is vibrating, moving retiredly etc.. I have tried everything.
Basically, I have a behaviour that when it hits wall, move up....
collide is not working as it just sticks to the wall.
-- IN other words , the actor is bouncing a little bit up when colliding but goes right back down, and up again, down, up, down etc
NB, I have a, maybe, contradicting "move" behaviour that continues to move it down.
please HELP!!!
thx for any help!
I am trying to make my ball bounce randomly of walls but I have a problem.
Basically the ball bounces ALOT after it hits the wall,
i.e. it is vibrating, moving retiredly etc.. I have tried everything.
Basically, I have a behaviour that when it hits wall, move up....
collide is not working as it just sticks to the wall.
-- IN other words , the actor is bouncing a little bit up when colliding but goes right back down, and up again, down, up, down etc
NB, I have a, maybe, contradicting "move" behaviour that continues to move it down.
please HELP!!!
thx for any help!
Sydney Swans 2014!!
Best Answer
-
AcceleratedGames Posts: 201
First, make sure that both the wall and the ball have bounciness set to 1. Then delete the move behavior. That should fix it.