Hi, is it possible to set the anchor point of a movie clip then rotate the clip around it? It seems that rotation works both for bitmaps and movieclips, but the anchor point just for bitmaps.
The MovieClip here is like a Sprite. A container. You need to set either anchor point on all Bitmaps that it contains, or setAnchorPosition on MovieClip itself (but I actually did not test this, just hope it will work )
Comments