Hi,
right down to the point i have my navigation on my site on Scene1 and i know how to link it to a frame on Scene1 but how can i link it to my movie clip for example i press my button2 and my movie clip will goto frame 2 and stop?
thanks
Hi,
right down to the point i have my navigation on my site on Scene1 and i know how to link it to a frame on Scene1 but how can i link it to my movie clip for example i press my button2 and my movie clip will goto frame 2 and stop?
thanks
you seem to be looking for the “tellTarget” command …
use the format:
on (release) (
tellTarget(“target movieclip instance name”) {
gotoAndStop(2);
}
)
i think though that there is a newer command that does the same job maybe someone else will mention it …
good luck!
:: Copyright KIRUPA 2024 //--