Hi guys,
I'm struggling with moving blocks of code out of my Stage.compositionReady event to an external JavaScript file and having it work the same way as if it was still placed there.
I've tried to import the JS file into the library and I've also tried to parse it using yepnope function with no success. Basically it's just a set of variables that I want to organize into separate files that would be easier for me to modify out of Animate and eventually from an external back-end client.
Any advice leading to successfully solving this issue will be greatly appreciated :-D.