[atchmnt:FLA from senocular]
I hope you can help me in this.
Here I what i need is :
Start drawing first circle and when first circle is on half way, Start second circle.
same way second and third circles.
and after completing 3 circles, just gotoAndPlay 2nd Frame .
you would need to creat 3 separate paths for that, then check the percent variable to be over .5 (50%) for each circles 1 and 2 to know when to start drawing the next one. Then you’d check the percent variable for circle 3 if its = 1 (100% done) and if so, play the next frame
So youd have someVar = new Path() for 3 different variables, each of which would be defined a single circle all of which are, at this point, being defined in the one path. Then youd have 3 different percent variables to represent the percent of drawing on each one of those paths. Check those t’s for 50% and draw based on that… oh heck Ill just rewrite it for you so you can see.