Flash Q
Flash Q
Out of context: Reply #1
- Started
- Last post
- 1 Response
- springbok0
MovieClip.prototype.targetXS = function(targetXS, xsSpeed) {
this.onEnterFrame = function() {
var xsDiff = targetXS-this._xscale;
this._xscale += xsDiff*xsSpeed;
if (Math.abs(xsDiff)