View Full Version : Button
How do I make a button that when you click it, it goes to the next frame? :confused:
TimothyMGT
01-25-2006, 07:07 PM
on( release){
gotoAndPlay(20);
}
press F1 in flash and you will find alot of help ..
cheers
Spot3313
01-25-2006, 07:17 PM
on( release){
gotoAndPlay(20);
}
press F1 in flash and you will find alot of help ..
cheers
the "20" here represents frame 20... for a next frame action use
mc.nextFrame();
2 things, 1 it didnt work, and 2, the help hing sucks. It doesnt help at all.
flashead
01-26-2006, 07:11 PM
i didnt work
a suggestion to utk:
you won't get very far if you just keep telling them "it didn't work".
that doesn't help anyone understand what you're doing wrong.
you need to explain things better, or post a file or some code to let us know exactly what you are doing.
also...
How do I make a button that when you click it, it goes to the next frame?
what exactly do you want to go to the next frame? the button? or your movie?
and is your button a movieclip symbol or a button symbol?
k.
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.