khaledosman / terasoft-12

Automatically exported from code.google.com/p/terasoft-12
0 stars 0 forks source link

add Experiment3 class #332

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Relations
add Experiment3 extends GameScreen
add Experiment3 uses bar
add Experiment3 displays Environment3
add Experiment3 uses BallAnimation
add Experiment3 has Simulation
add Experiment3 has Button

Ball ball
Bar bar
Environment3 environment
User3 user
TargetCamera targetCamera
BallAnimation animation
Simulation simulation
bool pauseScreenShowed
bool firstAnimation
float arriveVelocity
Vector3 shootVelocity
Button mainMenu
Button newGame

void LoadContent()
void Update(GameTime gameTime)
void UpdateFirstAnimation(GameTime gameTime)
void UpdateSecondAnimation()
void Draw(GameTime gameTime)
void InitializeButtons()
void UpdateButtons(GameTime gameTime)
void DrawButtons()
int IsSolvable()
void GenerateSolvable()

Original issue reported on code.google.com by bishoyba...@gmail.com on 24 May 2012 at 10:54

GoogleCodeExporter commented 9 years ago

Original comment by mk.cena92 on 25 May 2012 at 4:51