just make your menu a seperate Game,
after you export your Game(export it as Game Data Only)put this code on the menu "game" before you export it on the mouse button down event of your Play button Actor,
- Code: Select all
LoadGame("the name of your level");
then export it and it should work.