Hi, i have a logic issue and i don't know HOW and IF is possible to resolve it.
I have p1.exe and p2.exe, and i have scene1, scene2 and scene3.
This is what i want:
1) If p1.exe then scene1;
2) If p2.exe then scene2 for 10 seconds, and after switch to scene3;
It works if i put:
1) Window tile: p1.exe->scene1
2) Window tile: p2.exe->scene2
3) Scene Sequence: scene2->10sec->scene3
The issue is when scene2 goes to scene3, p2.exe is still active, so scene3 appear for just 1msec and scene2 is again the active scene.
I tried changing the priority of methods, but Scene Sequence can only be manually interrupted or pausing/stopping. Is there another solution? Can you permit to cancel the Scene Sequence if there's another method with higher priority?