valueerror Posted January 21, 2015 Share Posted January 21, 2015 the question is: does fadeOut(); stop a loop? i start my music with the following lines:heartbeat = game.add.audio('heartbeat',1,true);heartbeat.play('',0,1,true);so it runs in a loop.. then i call heartbeat.fadeOut(700);and i wonder if i have to stop it afterwards to avoid that the sound is running along with 0 volume... quiphop 1 Link to comment Share on other sites More sharing options...
Recommended Posts