Greetings
I am trying to do something that, for all I know, should be pretty easy. Except…
What should happen is that when the swf plays it plays through one movieclip, then, on the last frame, switches to another movieclip and plays. Simple, right?
I have a movieclip for the screen (where the movieclips are displayed) and I place an instance of the first movieclip and give it an instance name. Then in the last frame of that clip I have the actionscript:
MovieClip(parent).home_mc.play();
‘home_mc’ is the other movieclip instance name. I have also tried using frame labels like:
MovieClip(parent).gotoAndPlay("home")
…but that didn’t work either. That is what I’d really like to have anyway, since I want to have several movieclips at different points in the timeline and go to those frame labels by way of buttons.
Any ideas why? Here is a link to the fla if anyone wants to see it.
http://www.freshrod.com/content_theater.zip
Thanks