I would like to (1) skip a scene after 5 seconds AND (2) skip two scenes by left-clicking.
To achieve the first objective, I did the following:
- Scene 1: "Pause for 5 seconds | Switch to scene 'scene 2' " (at the beginning of the scene)
- Scene 2: "Pause for 5 seconds | Switch to scene 'scene 3' " (at the beginning of the scene)
- Scene 3: this is my landing scene
To achieve the second objective, I used a traditional click action in both scene 1 and 2, i.e., I set a "Left click" action that switches to scene 3.
It seems that the 'at the beginning of the scene' actions are still in execution even after switching to scene 3 by clicking so that if I click in scene 1, I am brought to scene 3 (which is OK), and, after 5 seconds, I am brought back to scene 2 (which is not OK). How can I circumvent this whithout scripting?