Button boogie

Got a button setting on a SPLASH page. The page contains several movie clips; nothing elaborate. With a STOP action on frame 1, I’ve attached the:

on (release) {
_root.gotoAndPlay(2);

… code on my button. The button fails to advance to frame 2. Instead, it restarts the main timeline. How to fix?

Thanks!

Jeff