This is by far my favorite puzzle game of all time. The sound is amazing. The gameplay is superb. The graphics are simplistic, just the way I like it. The level creator consumed me for hours. 5/5
Disable right click menu:
var myMenu:ContextMenu = new ContextMenu();
function rightClick() {
gotoAndStop(1);
}
myMenu.onSelect = rightClick;
this.menu = myMenu;
In gotoAndStop() put the frame you want.
Proof?