How to make falling down Actor
966055
Member Posts: 6
Hi
I want to fall Actor after the another actor pass under it ?
look to the image to show it clear
http://www.m5zn.com/uploads/2011/2/20/photo/0220110902039kkwp00z4smknv9z5o.png
Thanks
I want to fall Actor after the another actor pass under it ?
look to the image to show it clear
http://www.m5zn.com/uploads/2011/2/20/photo/0220110902039kkwp00z4smknv9z5o.png
Thanks
Comments
When Actor B overlaps/collides with actor C change game.attribute (whatever you want to call it) to 1.
Actor A has a rule;
If game.attribute = 1 then accelerate 270 degrees.
If you have other actor A's in the scene, then have the next Actor C change the game.attribute to 2. The 2nd Actor A will fall when the game.attribute is equal to 2. (and so on and so on).
I think this should work for you. Give it a try and if it doesn't work, let us know.
Thank you for replay very speed
Thank you for replay very speed