simontheak
10-01-2002, 10:53 AM
I've basically got an invisible button inside a movie clip with the following code:
on (release) {
gotoAndPlay ("Scene 1", "start");
}
However, clicking the button doesn't seem to do anything.
Anyone got any ideas why? Is it something to do with paths?
on (release) {
gotoAndPlay ("Scene 1", "start");
}
However, clicking the button doesn't seem to do anything.
Anyone got any ideas why? Is it something to do with paths?