im looking to have an on/off sound button on my cdrom. the problem is that when i turn the sound off then back on again it stops looping.
i have the sound option LOOP box checked, and im importing my buttons from flash.
here is the lingo for the OFF button
on (release) {
getURL ("lingo: sound stop 1"
}
here is the lingo for the ON button
on (release) {
getURL ("lingo: sound playfile 1, the moviePath & \"typing.wav\", "
}
Any help would be magic, thanks in advance dan.
i have the sound option LOOP box checked, and im importing my buttons from flash.
here is the lingo for the OFF button
on (release) {
getURL ("lingo: sound stop 1"
}
here is the lingo for the ON button
on (release) {
getURL ("lingo: sound playfile 1, the moviePath & \"typing.wav\", "
}
Any help would be magic, thanks in advance dan.