Be a Supporter!

Menus

  • 224 Views
  • 4 Replies
New Topic Respond to this Topic
Spac3case916
Spac3case916
  • Member since: Jul. 8, 2009
  • Offline.
Forum Stats
Member
Level 16
Artist
Menus 2010-06-06 04:29:55 Reply

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 : ((


[-----free like clouds-----]
My art thread <3

BBS Signature
wrayn3
wrayn3
  • Member since: May. 29, 2010
  • Offline.
Forum Stats
Member
Level 03
Musician
Response to Menus 2010-06-06 04:41:54 Reply

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

Spac3case916
Spac3case916
  • Member since: Jul. 8, 2009
  • Offline.
Forum Stats
Member
Level 16
Artist
Response to Menus 2010-06-06 05:07:04 Reply


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


[-----free like clouds-----]
My art thread <3

BBS Signature
wrayn3
wrayn3
  • Member since: May. 29, 2010
  • Offline.
Forum Stats
Member
Level 03
Musician
Response to Menus 2010-06-06 05:22:08 Reply

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.

I hope i can help you?
ok thanks
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

Spac3case916
Spac3case916
  • Member since: Jul. 8, 2009
  • Offline.
Forum Stats
Member
Level 16
Artist
Response to Menus 2010-06-06 08:33:25 Reply


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


[-----free like clouds-----]
My art thread <3

BBS Signature