So what is happening is that finish is not being set to “true” and the phase1 movieclip is not fading in after the hellomc is finished.
Any suggestions on how I can get this to work?
Now I want to continue to pass the finish variable throughout all my movieclips so that when one finishes the next one will start.
Can I do this the same way? I tried adding another movieclip called phrase2 and from phrase1 I pass the value of true to the phrase2.finish variable. But it doesn’t seem to work.