Show / Hide Table of Contents

    Page change events

    Content wide vs page wide

    Page wide events run only when the content is displaying the corresponding page. Content wide events run on each page individually. (Note: we plan to add repeated events to Time based events in a future update. It would NOT reset on page change and could be used for different use-cases.)

    Page start

    When the content displays this page or opens this page in a popup.

    Page end

    When the content finishes displaying this page or the popup that had it is closed.

    After delay

    You can set a delay, otherwise, it runs the same way as Page start events. If the page is left or the popup is closed before the timer, the actions will be ignored.

    Repeat

    You can set a delay. It will first run after the delay is up and then run periodically. It will stop when the content stops displaying the page or the popup is closed. Note that content wide repeats will reset on every page change!

    You can achieve various tasks with repeat. For example, you can toggle a checkbox and then change something else based on the checkbox’s value_, thus being able to_ toggle anything (text value, background color, w__h__ether the audio is playing, etc.)

    Or execute an action at random times. For this, you need to use an “Execute action batch”. Add a “Call function” sent field. To the code field, type this: () => Math.random_() _And give it a n__a__m__e, such as: random. Click the “_Actions(__0)” button, add your action and in the evaluation type, choose “Is less than”. To the “Evaluate against” field, type a value between 0 and 1, such as 0.1. Math.random() will give a value between 0 and 1, such as_ 0.9329988336300747.

    Sorry, your browser does not support inline SVG. article updatedarticle updated5/13/2022 9:55:29 AM (UTC)5/13/2022 9:55:29 AM (UTC)
    Feedback     Back to top Copyright © Geomant