flashdudette
10-11-2002, 07:37 PM
I have this code on a button
on (release, keyPress "<Right>") {
nextFrame();
}
should not my movie go to the next frame when I hit the right arrow on the keyboard automatically? I have to click on the screen first for it to work (it's like the focus is not in the browser).After I click once on the screen (or on the next button), it works.
on (release, keyPress "<Right>") {
nextFrame();
}
should not my movie go to the next frame when I hit the right arrow on the keyboard automatically? I have to click on the screen first for it to work (it's like the focus is not in the browser).After I click once on the screen (or on the next button), it works.