hmm… I want to enlarge a movie clip while the mouse is over it… how can I do that? should I have a movie clip inside a movie clip?
thanks man… I guess I just have a thing against onEnterFrame that just makes me not get things…
hehe, onEnterFrame and onClipEvent(enterFrame) are very very important in Flash.
Actually all the handlers are. You should study them hard
Yeah, I use them all the time, but the thing about it is that I’m really not sure about how much processor thinking they take… I mean, one can keep the number of operations linear, but if you do complicated stuff things can grow exponentially… and half the time you dont even need a function thats under an onEnterFrame handler, but it’s loaded.
Maybe I worry too much…
if you have too many enterFrame processes running at once, then it slows things down. But that is if you have lots of them running.
Flash is most CPU intensive when it comes to complicated math. This particular effect isn’t like that. I am talking particle systems and 3d engines and math things that are heavily used.
Or just lots of tweens and motion occuring at the same time.