DjEnigma
07-26-2002, 02:14 PM
Hello to u all on the board, i'm a newbie round here!
Right then, this question has probably been answered many times already like.......
I have a movieclip on my mainstage which consists of an animated drop down menu.
When i click on one of the buttons within this animated menu i want it to run a movieclip which also exists on the main stage.
This is the code that i have used on one of my buttons inside the the animated menu clip....
on (release) {
tellTarget ("_level0.news") {
gotoAndPlay (1);
}
}
This is the error message i receive.....
Target not found: Target="_level0.news" Base="_level0.welcomemenu"
news refers to the instance name of the movieclip i wish to run on the mainstage.
welcomemenu refers to the instance name of the animated drop down menu, from where i selected the news movie clip.. This is also on the main stage....
Hope this is clear enough!
Please help!
Right then, this question has probably been answered many times already like.......
I have a movieclip on my mainstage which consists of an animated drop down menu.
When i click on one of the buttons within this animated menu i want it to run a movieclip which also exists on the main stage.
This is the code that i have used on one of my buttons inside the the animated menu clip....
on (release) {
tellTarget ("_level0.news") {
gotoAndPlay (1);
}
}
This is the error message i receive.....
Target not found: Target="_level0.news" Base="_level0.welcomemenu"
news refers to the instance name of the movieclip i wish to run on the mainstage.
welcomemenu refers to the instance name of the animated drop down menu, from where i selected the news movie clip.. This is also on the main stage....
Hope this is clear enough!
Please help!