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

  1. if(getProperty("/m1", _Y) >= _Y - "40" and _Y + "40" >= getProperty("/m1", _Y) and getProperty("/m1", _X) >= _X and getProperty("_level0/lives", _currentframe) < "6")
  2. {
  3.    tellTarget("..")
  4.    {
  5.       gotoAndStop("L2 intro");
  6.       play();
  7.    }
  8. }
  9.