okay on the key.isdown() what do i put in the () to make it so it reads if the “a” key is down.
example (doesnt work):
onClipEvent (enterFrame) {
if (Key.isDown(a)) {
_root.Blinky._x += 10;
}
}
Thanks for the help.
okay on the key.isdown() what do i put in the () to make it so it reads if the “a” key is down.
example (doesnt work):
onClipEvent (enterFrame) {
if (Key.isDown(a)) {
_root.Blinky._x += 10;
}
}
Thanks for the help.
:: Copyright KIRUPA 2024 //--