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