View Single Post
Sundev Sundev is offline 2008-06-06 #32 Old  
It can be advantageous for the Document class to be dynamic. It's helpful if you aren't automatically declaring stage instances and aren't sure if all the instance variables you are explicitly listing as variables of the class will exist on the stage. I have used a dynamic document class if I want to use the same Document class for multiple swf files that may or may not have certain instances on the stage.
Reply With Quote