ease out flash
ease out flash
Out of context: Reply #7
- Started
- Last post
- 7 Responses
- ********0
or
create a movie clip
and animate it in the MC time line with a stop after first animation state (in this case there is a stop at key frame 10)
and on the root time line drop this inyourmovieClip.onRollOver = function(){
this.gotoAndPlay(2);
}
yourmovieClip.onRollOut = function(){
this.gotoAndPlay(11);
}