I am going to simplify my question. I need to create a list of vars that have defaults but they can change with clicks etc. Default Vars stored in (defaultVars.as)
These default vars are created in this class that is loaded via the main.as class. I have another class (getVars.as) that needs to access the vars that are changing. How can this new class have access to dynamic vars?
Thanks