First thing a want to say im not a flash guru but i have this problem:
I made 2 different buttons:
- a regular button
- a movie button
on both a put the following script:
on (press) {
tellTarget (“websitebig”) {
gotoAndStop (2);
}
}
But its only working on the regular button.
When I click on the “movie button” I get this message:
Target not found: Target=“websitebig” Base="_level0.but1"
Can someone help me and give me the right script to solve this “easy” problem.