[Tutor] animations and movies

2008-05-08 Thread Nick.Treloar
hey just wondering if any one can point me in the right direction for coding animations and playing movies This message is intended for the addressee named and may contain privileged information or confidential information or both. If you are not the intended re

[Tutor] (no subject)

2008-05-13 Thread Nick.Treloar
hey guys i was wondering if there was a way for me to destroy a window that is playing a movie,. once the movie is finished This message is intended for the addressee named and may contain privileged information or confidential information or both. If you are not

[Tutor] destroying a window once a movie has stoped playing

2008-05-13 Thread Nick.Treloar
def movieu(self): mov_name = "video.mpg" pygame.mixer.quit() screen = pygame.display.set_mode((320, 240)) video = pygame.movie.Movie(mov_name) screen = pygame.display.set_mode(video.get_size()) video.play() while video.get_busy():