EditStop an actor on collision
Basic Idea: Actor should be lighter than the object it collides with. Also, the object should be solid.
Sample Game:
http://www.popfly.com/users/team/HowDoI-StopOnCollision Details:
- Make the object heavier than the actor
Actor->(Object)->Properties
 Mass Property (Click the image to view full size) |
- Make sure the object that actor collides with is solid
Actor->(Object)
 Solid Actor (Click the image to view full size) |