You need a Grounds Gold Account to post on the NG BBS!If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!
i put Stage.showMenu = false; in the loading screen and then in a couple of frames after the main page i put this
onEnterFrame=function(){
if(Key.isDown(2)){
gotoAndStop("Scene 2", 49);
}
}
(note: thats where i had a game over you cheated start
again) it works realy well
At 1/28/07 08:18 PM, V3ng3anc3 wrote:
put this on the frame
onEnterFrame=function(){
if(Key.isDown(2)){
_root.gotoAndStop(the frame you want to go to);
}
}
it worked but i want it to go to scene 2 frame 48 how do i do it