lets say you have a main menu, and u want a scene select menu. These will all be on frames, a frame per menu. on your main menu youll make a button symbol and as AS
on(release){
gotoAndStop(//what ever frame number your secne select menu is)
}
and another button on your scene select
on(release){
gotoAndStop(//scene name,//frame number)
}
hope that helps!
Kuoke
newgrounds.com/flash
XxMercsxX
ty very much