Can we see the project? Also, this belongs in Help with Scripts.
Offline
when key [up arrow v] pressed change y by [] when key [left arrow v] pressed change x by []will allow the sprite to move diagonally. To only allow it to move in one direction or the other, this will work better.
when gf clicked forever if <key [up arrow v] pressed?> change y by [] end if <key [left arrow v] pressed?> change x by []
Offline
when gf clicked if <key {up} pressed> move else move the other way. end
Offline