FlashFool
10-27-2005, 09:18 PM
I have a slideshow that I have created for a presentation and I just put buttons into it. There are about 9 slides and the whole thing is about 2megs large. I put buttons on the first slide and tested it, everything went well, I then tried putting buttons in the rest of the show to let smoeone navigate the thing on their own. Hoever, when I publish or export the movie in any way it locks up about half way through. I've gone through and checked my code which seems to be ok.
Here are some examples:
on (release) {
gotoAndPlay( "Welcome", "1");
}
or
on (release) {
stop();
gotoAndPlay( "Welcome", "1");
}
I also included some ActionScript in the same frame as some buttons. Just a stop global function allowing someone to read the frame and then proceed on their own.
Can anyone tell me what is freezing this?
:confused:
Here are some examples:
on (release) {
gotoAndPlay( "Welcome", "1");
}
or
on (release) {
stop();
gotoAndPlay( "Welcome", "1");
}
I also included some ActionScript in the same frame as some buttons. Just a stop global function allowing someone to read the frame and then proceed on their own.
Can anyone tell me what is freezing this?
:confused: