coleham1b1 (finn)
coleham1b2 (katya)
coleham1b3 (josie)
coleham1b4 (Stanley)
coleham1b5 (Henry)
coleham1b6 (harvey)
coleham1b7 (TJ)
1 - Create a finishing line by drawing a vertical line, then place it at the right side of the stage.
2 - Make a sprite do the followingÂ
- move 10 steps at a time
- do this until it touches the finish line
- when it touches the finish line it reacts, then stops
3 - Modify the sprite to move by a random number of steps instead of a fixed amount
4 - Duplicate the sprite to create a set of characters that will race each other to the finish line
5 - Extension 1: Work out how to return the sprites to the "starting line" in order to restart the race. Hint: each sprite's position is controlled by an x,y coordinate. Add a script to each sprite so that pressing the "r" key (reset) will return the sprites to their start positions.
6 - Extension 2: Work out how to create a "starting marshall" sprite so that when you click this character, the race begins. Maybe they could say "ready, set, go" to start the race.