Hello all,
All I’m trying to do is to display a series of storyboard scenes of the same type one after another (with only slight text differences between them) the number of these screens is only determinable at runtime and the user will swipe from one to another. So I have a “template” scene definition SceneTypeA.lua and the custom data is passed in via the options.params.
I want to keep the transition animations etc and also have the event.params populated… what would be the best way to do this?
The only way I can get this to work currently is to load a blank scene between content scenes…
Cheers
Ed.