home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Graviton.swf / scripts / frame_29 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  178 b   |  11 lines

  1. ready = "0";
  2. movx = "0";
  3. movy = "0";
  4. forcex = "0";
  5. forcey = "0";
  6. setProperty("/fuelgauge/bar", _xscale, eval("/:fuel") / "10");
  7. if(fuel < "1")
  8. {
  9.    gotoAndPlay(144);
  10. }
  11.