you need to make sure that your button is a button not a movie clip. then enter the following: on (release) { //Movieclip GotoAndStop Behavior _root.gotoAndStop("5"); //End Behavior
}
were it says 5 change to another frame number also change stop to play if you want it to auto play.
Try action script 2.0 it is easier to use:
First click on your symbol and got the behaviors menu Then click the + symbol movie clip goto and stop or play then click absolute and type in the frame you want
I cannot open video's for one of my classes online. It says error on page but I have no idea what...
(More)
I cannot open video's for one of my classes online. It says error on page but I have no idea what the error is. I've downloaded and updated seems like everything. Can someone help please????
vista does not show .dxr files (made in director 8.5) On xp it works. What is the reason for this?...
(More)
vista does not show .dxr files (made in director 8.5) On xp it works. What is the reason for this? Do I need to go to mx 2004 and compact my movies there. Or will a mx 2004 projector do the trick? Both? Or is it something else? Thanks
Want to play through entire movie once, then have it go back to frame 82 and play through again from...
(More)
Want to play through entire movie once, then have it go back to frame 82 and play through again from that frame. How should I write the action script?