I'd like to do a really simple presentation that plays one of two videos once when a GPI button is pressed and then returns to a start state.
I can use an event handler as a start state, put a GPI on its output, make its target a video file and use a media end action to make it return to the even handler after the video has played once. That works fine.
But as soon as I add another GPI to the Event Handler only one of them will actually do something. The other GPI will simply not react.
What's the proper way of doing this?