How do you assign one class to multiple library movieclips? Eg, each animal in my game has the same animation sequences… And, copy-pasting the entire class into a new .as for each movieclip would be kinda messy…
Do I make them all EXTEND the class that I want?