Hi Guys,
I am currently creating an animation that plays once you mouse over a zone. However I would like to make sure it only play once instead of repeatedly.
Just wondering how to do this.
So the main zone/frmae has this code
sym.play("Frame"); //The Frame is actually a label
and to end the animation
sym.stop()
Just wondering how you would go about doing this?
Thanks!
Oliver