Stephan Zesiger
Erfahrenes Mitglied
PHP:
with (clip_mc.my_txt) {
text = "rock on";
autoSize = true;
}
MovieClip.prototype.scaler = function() {
this._xscale += 20;
this._yscale += 20;
};
clip_mc.onEnterFrame = clip_mc.scaler;
und mit upDateAfterEvent() kriegst du e noch smoother hin.