Hello,
I have two movie clips on my main time line. There is a button in movie clip 1 that I want to target to movie clip 2… and it’s not working for me. ;( I’m assuming that when I’m in movie clip 1, I need to tell it to go back up to the main time line, and into the movie clip 2.
The site that does the same exact thing I’m trying to do is this tutorial:
http://www.developphp.com/Flash_tuts/AS3_basic_site_structure.php
The buttons and the page area are two seperate movie clips, but the buttons in the button movie clip target to the page area movie clip.
This is the code that I’m thinking I’m getting an error with:
MovieClip(root).eyecarePage.gotoAndPlay(10);
- where eyecarePage is the Instance Name of the movie clip where I want the button to target to, and once it’s in that movie clip, I want it to go and play frame 10 and on… but instead I get a #1009 error.
Any help would really be fantastic