hey callyie! what you do to move your sprite. go to the sprite's "scripts" tab and put the tabs this way:
[when "insert key" is pressed]
change "x/y" by "20/-20"
the stuff in parentheses is things that you can change.
the x and y axies work like this:
"x 10" - will move avatar right
"x -10" - will move avatar left
"y 10" - will move avatar up
"y -10" - will move avatar down
hope that helps, mate.
Offline
Or - use the "set direction to" command.
Eg
When left arrow pressed
set direction to left
move 10 steps.
Offline