Hello, I have a strange behavior / not sure if it's a bug :)
So I first create a single layout with an array. Array is fed from the Json file (since I have a paid account). When I run the layout, it works perfectly.
I wanted to use a "replay" button to start the layout, that does'nt work, everything stays there. So I create an intro layout with some animations that when if finishes, goes to my main layout.
Now when I play the debugger, on start of layout the Ajax module request my file (.json)
but skips the "on array file completed" - Load from Json string Ajax.laststring.
Why would it skip this step?
thx!
Marc