I keep reading I should load lazily.
My app has lots of movie clips that are called into my game and added to the juggler on a button click.
At the moment I load all the atlases and create the movies on view load.
To delay this I want to put the atlas and movie code into the button trigger but obviously I only want it to call the first time the button is clicked.
Is there an elegant way to do this without creating a 'movie created bool' and checking it on button trigger or is that the best way.