home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / kingofthehill.swf / scripts / DefineSprite_214 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-07-25  |  178 b   |  13 lines

  1. function fFire()
  2. {
  3.    if(pFired == false)
  4.    {
  5.       _root.inSFX.fOil();
  6.       pFired = true;
  7.       gotoAndStop("fire");
  8.       play();
  9.    }
  10. }
  11. pFired = false;
  12. stop();
  13.