Your first step will be to create a spaceship that flies towards the Earth!
Open a new Scratch project.
Online: open a new online Scratch project at scratch-new.
Add ‘rocketship’ and ‘Earth’ sprites to your Stage.
Click on Choose a Sprite to open the Sprite Library:
You can search for a sprite, or browse for one by category. Click on a sprite to add it to your project.
Add the ‘Stars’ backdrop to your Stage.
Click on your spaceship sprite, and click on the Costumes tab.
Use the arrow tool to click and drag a box around the whole spaceship image. Then click on the circular rotate handle, and rotate the image until it is on its side.
Add this code to your spaceship sprite:
Change the numbers in the code blocks you’ve added so that the code is exactly the same as above.
If you click the green flag, you should see the spaceship speak, turn, and glide towards the centre of the stage.