Source code storyboard.lua to run on Corona.2011.319

My apologies if this has been covered somewhere else.

After putting together old library code and wrappers for various visual components, I have one on my apps running on Android ARMV6 devices running version 2.x  of the OS (using Corona.2011.319). I am trying to re-write another app to run on the older platform but need a version of storyboard. Before I embark on re-inventing it, does anyone know where I can get the source code for a version of storyboard from? 

Thanks in advance. 

Storyboard’s code is still closed source. 

Thanks for the reply. I will write my own version.

you could use director

Good idea.  However, I want to keep most of the code common to both versions of the app with the version specific code isolated in library files. I haven’t quite managed this yet but I am working towards it. Director does provide a basis for implementing storyboard. Thanks.

Storyboard’s code is still closed source. 

Thanks for the reply. I will write my own version.

you could use director

Good idea.  However, I want to keep most of the code common to both versions of the app with the version specific code isolated in library files. I haven’t quite managed this yet but I am working towards it. Director does provide a basis for implementing storyboard. Thanks.