How do you make a sound start at screen1 and only stop after screen2?

I was able to make a sound start when screen1 is initialized but I would like it to continue and only stop when a button on screen2 is pressed (button that opens screen3). Is this possible? If so, how?

Screens are separate programs, so this is not possible.

Make separate Vertical Arrangements in Screen1, one for each other screen, and show only one of them at a time.

You can copy in the Designer using Ctrl-C and paste using Ctrl-V, so this shouldn't take long.

Multiple screens are usually not worth the trouble.

1 Like