Problems moving to the next scene ::: =(

Hello,

I’m having some problems changing between scenes. It’s driving me crazy. I have attached an fla that shows what I’m talking about. The first scene animates in then I use:

on (release) {
_root.gotoAndStop(3,1);
}

To try to tell the btn to take me to scene 3 frame one. For some reason it’s taking me to scene 1 frame 3. Flipping it doesn’t help. When I take out the 35 frames in scene one it works perfectly. :puzzle:

Does anyone have any idea what’s up??

Thanks so much for any help!!

mrt