问题 Can someone help me on this ? : I try to make a title that appear smoothly on the user screen : def image(name,x,y,u): screen.blit(name,(x,y)) if u = 1 pygame.display.update() Window == 'main' While windows = 'main': image(background,0,0) image(title, 640, 120) pygame.display.update() But texte appaers suddently and not as I would like... 回答1: You want to use transparency, and pygame uses three different types: There are three types of transparency supported in pygame: colorkeys, surface