To flash a control every second ...
Set the Form's Timer Interval to 1000
Code the Form's Timer event:
[YourControlName].Visible = Not [YourControlName].Visible
Caution. A little of this flashing goes a very long way.
Are you sure you wish to do this?