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

  1. if(getProperty("/m1", _X) >= _X - "40" and _X + "40" >= getProperty("/m1", _X) and getProperty("/m1", _Y) >= _Y)
  2. {
  3.    tellTarget("..")
  4.    {
  5.       gotoAndStop("R18");
  6.    }
  7.    setProperty("/m1", _X, "300");
  8.    setProperty("/m1", _Y, "90");
  9.    setProperty("/m1", _xscale, "78");
  10.    setProperty("/m1", _yscale, "78");
  11. }
  12.