Blinking effect possible ?

 

Hello

is it possible to achieve some blinking effect on an object , a blinking text or button for example ?

i dont think changing color using OnTimer is effective . is it possible to have more than one OnTimer ?

 
Ahmed_Fouda:

Hello

is it possible to achieve some blinking effect on an object , a blinking text or button for example ?

i dont think changing color using OnTimer is effective . is it possible to have more than one OnTimer ?

You have to do it with OnTimer, and you can have only one timer function. You need to write your own router inside the OnTimer function to handle multiple different timer events.