onClipEvent(enterFrame){ _alpha += (v - _alpha)/15 if (_alpha > 99) v =0 if (_alpha < 1) v = 110 }