Continuous Advanced Actions

Is there any way to get an advanced action to continually run?
eg Adding two variables whenever either variable changes?

Hi,

I’m sorry but I don’t know what you mean.
Can you please explain in more detail?

Regards

The actions i’ve seen are all event based.
But is there an event that updates allways/continuously without an event to trigger it.
eg. if each second was an event to trigger an action?

Hi,

There’s a On Timer Complete event of an Animated Timer object (that can be found in Insert tab).
However, this event just fires once.
We’ll consider adding an option to make the event fires at intervals.
Now you must use JavaScript (for example window.setInterval) to do that.

Regards

1 Like

Hi,

You can use Animated Timer to trigger an action for each interval.
First, you should set the duration of the timer. Then in On Timer Complete event, add your actions and restart the timer.
image

Regards,

2 Likes