Greetings and well met to the MZ3 team! Congratulations on a very powerful and extensible piece of software.
I'm evaluating potential flip book solutions for a customer, and I was pleasantly surprised by the quality and extensibility of the code in MZ3. Before making any decisions though, I am curious as to how difficult it would be to extend the functionality of MZ3 in order to fulfil the particular requirements of this project:
- can MZ3 more page folds? The customer wants to display pages of double size that fold outwards, like this:
The idea is that the left-side page is double in width, folding outwards to reveal its contents. Ideally, this "special layout" should be able to go to the left, right, or both sides.
I understand this goes beyond what MZ3 is programmed to handle, but I'd be happy to hack in a limited solution if it's at all possible. Say, in these "special" pages, add a "fold out" button, that would in turn pause interactivity, reveal the page fold, and wait for the user to "fold in" before resuming normal interactivity.
- Can MZ3 do different page sizes? I need a small sized page that could (ideally) be positioned at any point on a page. Think of those children's storybooks with cutouts one can flip to reveal things, like a door revealing a house interior.
I guess both of these cases could be resolved by implementing MZ page sides that are - or contain - mini MegaZine instances rather than other content. Is this doable?

I'm flexible, open to suggestions and/or creative hacks, and in my short dealings with MZ (trying the code, reading docs and forums) I really like the spirit and mentality of your company and product. Any chance I can resolve these two issues with your aid?
Thanks in advance for any replies!