my project involves backgrounds, and whenever the viewer presses space, it advances. there's a specific music choice for the first seven backgrounds.
so my question is, how do you program it so that when you get to the eighth background, it completely stops the first song and replaces it with another?
thank you in advance!
Offline
It is not possible to stop one song in specific, but there is a block to stop all sounds playing
stop all soundsHere is what you need to do. This script will stop all sounds and play te one you want when it gets to background 8:
When gf clicked Wait until <(background #) = [8]> stop all sounds Play sound [one you want to play v]This block:
(background #)Is under "looks".
Last edited by turkey3 (2012-04-28 23:07:38)
Offline
Thank you very much! helps a lot
Offline