PDA

View Full Version : Losing my mind with simple navigation issue!


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?!

Strok
08-16-2001, 10:27 PM
http://www.actionscripts.org/actionscripts_library/cgi-bin/search.cgi?query=Action+from+inside+of+MC&submit=SEARCH


it will help

Hollywood_Dave
08-17-2001, 04:15 PM
It helped a ton. Thanks so much.

I can't believe I've never come across an issue as blatant as this before!