[Tutor] images in pygame

2006-07-23 Thread Joe F
Hello, I have a code here. and I want to make the "rockwholescreen.gif" blocked, but still displayed.  I want it so "001.png" can't walk through that gif.  any ideas?import pygame, os, sysfrom pygame.locals import *  pygame.init( ) def _loadImages_ ( path, name ):        image_obj   = os.path.join(

[Tutor] help...newbie

2006-05-22 Thread Joe F
Hello, I am pretty sure I am sending this to the right email address.  But anyway I need help.  I started learning python, and I wanna know how to make a simple program, that displays text and when the user presses enter more text is displayed.  And so and so until the end.  Thank you, joe. Love