Meh...
Didn't like it very much, possibly because:
1) Speedball is boring
2) You can access Space Shooting by right clicking and selecting forward
3) When there is the button blur, if you click on Space Shooting, then the screen stops
4) The pong game is too easy
5) The password for Space Shooting is Spacegame, capital S
Now, let's try to diagnose the 2nd problem:
First, enter this AS code to the first frame in a new layer:
/*new context menu*/
_root.menu = new ContextMenu();
menu.hideBuiltInItems();
that's it.