moving and bouncing
UtopianGames
Member Posts: 5,692
Hi Guys,
Trying to make some balls move in a random direction when scene starts (i have done this with the change velocity, random...) but when the balls collide with another actor they don't bounce and stop moving or move very slowly.
The balls need to keep moving at a constant speed and bounce off another actor that's spawned when i touch the screen.
Ball is set up with: Density 0.2, friction 0, restitution 2.
It's strange because the balls bounce off each other perfect but wont bounce from the actor spawned when i touch the screen.
Darren.
EDIT: i can get the balls to bounce from the spawned actor if i increase the speed of the balls to 100+ but i want the speed to be around 50 (pretty slow)
Trying to make some balls move in a random direction when scene starts (i have done this with the change velocity, random...) but when the balls collide with another actor they don't bounce and stop moving or move very slowly.
The balls need to keep moving at a constant speed and bounce off another actor that's spawned when i touch the screen.
Ball is set up with: Density 0.2, friction 0, restitution 2.
It's strange because the balls bounce off each other perfect but wont bounce from the actor spawned when i touch the screen.
Darren.
EDIT: i can get the balls to bounce from the spawned actor if i increase the speed of the balls to 100+ but i want the speed to be around 50 (pretty slow)