Hi to all On main timeline I have var countN:int=0; // this numberl be changed later var clip_mc = new clip_mc(); // this clip is placed in library addChild(clip_mc);
How can I read countN inside clip_mc? parent.countN, this.parent.countN gives a mistake. That was possible in AS2 but I can not find solution for AS3. Thanks in advance. _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

