a veeery basic and easy onmouseover/onrollover question
hi.
i've got this silly little question: what is the correct actionscript for making a mc go to another frame when mouse is over it? simple, i know, but new for me. i've tried this:
hi
well, now it doesn't complain about mistakes any more, which is an imrpvement - but it still won't work:
i have a mc in my movie. when the mouse is over it, i'm trying to tell the mc to go to frame2 called 'play'. in the first frame of the mc i have a stop-command, so that the mc would stay still when mouse is not over it. i use this in the first frame of my main movie:
When used on the timeline, you don't have to use "gotoAndStop(1)" , simply put "stop();" on the frame. And you don't need to use "play();" on the timeline either, just leave it blank. It there is no stop(); action on that frame, then the movie will play regardless.