Advertisement

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

Started by October 26, 2013 05:21 PM
11 comments, last by Crazylegs830 11 years, 3 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.

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.

Advertisement

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

This topic is closed to new replies.

Advertisement