i know how to make all sorts of sliders and buttons, and I am new yet somewhat familiar with AS3, but rotating an object wiht mouse click and drag has proven more difficult.

i'm wondering if you can use one of the rotate functions (rotateAroundInternalPoint etc..)

but i'm not sure how to set it up.

also can i start out my code like this?

(assuming the name of my spinning object is "dial")

dial.addEventListner(MouseEvent.MOUSE_DOWN, spinObject);
function spinObject(e:Event):void{
dial.rotateAroundInternalPoint();

or somethinglike that? anyone familiar with this part of AS3? i've been looking around on google for ages, found a lot of GREAT AS2 examples, but none wiht AS3......

I think my code is really close but i'm still missing something, any ideas? thanks