1) why am I getting the crackling when running the demos? open the game's code and change in the mixer's initiation, the size of the buffer - it's the last parameter. For instance if you find: pygame.mixer.init() then replace with: pygame.mixer.init(22050,-16,1,2048) or even: pygame.mixer.init(22050,-16,1,4096)
that should fix it. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com