pygame - tutorial part 2 - load images

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
5,011
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Feb 18, 2010

How to load an Image into you PyGame Window.
http://FilmsByKris.com

Category:

Howto & Style

Tags:

License:

Standard YouTube License

  • likes, 0 dislikes

Link to this comment:

Share to:

Uploader Comments (metalx1000)

  • please could you tell me how can i load an image in windows

  • @warking2012: Same way.

  • Hey man, I am following your tutorials at the moment, and I am having a problem with pygame crashing.

    I am using Python 2.5, and I am also using the Python shell for editing. everything works with the program, except when I go to exit, the pygame window seems to freeze? Any help would be much appreciated! :D

    Cheers, Dan

  • @TheSpliceScreen: sure, zip up your script and any files it uses (images, sounds, etc...) and upload it someplace so I can download it. If you don't already have a site that you can upload files to, I give this one a try:

    ompldr.org

  • Chris, filmsbychris(dot)com seems to be owned by a squatter, now.

  • @ncdave4life: Yeah, I'm filmsbykris(dot)com

see all

All Comments (31)

Sign In or Sign Up now to post a comment!
  • @TheSpliceScreen import os and use the function os_exit(0) function instead of sys.exit()

  • Really great tutorials.

  • @TheSpliceScreen add a line pygame.quit() before sys.exit(). It will close but you'll get an error. It won't affect your program you create a variable done = False and when the user presses QUIT, you can change it to done = True. Then change the while 1 to while not none:

    Hope this helps ^_^!

  • @TheSpliceScreen You should also enter in the if statement in the for loop 'pygame.quit()' but put it before sys.exit()

  • you should set tabstop = 4 (it seems 8?)

  • okay i fixed it. im glad i found this tut, cuz thenewboston showed the long and hard way to do it.

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more