home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / roam-and-protect.swf / scripts / DefineSprite_48 / frame_3 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  230 b   |  15 lines

  1. if(thispercent >= 0)
  2. {
  3.    if(thispercent < 5)
  4.    {
  5.       _root.sound.gotoAndPlay("alarm");
  6.    }
  7.    percent.percent = thispercent add "%";
  8. }
  9. else
  10. {
  11.    gotoAndStop("out");
  12.    play();
  13.    _parent.field.myon = "false";
  14. }
  15.