New to programming and need help with python/pygame graphics.

Started by
11 comments, last by Crazylegs830 10 years, 6 months ago

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.

Advertisement
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.

They call me the Tutorial Doctor.

Alright Thanks a lot! That is what I needed I appreciate it a lot.

This topic is closed to new replies.

Advertisement