07-24-2017, 08:10 AM
From my experience with Stencyl, it's not a very efficient engine. Admittedly, I have only used it once and that was for a game jam, so I can't say too much; but it did start lagging once I had too many things on screen and since we hadn't implemented death by the end, the way you lost was "once the screen contains enough enemies to lag the game to an unplayable speed"
Mind you, I'm not saying you should use something else, Stencyl is still pretty good. But that might just be a contributing factor to the memory usage. Other things such as forgetting to remove/destroy objects that you don't need anymore might also be something you can look into.
Mind you, I'm not saying you should use something else, Stencyl is still pretty good. But that might just be a contributing factor to the memory usage. Other things such as forgetting to remove/destroy objects that you don't need anymore might also be something you can look into.