Hi All,
The blog article Storyboard Scene Events Explained states:
All scene objects are created using the storyboard.newScene() function.
You can create as many scenes as you want in a single module..
However the examples offered only go on to explain the preferred approach of one module/file per scene. I’ve just started the process of putting together a simple ebook/interactive adventure app and didn’t really relish the idea of having to create one scene per page, since the logic will remain the same throughout (even the UI controls can be programatically generated).
What is the best layout then for handling multiple Storyboard scenes within one file? I guess having a decorator-type pattern for a ‘book’ to wrap the generation and switching from/to scenes?
Any examples somebody could think of to guide me would be much appreciated
[import]uid: 122384 topic_id: 24036 reply_id: 324036[/import]