Goal:
We now need to set up our variables at the beginning of the game.
Steps:
- Click on the sprite of our ship.
- From Events, place a when flag clicked block.
- From Variables, place a set block.
- Change the variable to Lives and set the number to 3.
- From Variables, place a set block.
- Change the variable to Points and set the number to 0.
- From Variables, place a set block.
- Change the variable to Fire_Rate and set the number to 0.3.