How to make something bounce off walls?
CrustyDiscipline
Member Posts: 2
Probably very simple but I couldn't figure it out!
I need a cannon ball to bounce off an actor called Wall. What's happening now is that the cannon ball is moving forward because of the Move behavior, but forward relative to the actor, and when it hits the wall it turns and starts going in loops!
How can I make it so that the ball will fire in the direction the cannon is pointing and bounce off walls normally (no gravity btw), without losing any speed?
I need a cannon ball to bounce off an actor called Wall. What's happening now is that the cannon ball is moving forward because of the Move behavior, but forward relative to the actor, and when it hits the wall it turns and starts going in loops!
How can I make it so that the ball will fire in the direction the cannon is pointing and bounce off walls normally (no gravity btw), without losing any speed?
Comments
Try changing the fixed rotation also.
Darren.