I have one show stopping bug in storyboard.
Bug was introduced somewhere after build 768.
How to trigger bug? Just don’t purge scenes.
For example in sample code Storyboard (SampleCode/Interface/Storyboard) in all scene files (from scene1.lua to scene4.luad) remove the line
storyboard.purgeScene('sceneX')
where X is scene number.
What will happen? Well, when you return to scene1 again, it will be black.
(createScene was not called, and all displayObject created in createScene are gone)
Bug reproduced on mac simulator and iPhone device. [import]uid: 123747 topic_id: 25408 reply_id: 325408[/import]