Just touching up on my AS, seem to lost a bit
Why doesn’t this code work?
onClipEvent (enterFrame) {
this._x = this._x+20;
if (this._x>300) {
delete this.onEnterFrame;
}
}
Thanks
Just touching up on my AS, seem to lost a bit
Why doesn’t this code work?
onClipEvent (enterFrame) {
this._x = this._x+20;
if (this._x>300) {
delete this.onEnterFrame;
}
}
Thanks
:: Copyright KIRUPA 2024 //--