flash question
flash question
Out of context: Reply #5
- Started
- Last post
- 14 Responses
- joyride0
you will need to put a stop(); on the first frame of your movie clip. Then you should create a function using the onRollOver call to play the movie from frame 2. Then create an onRollOut function to gotoAndStop(1) so it stops. Hope this puts you in the right direction.