Skip to content
Learnearn.uk » Scratch Home » Bubble Popping Game Tutorial

Bubble Popping Game Tutorial

Intro

Bubble Popping Scratch Game Tutorial

I found this game whilst browsing the web the day and loved it so much that I decided to make my own version! The objective is simple, just place a bubble where you think the other bubbles will crash into it and pop as many bubbles as you can :-).  A great little game that teaches you about a number of different Scratch topics, including:

  • Loops
  • Cloning
  • Sprite interaction
  • Passing values between sprites

Demo

Demo Game

Video Tutorial

Video Tutorial

Player Code

Player Code

The code for the player in this Scratch tutorial is pretty simple, and focuses on following the mouse.

Bubble Code

Bubble Code

Exploded Bubble

Exploded Bubble Code

 

Gobo

Gobo Code

Stage

Stage Code