[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[pygame] Having trouble with looping mpgs



Hi I finally had a play with the movie module.
 
My test script and mpg can be downloaded from:
 
http://www.larrymite.com.au/~andy/testmpg.zip - 27KB
 
 
A strange occurrence:
 
The only way I can get the mpg to loop is if I put a Movie.play(loops = 1) call before the main game loop and a Movie.get_busy() call in the main game loop.
 
But this continually loops the movie for any value other then loops = 0!!!
 
Is the code not handling the Movie correctly or are aliens involved?
 
Also I had a quick go at playing multiple movies, worked ok but pretty jerky.
 
Any ideas
Andy