Hi, I have a frame with lots and lots of movieclips and shapes and layers, I tired to scale all of them at once but it was choppy. So I took a picture of everything (quality is crap but w/e) and I have the first frame as all the layers, then the second frame is only the picture, then i scale the picture by 235% in a motion tween, then on the last frame right after the tween i put all the layers back at 235% in the right position to face a scaling of all the movieclips. The scale tween is smooth but when it reaches the last frame of the tween and the first frame of the movieclips at 235% there is a pause and I don't understand why.


Actionscript Code:
[][]>>>>>>>>>>>>>[]~[]  <--Last frame of movie, 235% scale of frame1.
/\/\             /\
|  |             Last frame of the image tween
|  First frame of the image tween
First frame of all the movie clips
~ = a pause, when there shouldn't be.

The funny part is that on the last frame within a movieclip there is a streaming audio. when the play head gets to the last frame of the image tween the audio starts to play then after 1 second it goes to the next frame. What could be causing this delay?