示例#1
0
 void init() //inicialize the game
 {
     TextLives.text = preTextScore2 + lives;
     Ball.init(); //Inicialize the ball
     TextLives.text = preTextScore2 + lives;
 }