davidprovost,
[quoted text, click to view] > Im trying to make an mc rotate counter clock wise ... <snip />
> Does that make any beter since?
Well, it still leaves me wondering how comfortable you are with
ActionScript. I don't know what you've tried so far, so it's hard to know
how many details to tell you. It would help if I knew a few things, like
are you familiar with the MovieClip class? Are you comfortable assigning
event handlers? Have you experimented with listeners? See where I'm going?
kglad has posted a complete example in another message in this thread.
That example uses setInterval() instead of onEnterFrame, which more or less
amounts to the same thing. You're changing certain movie clip parameters
over time ... and that time is measured either in frames or milliseconds.
Play around with kglad's example and see if that makes any sense to you.
Specific questions have a higher liklihood of finding meaningful answers
than broad questions. The goal you have in mind may not seem complicated,
but you have a number of steps to sort though.
I would recommend either A) going whole hog with kglad's example or B)
start from scratch and experiment with the MovieClip class. See if you can
get a movie clip to trace a simple message -- trace("Hi there!"); -- every
time the movie clip enters a frame. If you can do that, you'll know you're
on the way to meeting your goal. (Either that, or do the same with
setInterval().)
David
stiller (at) quip (dot) net