Movieclips need one frame to initialize methods.  Properties are
available right away but methods are not.  I suggest you put the init()
function on the first frame of your loaded clip's timeline and let it
handle its own init().  The properties you set on the clip will be set
prior to the init() function being called.

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to