animate then switch to still image
![app-etite](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
Hi guys
I have a dog running and when he hits something I just want a still image to replace the animation.
At the moment I have when dog collides with object then change image.. but it just flicks the image and the animation keeps playing.. Ive tried it with a timer to display for 5 seconds, doesn't work.
Dont know how to do it without destroying and spawning
cheers
I have a dog running and when he hits something I just want a still image to replace the animation.
At the moment I have when dog collides with object then change image.. but it just flicks the image and the animation keeps playing.. Ive tried it with a timer to display for 5 seconds, doesn't work.
Dont know how to do it without destroying and spawning
cheers
Comments
make a rule when the dog collides with the object, change attribute animateoff to 1
put the animation behavior in a rule when attribute animateoff=0
then make one more rule in the dog when attribute animateoff=1
change attribute self image to yourimagename.png
cheers
Thanks!!!