Hi. Is it possible to refer to a variable in a class file separate from the one you are working in?
Say Class1.as had a variable named “exampleVar”, and in Class2.as you wanted to put something like “exampleVar++;”.
Is this possible and if so how would it be achieved?
Thanks!