gotoAndPlay not working

Been a few months since I’ve done flash… and I’ve been running into this problem with something I’ve been making.

I’m using a button to change scenes, with this coding with the button:

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

But when I click the button, nothing happens. The button changes to the Down frame, and back to the Up frame… but doesn’t activate the code on release.

The button in question is the Play! button right at the beginning.

Since its too big to be uploaded on this post, here’s the link:
http://www.angelfire.com/musicals/bleepblop/memory.fla

Thank you in advance for helping me out!

~Zhais