home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / catitens.swf / scripts / frame_11 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  301 b   |  13 lines

  1. stop();
  2. stopAllSounds();
  3. sound2.start(0,999);
  4. _root.menu_mc.time_bar.bar._xscale = 100;
  5. _root.item_num = 8;
  6. FNitem();
  7. _root.enemy_num = 3;
  8. _root.count_num = 0;
  9. _root.level = _root.level + 1;
  10. FNscore("l",_root.level);
  11. _root.text_mc.gotoAndStop("start");
  12. _root.back.door.gotoAndStop("out");
  13.