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

#1 2011-11-28 20:18:03

JarWad
New Scratcher
Registered: 2011-11-28
Posts: 1

Turning Problems

<end>Hello, I'm fairly new to scratch, and I've run into a problem. I'm trying to get my ball to turn when I move it.

I did this successfully with this code:

<when green flag clicked>
<forever>
<if> <key[ left arrow ]pressed?>
<turn cw(  15  )degrees>
<change x by( -5
<end>
<end>

That's just an example of how it would work when moving left. This was working just how I wanted it to. However, when I opened my document today, It's not doing it. I've uploaded it so you can see what it's doing. (By the way, ignore any funny stuff in there. They're just acting as place holders  tongue )

Current Game: http://scratch.mit.edu/projects/JarWad/2181629

What I want it to do: http://scratch.mit.edu/projects/JarWad/2181662

As you can see, in the later, the ball is rolling smoothly. It was working like this on my actual project until today as well. I hope someone can help me, thanks.

Offline

 

Board footer