Why is the “turn degrees” thing making the sprite not rotate?

id: 749949

category: Help with Scripts

posts: 6

when green flag clicked
turn cw () degrees
forkmanb forkmanb loading
1. please give us the link to the project. it makes it easier.
2. please elaborate. what is the situation? putting two Scratchblocks isn't helping us understand.
3. Have you tried checking if your sprite has “left-right rotation” or “don't rotate”?
deck26 deck26 loading
You need to change the rotation style - you have it currently as don't rotate.
Norse7 Norse7 loading

deck26 wrote:

You need to change the rotation style - you have it currently as don't rotate.
yep, I agree
BigNate469 BigNate469 loading
I agree with @deck26. Just add a
set rotation style [ all around v]
to your
when green flag clicked
go to x: (0) y: (0)
and you'll never have to worry about that again in that project.