Alright I have tried wxpython and do like it a lot thank you very much for that , but I just need to know how to have it go frame to frame. For example you press 1 and a new scene appears.
New to programming and need help with python/pygame graphics.
Ahh okay, you will want to do some Event Driven Programming. A key press is an event. So in your code you will need an Event Handler.
Found a tutorial on it for python
There should be a similar function to getScreen() in the wxpython library.
Found a tutorial on it for python
There should be a similar function to getScreen() in the wxpython library.
They call me the Tutorial Doctor.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement