Looping object effects – making things flash!
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! 🙂
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! 🙂
Since I am using a start and stop button to illustrate the effect, I have a little extra code to disable the button so that the effect cannot be launched multiple times over itself. Once the interval has been stopped, the start button is enabled once again.
In your scenario – I imagine that the blinking does not start until the timer is done but you will still need to use the code to stop the blinking before another timer countdown is initiated.
You must be logged in to post a comment.