Project steps

Step 1

Ten block mission

Using just ten blocks, get the bus to move until it reaches the stop sign.

Start by creating a sequence of blocks. You might choose to use:

  • Motion blocks to move your bus
  • Looks blocks to animate your bus
  • Control blocks to loop certain actions


Tips

  • Loop it: If you find yourself using the same blocks repeatedly, consider using a repeat or forever block to simplify your code

Make a change

Change the starting position of the bus, the stop sign, or both by using the block:go to x: ( ) y: ()

Run your program again. Does it still work?

Tip

  • Explore the Control and Sensing blocks. Can you detect if two sprites are touching?