nel caso tu debba comandare la timeline principale

onClipEvent (enterFrame) {

if (this._alpha>30)

{
this._alpha--;

}else
{
_root.nextFrame();

}

}