Hi CrK
I suspect that you try to start the preloader while nothing has been added to the preloader's list (stabilizer is counted as an item). The preloader will not start if nothing is added because it simply has nothing to preload.
If I'm right you should see "[Preloader]: Cannot start Preloader, the list is empty." message in console log. Can you check if you see such message in the console or any other message in the moment when it does not start?
Hey — thanks for the assistance.
You are right I just did a quick check and I see that message in the console, so now I wonder why it doesn't get the assets..
the weird thing is on the first preload it works, its the second time that hangs.. maybe there's something wrong in my logic.
I tried adding the items check and stabilizer off, same working ok on first cicle layout 1 > preload > layout 2, then on second try the preloader doesn't start cause the list is empty
Here's a quick screen of the original event sheet
EDIT: almost forgot, yes I know the global var in the image is empty, that's because I set it with the layout name on the first layout event sheet and I made sure in debug mode the variable still get corretly set every time it goes back to the first layout.
If you still need a capx let me know, I'll try to make one asap.