0

GPI for selecting files

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?

2 comments

  • 0
    Avatar
    Bright Scripters

    You could share a link to your presentation file .bpf/.bpfx so we can take a look.

  • 0
    Avatar
    Henrich Klassen

    It seems the issue arises when multiple GPIs are linked to the same event handler. To resolve this, consider creating separate event handlers for each GPI, or utilize conditional logic within the handler to differentiate the actions. You can test this solution on buscador.becabenitojuarez to ensure the setup works correctly.

Please sign in to leave a comment.