skydoe
02-17-2002, 04:49 PM
I am rather new to Flash, and rather than rip my hair from my head trying to figure this out I thought that I would simply ask.
I have a couple of scenes. On my first scene I have several instances. One of the instances is a movie clip. Within that movie clip, I created a button symbol. I assigned that button the task of loading the next scene by assigning the action -
on (release) {
gotoAndPlay ("part2", 1);
}
When testing the movie, it does not work. Here is my question… is what I am doing not possible or what could be the reason why it would not work?
Thanks
I have a couple of scenes. On my first scene I have several instances. One of the instances is a movie clip. Within that movie clip, I created a button symbol. I assigned that button the task of loading the next scene by assigning the action -
on (release) {
gotoAndPlay ("part2", 1);
}
When testing the movie, it does not work. Here is my question… is what I am doing not possible or what could be the reason why it would not work?
Thanks