I like the idea of using a view, it's like a pre-built data structure where I can keep the first few frames of the loop for stuff like the cover and corners and such, and the rest would be images in the book (or sprite index 0 if that page has no images).
The game is low res, but I don't want the whole book to be images, because there might be translations at some point down the line, and having multiple translation images in a loop feels like it would get very complicated.
I'll try to come up with a demo over the weekend, using an external text file, and then if (when) I have problems, I'll ask more here!
The game is low res, but I don't want the whole book to be images, because there might be translations at some point down the line, and having multiple translation images in a loop feels like it would get very complicated.
I'll try to come up with a demo over the weekend, using an external text file, and then if (when) I have problems, I'll ask more here!