I have been trying for hours and searching all over the place for a solution for this problem.
I have 8 labels on the screen that I want to flash randomly on the screen and then stop on one of them. The problem is the screen does not refresh so I cannot see the flashes. All I see is the end result.
In other languages that I have used , I can either refresh the Object / Field after updating it or refresh the whole screen.
If you have any ideas how I could refresh the screen I would appreciate it. I only started programming with this language today even though I have purchased it over 3 years ago and also paid for the update.
I am going to put the labels into an array and then use a RNG to choose one at a time and flash it. I am also going to make the first 2 second flash fast between them and then slow it down until it stops at the last one.