home *** CD-ROM | disk | FTP | other *** search
/ One Click 5 / ONCE005.iso / Jogos / 1516.swf / scripts / DefineSprite_239 / frame_13 / DoAction.as
Encoding:
Text File  |  2006-05-02  |  150 b   |  9 lines

  1. if(getProperty("_level0/lives", _currentframe) == "6")
  2. {
  3.    tellTarget("_level0")
  4.    {
  5.       gotoAndStop("lose-garlic");
  6.       play();
  7.    }
  8. }
  9.