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

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