Answered
Very Easy Question...
so i have a mc. say myMc. On this mc, i have this code:
onClipEvent(load){
this._x= 0;
this._y= 0;
Stage.addListener(this)
this.onResize=function(){
this._x= 0;
this._y= 0;
}
}
If i want to put the code on the timeline instead of on the mc, how would i write it?