Create a Hype presentation showing on different screens

Hey there,

I hope someone understands my question and can help me out.

I’m wondering if you can create a presentation in hype which will be shown on different screens. But the screens won’t all do the same thing. You basically have one main touch screen and several other screens who will only show things you will trigger on the main screen. If you touch e.g. a button on the main screen one of the screens will change (e.g. a movie starts playing), the other ones remain the same.

Is this even possible to make with Hype? If so, how?

a general approach would be to work with localStorage, which has got an event storageChange.
so the controlwindow would write to localStorage, the targetwindows with listeners will receive this entry and react ...