Brick Breaker Part 1
This is the first part of our brick breaker game
We set up the paddle to follow the mouse pointer but on on the X axis, so it can move up or down
We set up the ball to bounce around the screen and can bounce off the paddle
We got introduced to broadcasting messages, so when an interaction happens, like the ball hitting the paddle, a separate section of code will run
Test out the code, visit the project and download links below
On the project page, click the button “See inside” to all the blocks used and notes I have created to help you out