Finishing the game
Two players can now race each other around the circuit, which is already a lot of fun. But it would be even better if the game has a clear end state and a notification about who won the game.
Engage thrusters
We will add some more scripts to the control sprites player1
and player2
. We will first build one complete instruction set, which we can then easily copy to the second sprite.
To determine whether a player has completed a round, we need to add a finish line. This can be a simple additional sprite laid across the track:
Click on the Paintbrush icon to create a new sprite.
Select the Line tool and draw a horizontal line. Make sure that the line is wide enough to stretch across the road and the sandy areas next to it.
Drag the line to the position of the finish line on the backdrop image.
Name the new sprite
finish
.Go to the Scripts tab of the
finish
sprite.Add a when <green flag> clicked block.
Attach a set <ghost> effect to () block to make the line invisible;...