Hollywood_Dave
08-16-2001, 10:11 PM
Ok.
I have an MC on the main timeline which has buttons within it. Click on a button, and it takes you to a certain scene. Pretty damn simple. In fact, it's so simple, IT DOESN'T WORK. I'm using this code:
on (release) {
gotoAndPlay ("workflow", 1);
}
"workflow" is the name of the scene the button is supposed to take you to. But it doesn't work. What the hell. It just sits there. I tried a button up on the main timeline and it works fine. Is there something I'm missing?!
I have an MC on the main timeline which has buttons within it. Click on a button, and it takes you to a certain scene. Pretty damn simple. In fact, it's so simple, IT DOESN'T WORK. I'm using this code:
on (release) {
gotoAndPlay ("workflow", 1);
}
"workflow" is the name of the scene the button is supposed to take you to. But it doesn't work. What the hell. It just sits there. I tried a button up on the main timeline and it works fine. Is there something I'm missing?!