I haven’t been able to find anything on this forum about this, so here we go:
I’ve made an swf that contains a few movieclips that I spread out horizontally, and when you click one it opens up and the others become a little smaller. To determine the _x positions of all mc’s I let flash calculate these inside an onEnterFrame function. So when one mc expands, the rest contracts at the same time.
As a seperate swf it plays/runs perfectly - no problems at all.
But when I load this from another swf, with a movieclip as target, it behaves way too slow and the movieclips don’t stay together…it seems like the onEnterFrame is updating things much slower than it normally does.
Because of this, during the tweening there are gaps - the faster the tween, the larger the gaps.
So basically flash is having some kind of lag. Weird stuff. :cyclops:
What on earth could I be doing wrong ?? Both clips have the same framerate and the container/target is the same size as the loaded swf.
Thanks for any pointers - this is really making me go nuts!