Great, now I need to make a song start when a screen opens and continue continuously, and only stop when another specific screen opens.
do you have a link to help me with this?
Great, now I need to make a song start when a screen opens and continue continuously, and only stop when another specific screen opens.
do you have a link to help me with this?
In Screen1.initialize, set player.source and the name of the mp3 song, then Player1.start
Before using the OpenAnotherScreen block set Player1.stop
Could you show an example with print?