Problem with music
Hello everyone,
For my game I should do so when a song ends it starts another maybe fading. You could do?
For my game I should do so when a song ends it starts another maybe fading. You could do?
Comments
Timer, every 0,1s
-> Interpolate musicvolume to musicvolume-0.1
(that's for 1 second fade out)