Hello,
I am working on a flash step-by-step guide. and i have a problem.
There are 3 layers, 1 is scripts 2 is invisible button 3 is a cover screen(mc)
, inside cover screen. on its own timeline , it has an animation.
, what im trying to do is ; when i roll over the invisible button , i want the cover screen timeline to play and stop at a certain frame, when rolled out, i want it to play again and get to the beginning.
I used this on my invisible button.
on (rollOver){ cover.gotoAndPlay("fadein"); } on (rollOut) { cover.gotoAndPlay("fadeout"); } fadein and fadeout are the frame names inside cover_mc
but id doeswnt work:S
any idea's why?