The more I get advanced on learning AS3 the more hair I find on my keyboard :sc: !
here’s the deal;
i have a structure like this:
—- main.swf (this is my main flash swf)
—- main.as (this is my document class)
—- classes (folder containing other classes)
——— secondary.as (the class containing calls to functions on main.as)
main.as contains a function named tracer() :
TBC..