PDA

View Full Version : KeyBoard events default to CS3 hotkeys while previewing


Heloed
01-16-2009, 09:53 PM
I am trying to make a simple game that uses WASD. I can set up the coding fine, but whenever I preview it only W & D work, because CS3 takes the A & S keys as commands to switch to the Subselection and Ink Bottle tools instead..

How do I make my game recognize the pressed keys without CS3 stealing them?

Mazoonist
01-16-2009, 10:10 PM
Go to the control menu of the running swf file (not flash's control menu) and check off "disable keyboard shortcuts."

Heloed
01-16-2009, 10:11 PM
Go to the control menu of the running swf file (not flash's control menu) and check off "disable keyboard shortcuts."

Awesome, thanks!