Construct the classic arcade game, Brick Breakout, shown below.
This game was invented by Steve Wozniak in the days before he join Steve Jobs to work on Apple.
App Requirements:
The initial configuration of the bricks appears as shown in the figure. The goal is to break the bricks
by hitting them with the ball.
The Paddle is fixed at the bottom of the stage and can only move along the x-axis.
Paddle movement will follow the mouse.
At the start of the game a ball is placed in the center of the stage. The ball bounces off
the paddle, the ceiling, and the side walls.
When the ball bounces off the paddle, the user can position the paddle to create a spin angle.
Use an AS3 Rectangle to define a rectangular area around objects that need to be checked for collision.