Please Help Actor Animation
creativeapps
Member Posts: 1,770
I have 2 actors. Actor A and Actor B. there are few animation in Actor B. And I want to stop that animation when Actor A touch the Actor B. how to I do that? Please help
Comments
In actor b put all your animations rules and stuff in a rule that says when attribute animationstop is false
have another rule in actor b when actor collides with actor a
-change attribute animation stop to true.
At any time you want the animations to start up again, change animationstop to false
cheers
http://oi55.tinypic.com/d5kdz.jpg
http://www.youtube.com/user/GameSaladCookbook/
But for your question the top rule with the animation behavior is currect, but if you want a continous animation uncheck restor original image
For the rule at the bottom, take out the bottom part of the rule when attribute is true, so the rule only says when actor overlaps or collides with solid platform
drag a change attribute behavior into that rule and change attribute animation stop to true
cheers