home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / starball.swf / scripts / frame_5 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  213 b   |  14 lines

  1. level = 1;
  2. score = 0;
  3. life = 5;
  4. scoreBonus = 0;
  5. soundOn = true;
  6. _quality = "high";
  7. mySound = new Sound();
  8. ramka.removeMovieClip();
  9. if(!_root.muzonOff)
  10. {
  11.    _root.muzon.gotoAndStop("start");
  12. }
  13. stop();
  14.