Skip to main content
Participant
May 8, 2006
Question

rotation point

  • May 8, 2006
  • 2 replies
  • 247 views
Is there any way that I cand change the movie clip's rotation point dynamicly by Action Script ?
This topic has been closed for replies.

2 replies

May 8, 2006
Well, if you made a movie clip within a movie clip, then you could move the inner clip to a new position relative to the pivot point of the outer clip, and then rotate the outer clip.
Inspiring
May 8, 2006
what do you mean with rotation point?

CW CCW??

rS
babo_ya
Inspiring
May 8, 2006
Yes,
Two ways.
First, create a movieclip with registration point to center(Depending where you want it) and instead of doing createEmptyMovieClip do attachMovie..

the other way is popular way that I haven't implement before which is creating a dynamic circle movieclip like a container and rotate the container instead of your movieclip.