Hi,
In terms of efficiency and size of project considerations, how significant is it to have more objects (sprites, text, etc) vs less? assuming the total number of images/texts is the same?
For example, what are the implication for size and memory demands of running the same layout in two versions:
1. having a single sprite object with 20 frames
VS
2. having 20 sprite objects with a single frame each
And the same for many vs few Event sheets - what are the implications on the project.
Thanks!