How to completely stop my actor when it collides with a wall
PandaParents
Member Posts: 64
Hi, I am having trouble to make a train stop once it collides with a wall. I first used "accelerate" function to make it move into a scene, and then I built a wall and used "change velocity" function to change its speed to 0 once it hits the wall. However, it did not stop completely. Instead, it slowed down but then continued moving through the wall and left the scene. I searched the forum but could not find a similar problem like this. I would appreciate it if you could help me solve this problem. Thanks!
Comments
Try this:
https://www.mediafire.com/?f1ycu4y3a8x55re
Turn the 'bounciness' down to 0 on the train actor and the wall actor.