Help with easing

Having a hard time explaining what it is I am trying to do.

I want to ease only part of an object, a semi-circle to be specific.

The flat edge has to move depending on the mouse position but I want the peak of the curved edge to remain stationary. Now Easing I have down pat… Worked out a small segment of actionscript that I can just paste into any object and have it ease itself within a range.

Im not sure how I owuld go about just easing part of an object tho, or if it is even possible.

All help appreciated.

hm… not really sure if it possible… unless you draw the circle using the drawing API, using bezier curves, i think then it would be possible

=) :A+:

Was really hopping that it wouldn’t come down to that, seeing as I would rather it be a lame ease then do all that.

yep… it does get complicated…

Wouldnt be too complicated, I would only have to actually draw the lines after I figure out a good bevel value to use for the curves. All 3 points would be either static or just seeing where another movie clip already is.

Ah well