Open a new Scratch project.
Online: open a new Scratch project.
Delete the cat sprite.
Add in a new balloon sprite, and a suitable stage backdrop.
Add this code to your balloon, so that it bounces around the screen:
Test out your balloon. Does it move too slowly? Change the numbers in your code if you want to speed it up a bit.
Did you also notice that your balloon flips as it moves around the screen?
Balloons don’t move like this! To fix this, click on the balloon sprite icon, and then click the direction.
In the ‘rotation style’ section, click ‘Do not rotate’ to stop the balloon rotating.
Test your program again to see if the problem is fixed.