Hello,
I'm under construction of my first flash game and have some questions.
First of all here is a link to the game.
Control the ball sideways with left and right arrow on the keyboard. Make the ball bounce by pressing the down key when the ball is falling.
My first question is, what do you think is the best way to solve this game.
Right now i have 2 things to control the ball, 1 class that calculating the movments and one ball movieclip that I pass the X and Y values from class.
It feels like it posible to create one class that calculates the movment and displays the ball.
The same things goes to the enemies.