Step 37: Big Asteroid Show and Direction

Goal:


Now that the Asteroids have a place to spawn, we want them to appear on the screen and then point towards the ship so that they close in on the player no matter where they are on the screen.

Steps:

    1. From Look, place a show block AFTER the last IF statement.
    2. From Motion, place a point towards block, and set it to ship.
    3. From Control, place a forever block.

Code: