i'm writing an application in which i want icons that trigger events when clicked.
for each event i wish to load 2 animated GIF's BUT i need to wait for one to finish animating before the next starts.
i know the length of time each GIF animates.
is there any way to do this without creating additional threads? is it possible to simply call sleep() from the main thread?
many thanks
Waylon
for each event i wish to load 2 animated GIF's BUT i need to wait for one to finish animating before the next starts.
i know the length of time each GIF animates.
is there any way to do this without creating additional threads? is it possible to simply call sleep() from the main thread?
many thanks
Waylon