13:
Arrow key control
Use a button from the Common Libraries. Don't cut and paste the
commands. Rather, get them from the Action Panel directly. They
should look like this:on
(release, keyPress "<Up>") {
gotoAndStop ("up");
setProperty ("handy", _y, handy._y-10);
}
|