How would I slowly "fade out" (make the SoundChannel:SetVolume() variable smaller) a sound over the sound library overtime without sounding very choppy?
Figure out the length of the song assuming it's one song. Then set up a timer that has various intervals and on each interval change SoundChannel:SetVolume() to a smaller value until the song is over.
[QUOTE=BlackMadd;42854746]Figure out the length of the song assuming it's one song. Then set up a timer that has various intervals and on each interval change SoundChannel:SetVolume() to a smaller value until the song is over.[/QUOTE]
I've tried that, it sounds extremely choppy. It isn't smooth.
[QUOTE=rbreslow;42854834]I've tried that, it sounds extremely choppy. It isn't smooth.[/QUOTE]
Use a think hook
Doesn't it have a second parameter for time? ( I am talking about SetVolume )
Sorry, you need to Log In to post a reply to this thread.