03-18-2017, 05:37 PM
Hello again!
I am having problems when playing music in my game. I use "+loop" but somehow, the music doesn't loop (and it doesn't seem to fade as well). Is there something I am doing wrong?
I am having problems when playing music in my game. I use "+loop" but somehow, the music doesn't loop (and it doesn't seem to fade as well). Is there something I am doing wrong?
Code:
. audio name prueba, +loop, +fade :
. track title lumias :
. source href assets/audio/586814_Lumias-Grove.mp3, type mp3
. source href assets/audio/586814_Lumias-Grove.ogg, type ogg
--
. track title orbit :
. source href assets/audio/561584_In-Orbit.mp3, type mp3
. source href assets/audio/561584_In-Orbit.ogg, type ogg
--
. track title sadness :
. source href assets/audio/590933_Piano-Loop--Sadness.mp3, type mp3
. source href assets/audio/590933_Piano-Loop--Sadness.ogg, type ogg
--
. track title adventures :
. source href assets/audio/684976_Crystal-Shard-Adventures.mp3, type mp3
. source href assets/audio/684976_Crystal-Shard-Adventures.ogg, type ogg
--
. track title passions :
. source href assets/audio/73556_newgrounds_passio.mp3, type mp3
. source href assets/audio/73556_newgrounds_passio.ogg, type ogg
--
. track title medley :
. source href assets/audio/157729_PianoMedley2.mp3, type mp3
. source href assets/audio/157729_PianoMedley2.ogg, type ogg
--
. track title troisieme :
. source href assets/audio/631377_Troisime.mp3, type mp3
. source href assets/audio/631377_Troisime.ogg, type ogg
--
--