The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.34 / 5.00 31,296 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.07 / 5.00 10,082 Viewsok i made buttons i put stop(); and then button wont work i put the button script then it just skipe the sence i but stop and the buton script and wont work plz help
me noob at making MOVIES
have you tried behaviors? im not that good at flash myself. but i tried as much as i can to help.... well with the bad grammar and spelling within your question and all.
shift + F3
"Some people never go crazy. What truly horrible lives they must lead." - Charles Bukowski.
If you are using AS2 follow these steps:
Select the keyframe the button is on, put this into the actionscript panel
stop();
Create your button, convert to symbol (click F8 while selected) and select it as a button. Now select the button and put this actionscript into it:
on(release){
_root.gotoAndPlay(FRAMENUMBER);
}
And just change where it says "FRAMENUMBER" to the frame number you want it to go when you click the button. :)