Hello,
I'm looking for help on how to use a JavaScript variable that is external to my Edge composition.
I would also like to understand how to do the same the other way around too, such as accessing a variable (or executing a function) defined in an Edge composition from outside of it. For example, I have a function called "init()" within my "creationComplete" even on the main Stage. Is it possible to execute this method from outside of my Edge composition?
Thanks,
Sam