Yet another question…How do I referece, within a class function, variables residing in the timeline that is invoking the class? (Very beginner here!)
So far I’ve had to send the timeline variables from the timeline to the class’s function as parameters, which works, but there’s so many. And I know I can just make these variables reside in _root and reference them this way, but that is not smart.
Does it have to do with _parent at all? Tried using it but failed…
Thanks.