[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Fwd: Parachute when assigning video surface



-----------------------------------------------
Date: Wed, 05 Apr 2006 10:14:43 +0200
From: Joan Planas

Hello everybody:

I'm trying to get images over video with Pygame and I try to follow
what 
it seems to be the best:

offscreen = pygame.Surface(movie.get_size())
movie.set_display(offscreen)
movie.play()


Where 'movie' is initialised, and it works with the screen as target. 
I've been searching for a week and everybody says it works.
I'm working on a Mandriva 2006 , python 2.4 and pygame 1.7.1.

Thanks.