This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2013-03-22 10:01:31

shaun_t
New Scratcher
Registered: 2013-03-22
Posts: 1

how to get the sprite to turn left without it turning upside down?

this is the script

when gf clicked
set x to (-120)
point in direction (90)
forever
   glide (2) secs to x: (-120) y: (0)
   point in direction (-90)
   glide (2) secs to x: (120) y: (0)
   point in direction (90)
end
the sprite becomes upside down wen it turns left how can i avoid it? please help

Offline

 

#2 2013-03-22 11:12:23

Harald
New Scratcher
Registered: 2013-03-05
Posts: 34

Re: how to get the sprite to turn left without it turning upside down?

Make a copy of your current sprite costume and flip it horizontally.

Then make your sprite use costume 2 when it's pointing in direction -90, and costume 1 for the other directions.

Offline

 

#3 2013-03-22 16:21:11

mooph
Scratcher
Registered: 2010-11-21
Posts: 3

Re: how to get the sprite to turn left without it turning upside down?

At the top to the left of the sprite's picture there are three boxes. One with an arrow going in a circle, one with a line going left and right and one that has a box. the 1st will make it be able to look in any direction, but what you want is the 2nd one so that is can only look left and right. This should help you.

Offline

 

Board footer