hello,
i'm new to haxe and i'm stuck with this problem: i need to add some
methods to DisplayObject.Graphics prototype, so it is available in all
instances. in AS3 i can do this:
flash.display.Graphics.dashTo = function(...) {...}
but it doesn't work in Haxe. how could i do it?
Boris