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.
wow thanks for the help everyone all you had to say was key codes and give me a link for the numbers that repersent letters like 90 is z thanks a lot…