Help with collisions.
cbowers428
Member Posts: 176
I have blocks that can fall down but once they fall down I want it so that they are immoveable. My main actor runs into them and it causes them to bump to the side. I have it so that there is a Change Attribute on the blocks so the Moveable is set to false when they hit the ground, but that doesn't fix it. Please Help!
Comments
http://gamesalad.com/forums/topic.php?id=14681
Anyone got any ideas?
Or the other thing is that even if a actor is not movable, you can still interpolate its position. So you can have them non movable from the start and have them interpolate down to get them falling. That way when they reach the ground they cant move at all.
Let me know how it goes.