How do you make something stop in the middle? For example, if you are on a certain background, the drum sounds will play, but how do you make it stop when the next background comes? (The next background comes when you press space so...)
Plz help. Ty
Offline
when gf clicked forever if <(background #) = [1]> play drum () //Put whatever blocks you want it to play here else stop all sounds end end
Last edited by jji7skyline (2012-03-28 21:13:36)
Offline
when gf clicked forever if <not <(background #) = (oldbg)>> stop all sounds end set [oldbg v] to (background #)Much simpler and stops it after every background change.
Last edited by Hardmath123 (2012-03-29 09:48:45)
Offline
jji7skyline wrote:
when gf clicked forever if <(background #) = [1]> play drum () //Put whatever blocks you want it to play here else stop all sounds end end
Doesn't work in what I'm doing, but I figured it out.
Last edited by Qaze (2012-03-29 16:46:39)
Offline