home *** CD-ROM | disk | FTP | other *** search
- if(_X - (getProperty("/m1", _Y) - "400") / "3" + "0.36" * getProperty("/m1", _xscale) >= getProperty("/m1", _X) and _Y + "120" >= getProperty("/m1", _Y) and getProperty("/m1", _Y) >= _Y)
- {
- setProperty("/m1", _X, getProperty("/m1", _X) + "10");
- tellTarget("/m1")
- {
- gotoAndStop("stopped");
- }
- }
-