beno - wrote:
   public function another():void
     {
     var mcHandInstance:mcHand = new mcHand();
     addChild(mcHandInstance);
     mcHand.x = 400;
     mcHand.y = 400;
   }

Compare line 3 and 4 with line 5 and 6 and note the difference, you are using the wrong variable name.

You mixed up the class name and the instance reference variable again.
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to