Skip to main content
Inspiring
November 13, 2007
Question

change registration point of a MovieClip

  • November 13, 2007
  • 1 reply
  • 320 views
Hi,

how can i change the registration (point) of my MovieClip via AS3 ?
i did not find any "registration" property or command line.

i have a mc in my symbol library registered with "registration point" on
top left corner.

in my AS3 code i would like to temporary change it to center of my mc.
how can i do that ?
thanks a lot,

RAF
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
November 13, 2007
you can't.

but you can make it a child of a parent movieclip and offset the child by the opposite of your "new" registration point location. then reference the parent.

it will appear that you child movieclip has had its registration point changed.