Step 16: Player Reset Animation 2

Goal:


Now we need to make the player go back to the starting position.

First we will move the player sprite off the edge of the left of the game screen.

Steps:

  1. From Control, place a wait block and set it to .25 seconds.
  2. From Motion, place a go to x/y block.
  3. Set X to -289 and Y to -89.

Code: