jameswithers
Programmer
Hi,
Coursework Issues:
I have a file with a movie clip on it,
In that movie clip is a sliding pannel,
on that pannel there is another movie,
in that movie there is a button
when the movie is played i want that button to link to a new scene called 'option1'
if the button is out of the movie it works (on the main stage)
the current code is:
on (release) {
gotoAndPlay("option1", 1);
}
Can anyone help me? Please
Coursework Issues:
I have a file with a movie clip on it,
In that movie clip is a sliding pannel,
on that pannel there is another movie,
in that movie there is a button
when the movie is played i want that button to link to a new scene called 'option1'
if the button is out of the movie it works (on the main stage)
the current code is:
on (release) {
gotoAndPlay("option1", 1);
}
Can anyone help me? Please