Hi Everyone,
this is my first post, since this is the first time Construct2 has really stumped me!
I'm creating a game whereby along the way you 'unlock' pages of a picture book I wrote/illustrated.
The problem is each is a full-screen image so loading them into a sprite sheet at 1080p (there's 45 pages) would presumably crash pretty much any phone on the market...! The images are black and white so hopefully aren't in and of themselves going to make the filesize too big...I think this is more a ram issue?
I considered loading from URL but I can't guarantee someone will have internet access at the time of viewing and don't want it to bug out.
What is the best approach memory-wise? This really is an integral feature of my game so dropping it isn't an option unfortunately.
Is it a question of creating 45 separate layouts with 1 page in it's own dedicated sprite per layout?
any help or advice very much appreciated,
thank you!
John