views:

7

answers:

0

Hi,

I'm writing a game with using Pygame. The background of the game is a mpeg video and I draw a blank layer on this mpeg video. However to make visible the blank page all the time, I need to close the clock.tick function. As you can see without clock.tick() function my animations became too fast.

So I want to draw a layer on an mpeg video and I want to play my game on this blank layer. Any idea ?