The McLeodGaming forums were permanently closed on April 30th, 2020. You are currently viewing a read-only archive.
View unanswered posts | View active topics It is currently Fri May 15, 2020 5:44 am

Forum rules


IMPORTANT

This Forum is for Flash related questions ONLY! Do not ask questions about spriting, Game Maker, Photoshop, or anything else not related to Flash.



 [ 3 posts ] 
[Request] Menu Screens 
Author Message

Joined: Fri Oct 17, 2008 7:17 pm
Posts: 8
How can u make a menu screen for flash like the ones on newgrounds. thanks


Tue Nov 04, 2008 11:17 am
User avatar

Joined: Mon Aug 11, 2008 1:09 pm
Posts: 166
Location: England lol
Gender: Male
Currently Playing: Minecraft
I'm guessing you mean like, play, scene selection, extras, credits, etc...?

Using buttons with the following code might help if so:

Code:
on(release) {
   _root.gotoAndStop("credits");
}


The "credits" part refers to a frame label called credits but can also be a number of a frame like so:

Code:
on(release) {
   _root.gotoAndStop(4);
}


Tue Nov 04, 2008 5:15 pm
WWW
User avatar

Joined: Mon Aug 11, 2008 7:17 am
Posts: 313
Location: hell along side bluemage77.
agreed.

_________________
URL="http://www.mubos-md.com/brawlcards/levelup.php?22555"
Image
Click here to level up my card!.....pretty please?
0 /"><br />Click here to level up my card!</a>/color


Fri Nov 07, 2008 11:40 pm
YIM WWW
Display posts from previous:  Sort by  
 [ 3 posts ] 

Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software for PTF.