• Resources
  • Can I loop through several different resources without requiring load("resource")

I want to load/preload a lot of different resources however this means I have to manually enter a new variable and assign it to load("Resource"). I was wondering how I can Automatically loop through all of the resources and get that resources stored information. rather than cluttering up a bunch of code to manually load all of them.~~~~

You can use the Directory class to go through the file system and load all the resources. However, if you're loading an imported resource, make sure to only look for the import files since on export the original files won't be there anymore.