Guest_imported
New member
- Jan 1, 1970
- 0
DIRECTOR 6.5
Can anyone help me get my looped audio ".wav" file to continue playing when I pause an animation?
The following is the lingo I'm using to create the pause when clicking a ".gif" pause sprite.
on mouseUp
if the pauseState = TRUE then
go to the frame+1
else
pause
end if
end
ALSO:I'm trying to create a mute button with the following lingo but can't figure out how to get it to un-mute from the same button
on mouseUp
sound close 1
sound close 2
end
THANKS
Can anyone help me get my looped audio ".wav" file to continue playing when I pause an animation?
The following is the lingo I'm using to create the pause when clicking a ".gif" pause sprite.
on mouseUp
if the pauseState = TRUE then
go to the frame+1
else
pause
end if
end
ALSO:I'm trying to create a mute button with the following lingo but can't figure out how to get it to un-mute from the same button
on mouseUp
sound close 1
sound close 2
end
THANKS