Hi,
I'm making a banner using flash 5, but flash 4 export settings.
I've got some problems with the key imput: the following code doesn't work.
on(keyPress(81))
{
trace("q pressed");
}
Does anyone know how I should do this??
Thanx!
Printable View
Hi,
I'm making a banner using flash 5, but flash 4 export settings.
I've got some problems with the key imput: the following code doesn't work.
on(keyPress(81))
{
trace("q pressed");
}
Does anyone know how I should do this??
Thanx!
Hi
You can use:
on (keyPress "q") {