Hello again
My project uses a whole bunch of arrays, and some will get quite large in 3 dimensions
Are there any limits on the number and size of arrays? I would hate to get near completion and realize arrays won't cut it.
I am using arrays for everything, and I mean everything. Any objects are just visual representations or backdrops or UI (or blitted text), all data on them is stored in arrays and I have a OneNote with a "key" which I use as a reference guide for myself. I even made a small tool to import CSVs to Clickteam format for preloaded data!
It's been an adventure to say the least translating procedural algorithms into Clickteam events, but it's working very nicely! I am taking great pains to make everything as efficient and lightweight as possible
Anyhow, I can't imagine I would hit some limit, but if anyone knows what the limits for # and size of arrays might be, please let me know! I would greatly appreciate the information