home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / croc.swf / scripts / DefineSprite_151 / frame_1 / DoAction_8.as < prev    next >
Encoding:
Text File  |  2003-11-08  |  161 b   |  9 lines

  1. function resetSupplies()
  2. {
  3.    with(_parent.gameArea.supplies)
  4.    {
  5.       gotoAndStop("suppliesOn");
  6.    }
  7.    _parent.gameArea.hero.holdingSupplies = 0;
  8. }
  9.