Answered
load vars from root into mc
in AC2
globvar="myvalue"
i use _root.attachMovie("edit_actives","active_editor",0) to attach mc on the root
then from within this mc i use
mcvar=_root.globvar
how to do this in AC3
globvar="myvalue"
i use _root.attachMovie("edit_actives","active_editor",0) to attach mc on the root
then from within this mc i use
mcvar=_root.globvar
how to do this in AC3