I am using the Adobe Animate IDE , Document Class
I have a “Main.as” Class and a variety of other classes. My question is this...... can I extend one of the other classes and instanicate an object of that class in other than the “Main.as” class?
I would like to use the methods of the extended class in its parent class without using the “Main.as” class