>>      Function function1()
>>      {
>>              target_mc.closer_mc.classRef = this;
>>              target_mc.closer_mc.onRelease = function() 
>>                              this.classRef.removeMC();
>>              };
>>      }

That's how I used to do it before I discovered Delegate.  I wouldn't
recommend the method you outlined above, because the methods have to be
public in order for that to work.  Use Delegate if this is AS2.

Jason Merrill
Bank of America  
GT&O Learning & Leadership Development
eTools & Multimedia Team

_______________________________________________
[email protected]
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