Visible and flash

Hi,
This should be an easy one…
What is the easiest way to make an object Visible and flash at a rate of 0.5sec?
thx

First, add a Timer component from the Misc tab into your window. Set the timer’s delay to 500ms and the bound to 2. Start up the timer by selecting the running property. Lastly, bind the visible property of the object to the value property of the timer. That is it!

Thanks, this is just what I was looking for.