The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.39 / 5.00 38,635 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 15,161 Viewsokay i am making a music video and the audio never stops even if i put the stop script in
what am i doing wrong
Make sure it's set as a stream and not an event
AS: Main
Don't read this sentence.
At 5/18/08 12:49 PM, crazator wrote: okay i am making a music video and the audio never stops even if i put the stop script in
what am i doing wrong
stop(); only stops the timeline playing, to stop sounds use stopAllSounds();
Check the frame where the music starts. In the frame properties it should give you a choice between event, play, and stop. It should currently be on event (probably). Change that to Start. Then find the frame where you want to music to end, and set it to Stop there (you may need to create a keyframe first, it's been a while since I did this).