Hi everyone, is it possible to include an ".as" file in actionscript within a function but not have the included ".as" be restricted within the function?
private function loaded():void { include "axis.as"; } Above, the include file will only apply to the function. How can I include a file to the main file or app??? Thanks. -David