For the next couple of weeks I'll be explaining how to build a custom preloader that will display the progress of an image as it loads. This is the first installment of the series.
In this tutorial, I'll create an AssetLoader class and use the built-in Loader class (part of ActionScript) to load our image. I'll also set up some listeners so that I can track the progress of our image as it's being loaded and when it's complete.
