View Full Version : Help! How do I make a second page to my soundboard?
brandonyz
05-10-2004, 11:55 PM
I have tried everything to make a second page to my soundboard. Can somebody please give me the Actionscript code to be able to click a button and it takes me to the second page of my soundboard?
born2lose
05-11-2004, 05:01 AM
damn you post the same friggen question alot. Ok heres what you do. Frame 1 has your main board right? in timeline, click on a layer with a keyframe in it and in the actionscript type stop(); this will stop the movie from going to frame 2. make a button, click on the button, and in the actionscript type in on (release) { gotoAndStop(2);}
this will send the movie to frame 2 and stop. If you want to be able to go back to frame 1, type on (release) { gotoAndStop(1);} within a button you create in frame 2.
If you arent sure how to create a frame, right click a layer in frame 2 on the timeline and hit insert keyframe.
You'll probably be banned before you get this message but o well.
brandonyz
05-12-2004, 12:46 AM
That was exactly what I needed. Thank you so much!!!
BobBarker
06-11-2004, 12:39 AM
thanks for tell him how to do that since i learned something new as well
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.