home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / alien_clones.swf / scripts / DefineSprite_150 / frame_2 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  224 b   |  12 lines

  1. level_output = "";
  2. level_output = _root.bots.level_control.level.toString();
  3. if(level_output == undefined)
  4. {
  5.    level_output = "01";
  6. }
  7. if(level_output.length < 2)
  8. {
  9.    level_output = "0" + level_output;
  10. }
  11. play();
  12.