Thank you very much guys! That's a very interesting discution. But... well, now I have more doubts that before haha
Sorry, but I'll have to call boss... Hey, Ashley , we need you here!!
What do you think about it?
The relevant manual entry is Memory usage, which covers layout-by-layout loading and how objects placed in the layout vs. created at runtime are handled. In short, you should have any objects the layout ever uses placed somewhere offscreen and destroyed on startup if need be - this causes their images to be preloaded when the layout starts. Otherwise, 'create object' can "jank" as it loads images on-demand.
Develop games in your browser. Powerful, performant & highly capable.
Hehe thank you, Ashley!
And, of course, thank you very much guys!