natalia Vikhtinskaya wrote:
Please explain. Do you mean to create empty holder manually? How to
add stuff to it?

Create a new empty movielclip symbol. Do not give it any class. Do not put any content in it.

Now place an instance of this symbol on the timeline. Give this instance an instance name.

Then use the instance name as a property to access the mc when adding:

holder_mc.addChild(stuff);
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to