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

  1. if(getProperty("/m1", _X) >= _X - "30" and _X + "30" >= getProperty("/m1", _X) and _Y >= getProperty("/m1", _Y))
  2. {
  3.    tellTarget("..")
  4.    {
  5.       gotoAndStop("R14");
  6.    }
  7.    setProperty("/m1", _X, "200");
  8.    setProperty("/m1", _Y, "340");
  9. }
  10.