Introducing
Your new presentation assistant.
Refine, enhance, and tailor your content, source relevant images, and edit visuals quicker than ever before.
Trending searches
To use Scratch to program movements, you first have to understand how Scratch positions things.
1. Click the Stage icon on the Sprite List. Switch to Backgrounds tab in the Scripts Area and choose Import.
Click the number of a coordinate to change it. Set X to 0 and set Y to 125. Now click the block to run it!
Now select the stamp copying tool to copy the blocks 4 times.
go to X: 0 Y: 125
wait 0.1 secs
go to X: 150 Y: 30
wait 0.1 secs
go to X: 100 Y: -120
wait 0.1 secs
go to X: -100 Y: -120
wait 0.1 secs
go to -150 Y: 30
wait 0.1 secs
To make Scratchy move in a loop continuously, drag out the command block "forever" from the Control palette and place it at the top of the code.
Remember to save this file when you are finished so you can edit it later.
Select the xy grid from the library of backdrops
Go to "File", click "Save As", then enter the name of the file in the "New Filename" box. Press "OK."
Hover your mouse over the edges of the stage and find the X and Y coordinates for each of these points.