who's the Instance who's the Class symbol ? mcHand <--- Class symbol mcHandInstance <--- instance
when you want to change x and y on **any** instance, who do you target ? the Class or the instance ?
:)
var mcHandInstance:mcHand = new mcHand();
addChild(mcHandInstance);
mcHand.x = 400;
mcHand.y = 400;
_______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

