I have background music in my project and although ive checked the loop checkbox in the sound tab it doesn't loop it just stops after a while. How do I loop it?
How is it playing? Did you drag it in to the Sound channell or call it by Lingo? If it's checked to loop AND you called it by Lingo it should be fine but if you dragged it to the Sound Channell then you need to make sure that it is checked to loop AND stretched the full length of your timeline.
on exitFrame me
sound(1).play(member("yoursoundname"))
end
*This will play it in sound channell 1. If you're going to have any narration etc. you may want to change the (1) to (2) and then put your narrations etc. in (1). If you drag sounds you can only use 2 sound channels but if you call them by Lingo you can use up to 8.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.