PDF download Download Article PDF download Download Article

If you've a sprite on Scratch, you might like to animate it as the next step in your learning. This article explains what you need to do to make a sprite developed on Scratch move.

  1. Go to the scratch website at https://scratch.mit.edu/.
  2. Click on the Create icon at the top of the screen.
    Advertisement
  3. On the first one, change it to up arrow, on the next one change it to down, change the next one to left and the final one to right.
  4. Now the sprite can move up.
    • Down = 180
    • Left = -90
    • Right = 90.
  5. Now the sprite can move wherever you want!
  6. Advertisement

Community Q&A

Search
Add New Question
  • Question
    How can I make your spirit character go up?
    PurpleFlower208
    PurpleFlower208
    Community Answer
    Your character can go up with this code: When green flag clicked forever if up arrow pressed change y by 10.
  • Question
    What if I want the user to be able to move it?
    PurpleFlower208
    PurpleFlower208
    Community Answer
    If you want the sprite to move, then use the following code: When green flag clicked forever if up arrow pressed change y by 10, if right arrow pressed change x by 10, if left arrow pressed change x by -10, and if down arrow pressed change y by -10. [If you want it to go faster or slower, change the numbers in code.]
  • Question
    How to sprite left to right?
    Biebie Heirou
    Biebie Heirou
    Community Answer
    "Change x by" . Use the change x by block to change the sprite horizontally.
See more answers
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement

Tips

Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
Thanks for submitting a tip for review!

You Might Also Like

Create a Racing Game in ScratchHow Do You Make a Racing Game in Scratch?
Save a Scratch Project Save a Scratch Project (2022)
How Do I Create a Character for a GameHow do I create a character for a game?
Make Online GamesMake Online Games
Create a Flash Animation Create an Animation in Animate: From Getting Started to Publishing Your Animation
Use Blender PhysicsUse Blender Physics
Make a Pokémon SpriteMake a Pokémon Sprite
Use Roblox StudioThe Complete Beginners Guide to Using Roblox Studio
Make Your Own AnimationMake Your Own Animation
Create an 'Escape the Room' Game in PowerPointCreate an 'Escape the Room' Game in PowerPoint
Script on RobloxScript on Roblox
Make a Geometry Dash Level Make Your Own Geometry Dash Level from Start to Finish
Be Popular on ScratchBe Popular on Scratch
Create a Stop Motion AnimationCreate a Stop Motion Animation
Advertisement

About This Article

wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, volunteer authors worked to edit and improve it over time. This article has been viewed 69,588 times.
120 votes - 26%
Co-authors: 7
Updated: February 19, 2022
Views: 69,588
Categories: Animation
Thanks to all authors for creating a page that has been read 69,588 times.

Did this article help you?

Advertisement