hi
today I just learned that you don’t have attachMovie in AS3, since the linkage name is only used in AS2 and 1(I’m not good XD)
so what’s the equivalent of attachMovie in AS3? I saw that class name under the linkage name, so if we want to add a mc in the library directly on the stage, we need to make a class and use addChild? Is there any way that I can attach a mc without using a class?
thanks