Step 4: Boss Motion

Goal:


Our game now knows when to activate our boss, but our boss has no action to take.

We are going to now code our boss so that it can move slowly down the screen.

Steps:

  1. From Control, place a when I start as a clone block.
  2. From Looks, place a show block.
  3. From Control, place a forever block.
  4. From Motion, place a change y by block and set it to -1.

Code: