Trying to jump from scene to scene

I have a flash movie that has 3 scenes “intro”,“now”, and “info” Im in scene “intro” and on frame 20 I play a movie clip “intomc” that ends with a choice of direction by two buttons. Im trying to click on button 1 and jump to scene “now” frame 1.

I have tried putting in this script but all it seems to do is load the “intromc” and replay it.

on (release) {
gotoAndPlay(“now”, 1);
}

can anyone help point me in the right direction…

thank you
blindhole

Do you have a link to the FLA file, your flash brothers and sisters might be able to help if we could see an example. I can’t figure it out in my head at the moment unfortunately. It is monday afterall.