Storyboard Engine

Storyboard Engine continues to move forward with the goal of providing our customers with a broad list of supported targets.

Major Changes

Create a Timer From Lua

Instead of only having the ability to create Timers through Storyboard Designer, users can now dynamically create them from Lua.

Create Animations From Lua

Users now have the options of creating animations from the animation time line from within Storyboard Designer or programmatically from Lua.

Lua API for Table Resize

Users are now able to directly set table attributes though Lua.

Background Image Loading

Background image loading can now be used to avoid load time delays that may be incurred as resources are lazy loaded into the application.

Known Issues

iOS

Storyboard Engine does not currently support iOS7.

iMX6

IMX6 requires the FB_MULTI_BUFFER=2 environment variable to be set to prevent front-buffered drawing which causes animations to shear.

Android 4.3

This seems to be a bug with the Android 4.3 code. After the Storyboard application goes to "sleep" and then "wakes up" the new window created has it's width and height switched.