un saluto a tutti,

come si applicano gli eventi associati alle MC create dinamicamente?
es.
se volessi applicare questo codeAS:
codice:
onClipEvent(load){
	this._y = 0;
	dec = 5;
}
onClipEvent(enterFrame){
	this._y = this._y + (100 - this._y)/dec;
}
sempre un grazie a tutti