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 1:59 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.



 [ 4 posts ] 
[Question] How to make a Scene Select screen? 
Author Message

Joined: Sun Nov 29, 2009 4:20 pm
Posts: 3
Gender: Anime Girl
Can anyone tell me?
Can anyone tell me where can i find Fox and Falco SPRITE?

And Thanks :D


Hi Hi dont forget Captain Falcon Sprite!!!


Thu Dec 24, 2009 9:35 am
User avatar

Joined: Fri Jan 02, 2009 6:02 pm
Posts: 7283
Location: Australia
Country: Australia (au)
Gender: Male
MGN Username: Tid
Currently Playing: Deep™ The™ Game™
Hey, you should probably put the sprite questions in a separate topic okay mate?
As for scene select, it's not too difficult really. What I'd do is make a button. Then select the button and click F9.
Type in this actionscript:
on (release) {
gotoAndPlay(?);
}
And then, change the question mark into the number of the frame you want it to go to.
Then just make a different button for each scene. :D Hope this helps.

_________________
ImageImageImageImage
Ask me anything!!!
Special thanks to Steven for my beautiful Deep avatar! <3


Thu Dec 24, 2009 10:54 pm
WWW
Site Moderator
User avatar

Joined: Fri May 22, 2009 3:44 pm
Posts: 4156
Location: saying things with posed looks
Gender: Anime Girl
Skype: Snail's Legacy
Currently Playing: umib and unib
Waifu: SNAIL
what i would do is make a movie clip and on each frame of that movieclip (or MC for short from now on), make 1 button that takes you a scene, or frame in your movie. then go outside of that mc and make 2 triangle buttons; one pointing right of the scene select mc and one pointing to the left like so:



Code:
     
           

 
              /             |                                      |            \
            /               |                                      |              \
          /                 |  SCENE SELECT MOVIECLIP              |                \
          \                 |                                      |                /
            \               |                                      |              /
              \             |                                      |            /                 









give the Scene select MC an instance name of "ssl" no quotes.
the arrows will be used for selecting the scene. on the left arrow, put this code:

Code:
on (release) {
_root.ssl.prevFrame();
}



on the right arrow, put this code:

Code:
on (release) {
_root.ssl.nextFrame();
}



Hope this Helps! :wee:

_________________
Image

Image Image Image

early 2k nostalgia mode


Thu Jan 06, 2011 12:19 am
User avatar

Joined: Fri Jan 02, 2009 6:02 pm
Posts: 7283
Location: Australia
Country: Australia (au)
Gender: Male
MGN Username: Tid
Currently Playing: Deep™ The™ Game™
Gotta be one of the biggest bumps I've ever seen.
Hell, this was back when I was using AS2.

_________________
ImageImageImageImage
Ask me anything!!!
Special thanks to Steven for my beautiful Deep avatar! <3


Thu Jan 06, 2011 7:53 am
WWW
Display posts from previous:  Sort by  
 [ 4 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.