You can change the rotation style of your sprite so that it doesn't turn upside. Click the rotation buttons near the top of the middle pane of the screen. For details, please see the visual tips on this page: http://scratch.mit.edu/faq
Offline
I figured out a method that's a bit more complicated but allows your sprite to face up, down, left, or right without ever being upside down. I just made a copy of my sprite's costume then edited it and flipped it vertically. So now I have one right-side up sprite and one upside-down sprite. Then I added code to switch to the upside down costume when the sprite turns left and to the right-side up when it turns right.
Now my sprite is never upside down and I'm not limited to having it face just left or right.
Offline
I had some trouble with this too. But it's really easy to fix. There are three buttons at the top middle of the Scratch Program when it's running. One makes it spin, one makes it switch sides (which you want), and the last makes the sprite not rotate at all.
, blacksheepk
Offline
It's easy if you just want your sprite to face left or right (which is what the original post is about), but if you want it to go left, right, up, or down without being upside down you need to do more work. Take a look at http://scratch.mit.edu/projects/weissjd/5435
The mouse sprite always faces in the right direction but is never upside down. Using the flip left-right option wouldn't have worked so well because the mouse would still be pointing left or right when going up or down.
Last edited by weissjd (2007-05-22 10:31:32)
Offline
In my opinion, costumes' directions shouldn't be set to 'right' when moving a sprite up or down (0 or 180) with the just flip left-right option. It should use the last direction. So if a sprite is looking to the left, and starting moving up, its costume shouldn't rotate to the right.
Offline
If you don't want your sprite to look upside down, click the flip button or the don't rotate button. Ask me for more info.
Offline
u just go up to the middle right and click the side to side button( <-> ) thats sorta wat it looks like. also i wanna know 2 things
1.how to make things explode on touch
2.how do i make my own forum
Lukie126
Offline
You probably got this problem solved already, but if you look at the screen above the script area for the sprite, you will see buttons with a line, a dot, and a circle (Not in that order). If you click the line symbol, your sprite will face left to right, instead of turning.
Offline
ssss wrote:
i use the change X and change Y commands instead of motion this way whatever direction the sprite is going in it will be correct way up!
Yes, but it's also a lot harder to make it move in exactly the direction you want with that - some trigonometry might help you, but that's really difficult stuff!
Offline
At the top corner next to the little picture of your sprite there are these two buttons.
It will be on default which is the button with an arrow going in a circle. Instead click the button underneath with an arrow pointing in a straight line.
Offline
natalie wrote:
You can change the rotation style of your sprite so that it doesn't turn upside. Click the rotation buttons near the top of the middle pane of the screen. For details, please see the visual tips on this page: http://scratch.mit.edu/faq
you can also make a different costume, right?
Offline
chipguy wrote:
natalie wrote:
You can change the rotation style of your sprite so that it doesn't turn upside. Click the rotation buttons near the top of the middle pane of the screen. For details, please see the visual tips on this page: http://scratch.mit.edu/faq
you can also make a different costume, right?
Correct. And for the other costume, flip it.
Offline
natalie wrote:
You can change the rotation style of your sprite so that it doesn't turn upside. Click the rotation buttons near the top of the middle pane of the screen. For details, please see the visual tips on this page: http://scratch.mit.edu/faq
wheres the rotation button?
Offline
Shadowsonics wrote:
natalie wrote:
You can change the rotation style of your sprite so that it doesn't turn upside. Click the rotation buttons near the top of the middle pane of the screen. For details, please see the visual tips on this page: http://scratch.mit.edu/faq
wheres the rotation button?
Do you see the 3 buttons on the left? There they are!
Offline