Fatty Owl
%Europe/Berlin %348 %2005, 09:21
ik heb _root.2xsize_mc.onRollOver = function() {
this._xscale += this._xscale/2;
this._yscale += this._yscale/2;
};
_root.2xsize_mc.onRollOut = function() {
this._xscale = this._xscale/3*2;
this._yscale = this._yscale/3*2;
};
werkt perfect, maar dit lijkt mij een lange code voor iets simpels. zijn er ook kortere codes?
this._xscale += this._xscale/2;
this._yscale += this._yscale/2;
};
_root.2xsize_mc.onRollOut = function() {
this._xscale = this._xscale/3*2;
this._yscale = this._yscale/3*2;
};
werkt perfect, maar dit lijkt mij een lange code voor iets simpels. zijn er ook kortere codes?