Goal:
Let’s start coding the Big Asteroids that will move towards the ship.
At the beginning, the Big Asteroid will hide at the center of the screen.
Steps:
- Click on the sprite asteroid called Big_Asteroid_1.
- From Events, place a when flag clicked block.
- From Looks, place a hide block.
- From Motion, place a go to x/y block.
- Set X and Y to 0.
- From Control, place a create clone of myself block.