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 Viewsive looked all over, and i just cant find how to create a menu in flash MX 2004
what im looking for is creating buttons that skip to specefic frames.
ive been at it for 2 hours with very little progress.
help : ((
At 6/6/10 04:29 AM, Spac3case916 wrote: ive looked all over, and i just cant find how to create a menu in flash MX 2004
what im looking for is creating buttons that skip to specefic frames.
ive been at it for 2 hours with very little progress.
help : ((
well what will help me help you is what Actionscript do you use 1 or 2. I know how to make menu's like that in AS3 but I'm sure it won't be difficult to figure it out in AS1 or As2.
I hope i can help you?
Regards
Wayne Rayner
Listen to my latest song Polato
well what will help me help you is what Actionscript do you use 1 or 2. I know how to make menu's like that in AS3 but I'm sure it won't be difficult to figure it out in AS1 or As2.
I hope i can help you?
ok thanks
i used 2.0
At 6/6/10 05:07 AM, Spac3case916 wrote:
well what will help me help you is what Actionscript do you use 1 or 2. I know how to make menu's like that in AS3 but I'm sure it won't be difficult to figure it out in AS1 or As2.ok thanks
I hope i can help you?
i used 2.0
say you have a button in made and you named it play.
click on the button and hit f9. it should come up with the actions panel.
put this code in that area
on (release) {
gotoAndPlay(2);
}
that code will basically play frame 2
also remember have a stop(); on the frame where your menu will be so that it doesn't keep playing.
Also I'm sorry for helping you as if you are programmer I jsut don't know your Programming Knowledge. Also I'm not 100% sure this will work as I got it from a tutorial.
I hope I helped
Regards
Wayne Rayner
Listen to my latest song Polato
on (release) {
gotoAndPlay(2);
}
that code will basically play frame 2
also remember have a stop(); on the frame where your menu will be so that it doesn't keep playing.
Also I'm sorry for helping you as if you are programmer I jsut don't know your Programming Knowledge. Also I'm not 100% sure this will work as I got it from a tutorial.
I hope I helped
thnaks this helped alot.
i think i just got so overwhelmed by all of the text and code....foeregin language basically.
thank you so much for responding to my posts.
i really appreciate it.
-joe