onClipEvent (enterFrame) {

if (this._alpha>30)

{
this._alpha--;

}else
{
nextFrame();

}

}