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
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
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():