rather than having onClipEvents on each MC, why
wouldn't this work?

this.onLoad=function(){
        mc.mcbounceload();
        mc2.mcbounceload();
        mc3.mcbounceload();
        mc4.mcbounceload();
        mc5.mcbounceload();
}


this.onEnterFrame = function(){
mc.mcbounceenter();
mc2.mcbounceenter();
mc3.mcbounceenter();
mc4.mcbounceenter();
mc5.mcbounceenter();
}


      
____________________________________________________________________________________
Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel 
and lay it on us. http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 

_______________________________________________
[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