hi,
how can i loop this sound?
}
onClipEvent (load) {
music = new Sound ();
music.attachSound ("sound0")
music.Start (0,0)
music.Loop;
}
i thought music.Loop might work, but, no. i also tried music.Start(0, loop), but no.
thanks:)
sm
hi,
how can i loop this sound?
}
onClipEvent (load) {
music = new Sound ();
music.attachSound ("sound0")
music.Start (0,0)
music.Loop;
}
i thought music.Loop might work, but, no. i also tried music.Start(0, loop), but no.
thanks:)
sm
:: Copyright KIRUPA 2024 //--