My bad, I've overlooked the range, it loaded from 0 to 8 before ^^. Use numeri = [pygame.image.load(path+str(x)+".png") for x in range(0,10)] when you load the images and it will work.