Hello coders...

I'm trying to create a MovieClip prototype function to all my MCs that are
buttons:

MovieClip.prototype.onRollOver = function (){
   if (this.onRelease != undefined || this.onPress != undefined){
       functionName(param);
   }
}

The problem is that it doesn't work with the movie clips inside the ones in
the first level...
Is there Any way to accsess these movie clips?

Thanks in advance
Matheus
_______________________________________________
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