home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Kamikaze.swf / scripts / DefineSprite_159 / frame_4 / DoAction.as < prev   
Encoding:
Text File  |  2007-03-20  |  325 b   |  22 lines

  1. if(_root.fuel < 10)
  2. {
  3.    tellTarget("_root.fuelclock.redfuelalarm")
  4.    {
  5.       gotoAndPlay(3);
  6.    }
  7. }
  8. if(9 < _root.fuel)
  9. {
  10.    tellTarget("_root.fuelclock.redfuelalarm")
  11.    {
  12.       gotoAndPlay(1);
  13.    }
  14. }
  15. if(_root.fuel < 1)
  16. {
  17.    tellTarget("_root.fuelclock.redfuelalarm")
  18.    {
  19.       gotoAndPlay(1);
  20.    }
  21. }
  22.