home *** CD-ROM | disk | FTP | other *** search
- fscommand("allowscale",false);
- fscommand("showmenu",false);
- MovieClip.prototype.moveElastic = function(target, a, b)
- {
- this.tempx = this._x;
- this._x = a * (this._x - target) + b * (this.prev_x - target) + target;
- this.prev_x = this.tempx;
- };
-