First of all define a variable, with value 'P' ( Play ).<br> Create a seperate scene, which has the music. <br>In the Actions of the button, check the value of the variable.<br>If 'P'<br> change the value of the variable to 'S' (Stop).<br> Give 'Goto & play Scene2,1 '.<br>Else<br> change the value of the variable to 'P'.<br> Give 'Stop all sounds'<br>Endif<br><br>