Forum Moderators: open
i have a problem with flash.
I want to jump from one frame to another using keys of the keyboard.
It is working using a specified key with the following code:
on(keyPress "b") {
gotoAndPlay(19);
}
My problem is now, that i want to use it without specifying a key, so it will work for any key i use...
Is there someone who can help me with this problem?
Thanks!
Grtz, Bert