flashing text for TextGadget?
Posted: Sat May 02, 2020 2:59 pm
Is there an easy way with PB to flash the text of a TextGadget (or for any other gadget with text)?
for example;
how would I get the "want to flash this text" to flash for as long as I wished, including 'forever', at the rate I wish ?
for example;
Code: Select all
If OpenWindow(0, 0, 0, 270, 160, "flash text?", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
TextGadget(0, 10, 10, 250, 20, "want to flash this text")
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
EndIf