Così funziona ma non si stoppa

onClipEvent (enterFrame) {
if (i != 0) {
i -= 1;
m_inizio.setVolume(100+i);
}
}