When a hippo touches your spaceship, the spaceship should explode!
Select the Spaceship
sprite and rename its costume ‘normal’.
Draw another costume of an exploding spaceship, and call the new costume ‘hit’.
If you don’t want to draw the explosion, you can select the ‘Sun’ costume from the Scratch library, and then use the Color a shape tool to change the costume’s colour and face.
Add some code to your
sprite so that it displays the ‘normal’ costume when the game starts, and switches to the ‘hit’ costume when it touches a hippo:Spaceship
Test your code. Make the spaceship collide with a hippo. Does the spaceship change to the ‘hit’ costume?