Blink object

Oct 24, 2019

Hi, I set an object to flash ("hidden" when input animation completes, "normal" when output animation completes). But how do I stop the object from blinking after the user clicks and the object doesn't disappear from the page?

Thanks

1 Reply
Jerry Beaucaire

You'd need another VARIABLE or STATE.  

STATE:  add a new state DONE to the object.   Then add an additional trigger to "click" event to change that object to the DONE state to stop your looping/flashing effect.

VARIABLE: same as above, but add a variable and change the state of the variable to TRUE when user clicks.  Then add a condition to the existing "ON" event so the object is only turned on when animation completes AND the variable is FALSE.  This way it still gets turned off during the flash, but once the user clicks it can't turn itself back on anymore.

This discussion is closed. You can start a new discussion or contact Articulate Support.