AS3: QueueLoader

View QueueLoader Post
In AS2 I would often load things sequentially and display them in order if loaded or not. I had a SequentialLoader class that was created by Tom Stanley which did the job just right. I have yet to port the class over to AS3 but apparently I won’t need to considering [...]