Projection mapping and screen? Two outputs

Hello, I have another question regarding my projection mapping project.

The button is connected to a timer/done loop, which is controlling two switches that show two different outcomes/video combinations. One should be projection mapped on to a ball(kinda figured that out) and the other shown on a (tv-)screen. Both options have to run in one project in order to be synchronized.
Is that even possible? And if yes, how? :sweat_smile:

Thanks in advance!
Best Leonie:)

certainly - you create a layout using Container COMPs where the end result is the size of your projector resolution + the size of your tv screen, and feed that to your perform Window COMP

So if projector is 1920x1080 and tvscreen also 1920 x 1080, total size would be 3840x1080

Find example PerformModeWindows.toe here: