Hi Guys, I want to add a progress bar to my game. Not just one for loading my assets, but one that waits till my http calls have been made aswell. I am working with states (boot, preload, mainGame). It doesn't have to be a fancy one showing the actual progress, a simply image saying "loading..." would be enough for now. I can figure out the details later. How would I go about this? Would I preload the image in the boot section, create it in the preloader and destroy it when my http call returns?