Discuss Scratch

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?!

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?
cutiepie9900
Scratcher
19 posts

Arrow Keys Programming

ZozaTech
Scratcher
500+ posts

Arrow Keys Programming

when green flag clicked
forever

if <key [right arrow v] pressed?> then

change x by [how many you want]
end

end
Make sure the amount in the change x block is not a minus, or the sprite will go left.

Powered by DjangoBB