Sorry if this has been covered, I did a quick check on front page and didn't see much.
I have two objects. I want it so when ObjectA is colliding with ObjectB , ObjectB plays animation frame 2 or a different animation.
I know how to do this with Events.
My issue is that I get it to change color, but stays that color even when ObjectA stops colliding. I want it to revert back to original animation/frame (different color basically).
Is there a relatively easy way to do this , I can't figure it out.
I've done:
'ObjectA' 'is overlapping ObjectB' --> 'set ObjectB animation to "animation2/frame2"'.
Within ObjectB's animation - I have two animations. Both consist of one frame. First animation is when they aren't collided (say black) then second animation is exact same but color green.
I have also tried 'ObjectA' 'on collision with ObjectB' 'set ObjectB animation to "animation2/frame2"'.
It switches but stays on that Animation/color even when objects stop colliding. I have also tried using animation frames but I don't want it to loop - as it makes the object blink from animation. I want it to stay on animation 2 or frame 2 while it's colliding, but revert to animation 1 or frame 1 when it stops colliding..
Help - I probably made this more complicated then it needs to be..brain fart <img src="smileys/smiley18.gif" border="0" align="middle" />