Skip to main content
Inspiring
April 11, 2020
Answered

Micro Navigation question

  • April 11, 2020
  • 1 reply
  • 1135 views

I'm using 'micro navigation' in my project. Each slide is a motion graphics video with narration. The client has asked that if a slide has already been seen by the user and they wish to return to that slide for review, that they don't have to watch the entire video again - they just get a static version of the slide.

I'm achieving this by setting up a 'SlidexxSeen' variable with a default of 0, then OnEnter for that slide sets the variable to 1. If they try to go back to the slide, the '1' variable causes them to redirect to a frame - the last frame of that slide.

My problem is, if the client wants me to make a change to a slide that actually changes the length of the slide, every frame number for the last frame from that slide forward is changed. This requires me to have to change the 'cpCmndGotoFrame' for every slide after the changed slide to update the new frame number.

It's only happened once, but I'm predicting that more such changes may occur. I'm hoping that there is a better way to achieve this.

I've attached an image of the Advanced Action assigned to each page's 'On Enter:'

    This topic has been closed for replies.
    Correct answer Lilybiri

    You will need more thba one commands, and you are confusing frames with slides.

     

    Go to Next Slide

    Expression cpCmndGotoFrame = cpInfoCurrentFrame - 2

     

    As I tol, you need to test, because I'm not sure that 2 is the right choice to end up on the last frame. 

     

    For some reason, I didn't get a notifiction (mail) that you posted an answeer.

    1 reply

    Lilybiri
    Legend
    April 11, 2020

    Always smiling when i see a word being used, which I invented in 2011. This is not an offical Adobe term.

    http://blog.lilybiri.com/micro-navigation-in-adobe-captivate

     

    You can insert a screenshot, do not like it when I have to download attachments for security reasons.

    A possible workaround would be to go to the next slide and rewind 2 frames, which should be sufficient to get you to the last frame. You need to test...

    http://blog.lilybiri.com/archive?query=Force+first+view

     

     

     

    sebrameAuthor
    Inspiring
    April 11, 2020

    Been following you for years Lieve. Where do you think I learned the term?

     

    I always attach images whenever possible, as it gives the viewer the option to download, or not. Embedding does not offer this. For example, your avatar was sitting in my cache folder.