Hi guys, following is my flex 3 code.
[Embed(source="SizeNESW.png")] [Bindable] public var cursor:Class;
private function mouseOver():void { CursorManager.setCursor(cursor); }
here what i am doing that there are four corners above the image for resizing purpose. and i have a single image for cursor. i want to use that image for all corners of the image. i.e i need to rotate that cursor image for different corners.
ne help i m stuck :(