home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / angelpang.swf / scripts / frame_13 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  333 b   |  23 lines

  1. cnt = 0;
  2. ii = 0;
  3. all_obj_remove = true;
  4. game_step_level += 1;
  5. SoundObj.stop();
  6. metal++;
  7. if(metal > 10)
  8. {
  9.    metal = 11;
  10. }
  11. if(last_game)
  12. {
  13.    last_game = false;
  14.    all_obj_remove = false;
  15.    game_step_level = 3;
  16.    this.gotoAndStop(3);
  17. }
  18. else
  19. {
  20.    all_obj_remove = false;
  21.    this.gotoAndStop(game_step_level);
  22. }
  23.