Need for a background object.

This forum is currently in read-only mode.
From the Asset Store
This is a single chapter from the "Construct Starter Kit Collection". It is the Student Workbook for its Workshop.
  • There really needs to be a function to paste things into the background (as in MMF). I saw there was a post about this before. But could it please be implemented. Its not effective to have throusands of objects. and there needs to be a way to make a background that is noticed as an object that can be created from a simple loop through an array. As was common practice in MMF.

    Pretty pretty please.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • MMF effectively uses a huge texture the size of the frame for the background, and when you paste something it modifies this texture. Construct does not have any texture for the back of the layout, because it limits the size of the layout to the amount of memory you have: a relatively modest 5000x5000 area would take up at least 75mb of memory in MMF, but in Construct, it doesn't take up any at all. I think they have a virtual size feature which works around this, but I guess you can't paste anything past the actual size. A large 50,000 x 50,000 area would use a rather prohibitive 7.5 gigabytes of memory for the background, whereas Construct would still use no memory.

    So this is why you must create objects instead of pasting in Construct. But there's no object limit in Construct and sprites with a single animation with a single frame to display, which are not moving (aka a static, unchanging sprite) are highly optimised and you should be able to create them in the high tens of thousands before the object count starts impacting performance.

  • sprites with a single animation with a single frame to display, which are not moving (aka a static, unchanging sprite) are highly optimised and you should be able to create them in the high tens of thousands before the object count starts impacting performance.

    Welp, guess this answers my problem with Tiled Background stuff. I'll just switch everything over to sprites. I guess I'm still kind of stuck on the limitations of MMF and thinking that I'll have similar problems with Construct.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)