home *** CD-ROM | disk | FTP | other *** search
- cnt = 0;
- ii = 0;
- all_obj_remove = true;
- game_step_level += 1;
- SoundObj.stop();
- metal++;
- if(metal > 10)
- {
- metal = 11;
- }
- if(last_game)
- {
- last_game = false;
- all_obj_remove = false;
- game_step_level = 3;
- this.gotoAndStop(3);
- }
- else
- {
- all_obj_remove = false;
- this.gotoAndStop(game_step_level);
- }
-