try this http://en.wikibooks.org/wiki/Scratch/Lessons/Movement
If you want to get a sprite to go up, set the direction angle to o degrees and then walk 10 or 20 steps and to go down set it to 180 degrees and walk some more steps.
it will explode
200.00
Yes, in fact, it is the only way to scratch a diamond.
Well, you basically have to do the same as if you were doing a scratch sprite. Use similar shading to the original sprite.
When a person starts a new Scratch project, it begins with a single cat sprite. The person must press on the buttons that say paint your own costume for a new sprite using the paint editor, select a costume for a new sprite or import an entire sprite, and get a surprise sprite.
try this http://en.wikibooks.org/wiki/Scratch/Lessons/Movement
To move a sprite up and down in Scratch, you can change its y-coordinate by using the "change y by" block in the motion category. Increase the value to move the sprite up, and decrease it to move the sprite down. Alternatively, you can set the sprite's y-coordinate directly using the "go to x: y:" block.
this isn't a answer, just a add on to my question, I'm talking about on scratch
Your Scratch sprite may have disappeared due to a few reasons: it might have been accidentally deleted, hidden, or moved off the stage. Check the sprite list to see if it's still there; if it is, ensure it's not set to be hidden or that its coordinates haven't moved off the visible area. Additionally, verify that the sprite is not set to be invisible in the code.
Script is step wise instructions given to a sprite. For example- When green flag clicked Pen down Move 100 steps In simple language, commands given to a sprite.
To transform a sprite using graphic effects in Scratch, you can use the "change [effect] effect by ()" block in the "Looks" category. You can adjust various effect sliders such as brightness, color, fisheye, etc. to transform the appearance of the sprite. Experiment with different combinations of effects and settings to achieve the desired transformation.
You click the stage icon next to the list of sprites. The same way you would select a sprite.
To change color in Scratch, you can use the "set color effect" block to adjust the appearance of a sprite. Additionally, you can use the "change color effect" block to dynamically change the color effect over time or in response to events. Another option is to use different costumes for a sprite, each with its own color scheme.
In Scratch, a command is a block that instructs the computer to perform a specific action. Commands can control sprite movement, change variables, play sounds, and much more. By stacking commands together, users can create interactive animations and games in Scratch.
If you want to get a sprite to go up, set the direction angle to o degrees and then walk 10 or 20 steps and to go down set it to 180 degrees and walk some more steps.