Forum Archive

Present_modal_scene ....breaking my program

Auer

It seems that whenever I use present_modal_scene to show the menu that I stole from the game examples everything else breaks. It's all copy paste but i don't understand why simply adding the line self.show_start_menu() breaks everything. No errors show up just nothing works...

My code is below if you want to take a peek at that mess....

https://drive.google.com/open?id=0B2Fvbbi5D02YVkVxTFhDNUtEWHpPSnlFck02MzAza1k1eDZB

Thanks if you can help.
-Beginner Novice-

JonB

You might try removing the self.pause=True.

It would be helpful if you could post your game menu code as well, so this is a runnable example.