Our first step to add a score to our program is to reopen our project from yesterday. We need to work with the Ball object,...
Read More >>Breakout Part 6 (Moving the Ball)
Today we will add actions to our Ball. First we need to reload our program from our saved file. You should then be back where...
Read More >>Breakout Part 5 (Add Actions for Our Bat)
Now we get to start adding actions to our objects. Yeah! First you will need to reload where we left off. You should have Sprites,...
Read More >>Breakout Part 4 (Designing our Room)
Today we are going to continue working on our game of Breakout. It will take shape by the end of this activity and be ready...
Read More >>Breakout Part 3 (Object Creation)
Today we are going to move on to creating the object to go with our sprites (graphics). The object will later be associated with actions. ...
Read More >>