Hello Alex.
 
I'm using AnimationPackage to create Rectangle:
 
  objRectangle = new Rectangle(this, 0, 0, numWidth, numHeight);
  objRectangle.lineStyle(0, 0x000000, 100);
  objRectangle.fillStyle();
  objRectangle.setRegistrationPoint(new CPoint(0,0));
  objRectangle.draw ();
  
  trace(objRectangle.movieclip);
 
Trace returns "_level10.mcMyClip.NaN_mc".
 
I think it should be fixed.
 
Regards,
Igor
 
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to