home *** CD-ROM | disk | FTP | other *** search
- if(eval("/ufo1/:tethered"))
- {
- x = getProperty("/ball/", _X);
- y = getProperty("/ball/", _Y);
- myx = x1 + eval("../:x");
- myy = y1 + eval("../:y");
- dx = myx - x;
- dy = myy - y;
- xtolerance = width;
- ytolerance = height;
- if(dx < xtolerance and - xtolerance < dx and dy < ytolerance and - ytolerance < dy and top + slope < y)
- {
- unloadMovie("/ball");
- call("crash");
- }
- }
-