Hi,
I'm wondering if there's a way to use the AJAX object to request a JSON project file by name rather than using the drop-down list? Or maybe using some other object?
Each level in my game has its variables stored in a separate dictionary JSON file. It would be great if I could request the file by name e.g. "level_"&currentLevel.
I guess I could stick the variables for all the levels in a single dictionary or array, but both those solutions come with their own problems.
Thanks in advance for any help you can offer.