Hey Guys,
I’m very much a noob in terms of actionscripting (I use MX), and I was wondering if I could enlist your aid.
For right now, I’m trying to get the hang of Duplicated MC’s.
Right now, my practice animation is like this:
A one frame movie clip with actionscript tweening a black ball.
Basically, my AS just makes it move to the right as it gets smaller and fades with alpha. This part works fine.
I put this above movie clip (ball, let’s call it) in another MC.
Now this MC (let’s call it BallTween) has AS on it which duplicates the ball movie clip 30 times with a for loop (q is my incrementing variable).
Now I read a tutorial on a forum that suggested using a
mc = _parent[‘newball’+q] to control the duplicated movie clips as they are generated, but this doesn’t seem to be working for me.
Is there any really comprehensive tutorial on this kind of AS around? I would really like to get good at manipulating duplicateMovieClips. Does anybody have a simple way to do this from the ground up, instead of solving a problem in an existing flash project?
Thanks in advance,
–EP:bandit: