Thylacine
04-01-2003, 09:11 PM
In my little game people need to press a button to go on, but it's people's nature to press the enter button. When they do this it plays through all my pages.
I've tried this (to test my code out):
if (Key.isDown(Key.ENTER)) {
trace("Hello");
}
And it doesn't work. If I replace ENTER with UP, and press the up key, it will work, but nothing will make ENTER work!
What should I be typing?
Thank you very much,
Jen
I've tried this (to test my code out):
if (Key.isDown(Key.ENTER)) {
trace("Hello");
}
And it doesn't work. If I replace ENTER with UP, and press the up key, it will work, but nothing will make ENTER work!
What should I be typing?
Thank you very much,
Jen