home *** CD-ROM | disk | FTP | other *** search
/ One Click 5 / ONCE005.iso / Jogos / 1516.swf / scripts / DefineSprite_404 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-05-02  |  389 b   |  17 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. }
  9. if(getProperty("/keylevel2", _currentframe) == "10")
  10. {
  11.    tellTarget("")
  12.    {
  13.       gotoAndStop("openable");
  14.       play();
  15.    }
  16. }
  17.