Hi all, quick question regarding flash scope. Say I have a class and a constructor. If I add an event listener into the contructor and have it reference another function within the class, how would I access the variables that I would have been able to access in the constructor if I would have ran the function within there instead? Thanks.