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
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to