I am declaring some Audio file handlers and assigning them with audio.loadSound() but I’m hitting a limitation at 64 declarations. I then get an error when using Director class:
Director ERROR: Failed to load module ‘screen1’ - Please check if the file exists and it is correct."
I’ve been very careful, and if I comment out a later LOCAL declaration, I can add in another one… so it appears to be a quantity limitation?
Is this defined somewhere?
I have 63 of these declared at the top of my file, and if I add a 64th, I get the error…
local rascalBunter1Audio = audio.loadSound("./AUDIO/Bunter/AroundTheMoon.mp3")
[import]uid: 74844 topic_id: 13069 reply_id: 313069[/import]