home *** CD-ROM | disk | FTP | other *** search
- thisX = getProperty("/p", _X);
- thisY = getProperty("/p", _Y);
- spX = _X;
- spY = _Y;
- difX = thisX - spX;
- difY = thisY - spY;
- boost = "12";
- xStp = difX / boost;
- yStp = difY / boost;
- _X = spX + xStp;
- _Y = spY + yStp;
- _yscale = _yscale * "0.95";
- _xscale = random("100") + "50";
- _xscale = _xscale * "0.95";
-