home *** CD-ROM | disk | FTP | other *** search
- if(getProperty("/m1", _X) >= _X - "40" and _X + "40" >= getProperty("/m1", _X) and getProperty("/m1", _Y) >= _Y)
- {
- tellTarget("..")
- {
- gotoAndStop("R18");
- }
- setProperty("/m1", _X, "300");
- setProperty("/m1", _Y, "90");
- setProperty("/m1", _xscale, "78");
- setProperty("/m1", _yscale, "78");
- }
-