ActionScript 3 - How to Change an Existing MovieClips Registration Point

Edit: if you are going to go downstairs, at least explain why -.-

I have MovieClip in the library. I right-clicked MC and clicked "edit." According to the textbooks that I read, apparently, now I have to move the circle / crosshair? I can’t move the circle / crosshair (I see it, but I can’t move it), the only thing I can move right now is the object itself, how can I change the registration point?

When I first created the MC, he showed my grid and asked where I want the registration point, is there any way to get this mesh again, which displays the registration point?

Edit: According to this post: Reposition the registration point in Flash CS5

I should just move the object relative to the crosshair and that the crosshair means the registration point, which is wrong. When I do this, the whole movie clip is moving and it does not change the registration point.

Note. I am using Flash CS5

+3
source share
1 answer

You cannot “move” the registration point, but you can move the entire contents of the internal clip above it. These silly crosshairs "turns" only work in the editor - the real registration point is always {0, 0} in the local clip coordinate system.

-1
source

All Articles