Zidane_ffs
10-01-2003, 10:31 AM
Okay this is gonna seem stupid but here we go...
I'm making a game and so far i have a title screen, options screen and character select screen. On the title screen I have 2 buttons, START amd OPTIONS. Know usually i'd use a button but instead I wanted to select them using the arrow keys so I used a pair of movieclips. The problem is when you hit Shift when selecting options it should go to options. However for some reason it goes to the start of the game - the little movie before the title screen.
Here's the action script
} else if (select==false && Key.isDown(Key.ENTER)) {
tellTarget (_root) {
gotoAndPlay("Options", 1);
}
You can ignore the first line, its the 3rd thats giving problems.
It should go there but it wont.
Can anyone tell me how to fix this?
Cheers
Zidane
I'm making a game and so far i have a title screen, options screen and character select screen. On the title screen I have 2 buttons, START amd OPTIONS. Know usually i'd use a button but instead I wanted to select them using the arrow keys so I used a pair of movieclips. The problem is when you hit Shift when selecting options it should go to options. However for some reason it goes to the start of the game - the little movie before the title screen.
Here's the action script
} else if (select==false && Key.isDown(Key.ENTER)) {
tellTarget (_root) {
gotoAndPlay("Options", 1);
}
You can ignore the first line, its the 3rd thats giving problems.
It should go there but it wont.
Can anyone tell me how to fix this?
Cheers
Zidane