Have you created an actions layer with stop() actions on it? One for the frame your button is on and another for frame 5 where you want the movie to stop once the button has taken you there.
Scene1 :: Frame 1 :: Symbol 27 :: Symbol 38 <–[the button]
Symbol 27,frame 15: <–[Symbol 38 exists in this frame]
stop()
doesn’t work
Symbol 38 [this symbol’s location is scene 1, frame 1, symbol 27]
on (release) {
gotoAndPlay (“Scene 1”, 5);
} also doesn’t work
on (release) {
gotoAndPlay (5);
}
this is probobly more confusing, if you would like i cant try to explain it differently, but that would take a while…
I can post the swf that doesnt work, but i dont think that would help.