Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how do i rotate mc on screen reletive to its position

0 views
Skip to first unread message

Anthony Butterfield

unread,
Feb 19, 2003, 7:01:32 AM2/19/03
to
I posted up a request for help earlier and some kind people have given me
some help, but what i realy want to know is how can i get my mc called pen
to move and rotate on the screen just like the on in this link

http://www.imaginationatwork.com/Imagine
can anyone help?


Runulo

unread,
Feb 19, 2003, 8:09:50 AM2/19/03
to

If you are trying to do exactly the same thing ......

It looks like they have four animations, one is the pen moving from pointing
up to down and the second one is the exact reverse, the third and fourth are
the left to right animations.
And the animation occurs when the pen tip reaches a certain _x or_y
position.

you could do it by setting some variables (penPos) to indicate whether the
pen is pointing up or down or left or right so that using a onClipEvent
(onEnterframe) or mouse move, you can constantly check the x & y pos to see
if it has to reproduce one of the animations, and as the animation occurrs
it would change the penPos variable.

I am sure someone else will give a better idea but if I had to do it I would
start with that.

"Anthony Butterfield" <anthony.b...@digitalbrain.com> escribió en el
mensaje news:b2vrn1$mm2$1...@forums.macromedia.com...

0 new messages