If I write like this:
onClipEvent(keyDown) {
if (Key.isDown(87)) {
blah blah
}
}
‘87’ means ‘W’, right?
But where can I find out what the rest of the keys are called?
Thanks in advance! :+)
If I write like this:
onClipEvent(keyDown) {
if (Key.isDown(87)) {
blah blah
}
}
‘87’ means ‘W’, right?
But where can I find out what the rest of the keys are called?
Thanks in advance! :+)
:: Copyright KIRUPA 2024 //--