Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Arrow Keys Programming
- cutiepie9900
-
Scratcher
19 posts
Arrow Keys Programming
I'm trying to use the arrow keys to control a sprite, but I forgot how. When I thought I remembered I tried it (BELOW). When I use the Right Arrow Key it goes really slowly. When I use the Left Arrow keys it goes up, into a different location and then goes just as slow. What do I do!? 


Can someone Please Help?!



Can someone Please Help?!

when [right arrow v] key pressed
point in direction (90 v)
move (1) steps
when [left arrow v] key pressed
point in direction ( -90 v)
move (1) steps
- febalbino2015
-
Scratcher
1 post
Arrow Keys Programming
Go to about of the sprite and then click on the left/right rotation
- SuperSonicmario
-
Scratcher
100+ posts
Arrow Keys Programming
Can you make a project so I can check what's happening? 

- ZozaTech
-
Scratcher
500+ posts
Arrow Keys Programming
when green flag clickedMake sure the amount in the change x block is not a minus, or the sprite will go left.
forever
if <key [right arrow v] pressed?> then
change x by [how many you want]
end
end
- Discussion Forums
- » Help with Scripts
-
» Arrow Keys Programming