Click on the terrain to destroy it. Make the characters fall into the water.
This is a simple example of how you can make destructible terrain. Huge thanks to @njdavison, whose project Food Fight is the basis for this project. Check out his wide range of science projects and fantastic remakes of classic games! I use a slightly different method for the destruction though. In Food Fight, the radius of the explosion is calculated, and then looped through pixel by pixel. Pixels over the terrain sprite are painted over. Here, I just make a single large dot, and stamp the backdrop over it instead. Food Fight: https://scratch.mit.edu/projects/453161251/ There is also a more advanced Food Fight 2: https://scratch.mit.edu/projects/454130462 The characters and sounds are from the Scratch library. The dazzling terrain was painted by yours truly.