news |
info |
people |
software |
stuff |
error
The window is created with the create command, and controlled through the use of the comment, progress and heading properties.
on mouseUp Progress create,"hello mum!",,"Times",18 show window progress repeat with n = 1 to 20 set the progress of window "progress" to n/20 set the comment of window "progress" to "n is" && n wait 10 ticks end repeat close window "progress" end mouseUp