'Sup guys.
How can I extend [FONT=“Courier New”]flash.display.Graphics[/FONT] so that the drawing method could be called like so [FONT=“Courier New”]mySprite.graphics.drawArc[/FONT], or [FONT=“Courier New”]myMovieClip.graphics.drawPoly[/FONT], etc.
I tried [FONT=“Courier New”]DisplayObject.prototype.drawArc[/FONT] but it gives errors.
Please help.