beno - wrote:
leftHand.addEventListener(event.ENTER_FRAME, leftHand);
Bad idea, leftHand is either a MovieClip or a Function, not both at the same time. You need unique names.
_______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

