Looping object effects
February 10, 2022
Looping object effects
February 10, 2022
Master 12 posts
Followers: 2 people

Hello!

I have a background image of a timer that has reached zero.

I would like this to flash between being there and not (as if it’s reached zero and is now flashing as an alert)

I’ve got a shape set to the same colour as the background placed over the timer and have applied a flicker effect.

Is there a way to loop an effect, or another way to achieve what i’m after? Capturing it as a video would be great, but isn’t an option in this case unfortunately.

Thanks in advance! 🙂

All Comments
Sort by:  Most Recent
Feb 15, 2022
Feb 15, 2022

It can be done with the While loop as well, but you already have a solution.

Like
()
Feb 14, 2022
Feb 14, 2022

Greg Stager – Perfect! Thats absolutely awesome!

I did it without a button in the end, triggering the javascript to run on slide open then having var flash.setinterval straight afterwards!

Fairly new to conditional actions, but figured it straight out from what you said, so thanks! 🙂

Like
()
Feb 14, 2022
Feb 14, 2022

Here is the While Loop Advanced Action.

It is a two-part conditional action.

Part 1 checks a variable and toggles it

Part 2 will hide and show the zero as long as the variable is equal to 1.

Attachment

Like
(1)