Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
I think what you want to do is the following:

  • Add a Timer to your theme with the Interval set to 10 seconds. Make sure it does not auto-start or loop, it should only tick once then stop.
  • Add your desired Event Trigger, for example for race start (green flag).
  • In the Actions of the trigger, you want to do multiple things, so add Actions for all:
    1. Start the timer. Look for the Timer actions and Start effect, and select the timer you added.
    2. Hide the Ticker widget.
    3. Show some kind of green flag widget.
    When triggered, the ticker will now hide and the timer will start to run for 10 seconds. When the timer is finished it will run its actions.
  • In the Timer actions, add the actions you want to happen after the 10 second interval. In this case probably to show the Ticker again and hide the green flag widget.