Forum Discussion

CelineLing's avatar
CelineLing
Community Member
12 years ago

Jump to next slide after all object have benn drag and drop

We have a slide with several layer may be drag and drop in random order. we want to jump to next slide when all object have been drag and drop. How we do this?

Thanks.

10 Replies

  • Hi Celine and welcome to E-Learning Heroes!

    It's hard to understand what may be going on or how you have things set up without seeing a file, so I will point you to a similar thread, with examples, that may help you out.

  • Hi Celine,

    I think the attached is doing want.

    I created 4 True False variables; default = False. There is one T/F for each layer, and one to jump to next slide

    There's a trigger on each layer to set its associated variable to True when timeline starts on that layer
    (.e.g., set variable A = true when timeline starts on layer A)

    There's a trigger on each layer to set variable Jump to True IF variables A, B, AND C = True

    There's a trigger on each layer to Jump to next slide when timeline ends IF Jump = True

    Trigger order is important!

  • cherrychua's avatar
    cherrychua
    Community Member

    Hi, I'm having issues transitioning from Slide 2 to 3.  After the drag and drop, a message appears.  But before the last message can be displayed/ read, the presentation jumps to the next slide due to the triggers.  How do I design this in a better way?

  • Hi, Cherry.

    Thank you for sharing the .story file! 

    My suggestion is to show a final layer instead of jumping to the next slide. In the example below, I used your Mysha Next layer:

    On that layer, which is set not to hide other layers, you can jump to the next slide when the timeline ends (or through an interaction, such as a click):

    Here's a preview:

    I hope this helps!

  • cherrychua's avatar
    cherrychua
    Community Member

    Thank you Maria Costa-Stienstra! I have been graapling with that.