Blinking Text
Blinking Text
Rate Blinking Text
(2(2 Vote))
' This code will be in the timer event.
timer1.interval = 500
if label1.visible = false then
a = 0
else
label1.visible = true
a = 1
end if
Blinking Text Comments
No comments yet — be the first to post one!
Post a Comment