Hey All,
I'm curious about few things related to a Layout but I'm not sure how Construct works with it and if it will be fine or maybe too much to handle: Memory, CPU, loading time etc..
I'll try to describe it in general:
Imagine a game from right to left, if it's a platformer (Mario Bros.), fighting game arcade (Final Fight / Streets of Rage etc..) or a spaceship (R-Type) in general scrolling from right to left with the camera.
So, for a simple spaceship for example, I'm aware to the option of "faking" the unlimited scrolling using background wrapping in a loop, stars, etc.. while the layout could be on the same size.
But that's not what I'm looking for or asking about, I had to give these examples to be clear.
I imagine that the more sprites on the layout the bigger the file size and the loading, but I do have more questions:
My questions related to this subject are:
1
. How big can I make the layout, wide / height, am I limited by Construct to a maximum size of the layout?
2
. Will a HUGE layout take much memory even if objects does not appear on the screen yet (unless they reveal to the camera / viewport? or as long as they sit on the layout they will use the memory?
3
. Did anyone have an experience with making a really long scroll-game and have issues?
4
. What if the layout is very long while the viewport of the game is 1920x1080 (Full-HD) will it slow down the game / fps ? (I'm aware that I can use 16:9 lower resolution and stretch but I'm curious how it will work).
All my questions are directed using NW.js or for PC .exe in general as I'm more interested,
but if you also have answers related to Android I'll be happy to learn about the limits as well.
Thanks ahead and sorry about my bad English.