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

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