I am doing some transitions using the actions on a symbol. I want to go from a certain state to the static state (beginning of the timeline) on mouseout. Is there a way to add easing to this in the action for the symbol?
I have added to the actions:
sym.play("static");
Where "static" is the label for the beginning of the timeline. At the moment the button simply snaps back to it's starting position and I would like it to ease back down to it's starting position. (I hope that makes sense!)