I am facing issue regarding Flash animation, I am new to action scripting.
on (rollOver){
gotoAndPlay(2);
}
Once mouse over,start animation and complete its loop and stop. and mouse over should be disable while it complete its loop (300 frames), if then mouse over happen it should be started again from frame 2. There are one movie clip and movie clip imported into one scene. I am using action script 2.0
Thanks in advance