1 decade ago by Jon123
I have this block of code and read that if only one sound is in the tracks array, it will loop forever. However, this doesn't happen. Any ideas?
var music = ig.music;
music.add("media/sounds/robotica-electronica.*");
music.volume = 1.0;
music.play();
