Defeating the boss

When the boss has had enough, it should disappear and declare the player victorious. Adding this step will conclude the tutorial and finish the game.

Engage thrusters

We will yet again expand the script of the boss sprite. For this final step, we won't create a completely new script, but we will add to the main boss script that already exists. This is the one that starts with the when I receive <boss> block.

When the condition in the repeat until () loop is met, the script will exit the loop. When this happens, it means that the boss has received the described number of hits and should be defeated. We will write the following instructions for this defeat script:

  1. After the repeat loop, add two say () for () secs blocks; fill in the ...

Get Scratch 2.0 Game Development HOTSHOT now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.