Announcement

Collapse
No announcement yet.

HELP! Bookmarks in Autoplay MenuStudio 4.0

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • HELP! Bookmarks in Autoplay MenuStudio 4.0

    I am creating an Assessment of sorts, and needed to know how to code bookmarks (adding a reg value) and logic to pages which will cause Autoplay to jump to a specific page based on that reg value. I currently have it adding a reg value on page loads. Upon Autoplay run, it checks that value. I have also tried a nested IF statement, unsuccessful. It will work with just one value, but when trying multiple values such as:

    IF (%GetLocation% = 1)
    Page.Jump("Video")
    END IF

    IF (%GetLocation% = 2)
    Page.Jump("PPT")
    END IF

    IF (%GetLocation% = 3)
    Page.Jump("Assessment")
    END IF

    etc......it will not work.....I have also tried setting labels in order to jump to the next IF statement....nothing seems to be working. Anyone Please HELP!

  • #2
    Re: HELP! Bookmarks in Autoplay MenuStudio 4.0

    < Attachment

    Hi - I have created a 4 page example for yu to see how it's working. Everything is done by clicking text for this example, but of course that can be adjusted to suit.
    You can open zip and extract the .am4 file, then just open it with AMS.
    Shout if you have any further questions.

    14267-bookmarks.zip
    -
    = Derek
    ["All glory comes from daring to begin" - fortune cookie]

    Comment

    Working...
    X