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

  1. if(getProperty("/m1", _X) >= _X - "40" and getProperty("/m1", _Y) >= _Y - "40" and _Y + "30" >= getProperty("/m1", _Y))
  2. {
  3.    tellTarget("/m1")
  4.    {
  5.       gotoAndStop("stopped");
  6.    }
  7.    setProperty("/m1", _X, getProperty("/m1", _X) - "10");
  8.    tellTarget("")
  9.    {
  10.       gotoAndStop("open");
  11.       play();
  12.    }
  13.    tellTarget("/playersounds")
  14.    {
  15.       gotoAndStop("unlock");
  16.       play();
  17.    }
  18. }
  19.