You make what you want to rotate another movieclip. If you want to move the rotation point to x=20, y=20 , set the inner mc coordinates to that. Then rotate the parent clip and move the parent clip to x=-20,y=-20. Hopefully this should work.
thanks but I can't do it that way. I am rotating the stage. I am working on a Vcam that has the ability to rotate. Those who don't know what a Vcam is, its a movie clip that makes zooming in on animation and games easy.
no there is no such thing as a rotation point (pivot) that can be changed in AS1/AS2 but you can shift Values kinda offsetting the object in a way so that it rotates arount a theoretical point.
see atachment of a trig. collection I wrote for myself the 3rd or 4th example is about rotating aroung a given point
you need to rename the attachment extension back to mht (microsoft html archive) and open it either with InternetExplorer or Opera.
ah yes, oops sorry about that, it was meant to be a link to some Math.atan2 examples but I must have copied and pasted from the wrong window. Not sure it would have helped any way now I understand your problem.