Randomly moving orbs, creating just as random designs. Sounds are generated using cfxr. This is my first Scratch project (WHOO!), so it's a rather simple one, while I'm just getting used to the UI and uploading and everything. I'm hoping to make something more interesting in the future. The balls bounce off the edge using the built-in function for that. They also bounce off of eachother, but it's not a true bounce. For true bouncing, I would need to know the impact angle, right now I only have access to the sprite's own angle. So instead they just completely turn around.