On a side note I'd suggest (esp if you're somewhat new to programming) to keep on declaring the types of your variables with those green words: ProgressTitle, ProgressBar, Label, and BlinkingLabel.
Down the line they'll provide clarity as to what each variable is supposed to be and will also help the code editor provide typing hints.