Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: Balor on May 31, 2016, 05:57:03 PM

Title: Load All Resources
Post by: Balor on May 31, 2016, 05:57:03 PM
As per title can someone create an action for

Resources.LoadAll
Title: Re: Load All Resources
Post by: djaydino on June 01, 2016, 04:24:15 AM
Hi,
Do you want to load a folder into a resource folder or you want the resources to be loaded in to variables?
Title: Re: Load All Resources
Post by: Balor on June 01, 2016, 08:33:28 AM
Hello

Load resources into a variable.  From what I have read resource.load will not work on sprite sheets, you need to use resource.loadall.

So I want to load all my sprites and then most likely put them in a hash table.