The application for what I'm trying to do is a little weird, and not sure it will work, but I want to try this to prove a concept.
My end goal is to have two scenes, we'll call them Scene1 and Scene2. When I put Scene1 online, I want it to wait 12 seconds, then put Scene2 online (which is on the same framebuffer, therefore taking Scene1 offline). Then, after 12 seconds, a script in Scene2 puts Scene1 back online.
Now, all of this should happen while an operator is using the other framebuffers freely. This should just be two scenes at the top (or bottom) of the sequence that work with each other and can keep doing this indefinitely, or until someone takes one of the scenes offline manually.
Is there any way to script this event, so that in Scene1, there's a wait for 12, then go find that other scene and put it online, and the same (but backwards) script in Scene2?
Thanks!