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

  1. if(_X + "45" >= getProperty("/m1", _X) and getProperty("/m1", _X) >= _X - "45" and _Y + "25" >= getProperty("/m1", _Y) and getProperty("/m1", _Y) >= _Y - "25")
  2. {
  3.    tellTarget("")
  4.    {
  5.       gotoAndStop("kill");
  6.       play();
  7.    }
  8. }
  9. close2 = random("100");
  10.