ofeet
May 26th, 2008, 12:17 PM
Here's my question: let's say I have 200+ movie clips laid out on the stage (before run-time). I also have a Class called "Country" that I want all of my 200+ movie clips to inherit from. Unfortunately I can't link my Country class to the 200+ countries in the library because all linkage identifiers need unique names.
in AS2 I can set the linkage for all 200+ country clips to pull from my Country class. What's the equivalent of this in AS3?? Keep in mind I already have all my 200+ countries out on the stage, so passing them as a parameter into the Country constructor is not an option.
Any help is much appreciated!!
in AS2 I can set the linkage for all 200+ country clips to pull from my Country class. What's the equivalent of this in AS3?? Keep in mind I already have all my 200+ countries out on the stage, so passing them as a parameter into the Country constructor is not an option.
Any help is much appreciated!!