Hallo Marc,

Ah, ik zie waar je waarschijnlijk mee hebt lopen stoeien. Kijk eens naar
het verschil tussen de volgende regels:

aangebrandekip1 == False
aangebrandekip1 = False

Ze betekenen beide iets anders, en je zult beide soorten nodig hebben ;)

Grts,
Bart

On Mon Dec 01 2014 at 9:54:27 PM Geert Stappers <[email protected]>
wrote:

> On Mon, Dec 01, 2014 at 07:52:08PM +0100, Marc Stevens wrote:
> >
> >
> > import pygame
> > from pygame.locals import *
> > import time
> >
> > pygame.init()
> > screen = pygame.display.set_mode((1200,1000))
> > clock=pygame.time.Clock()
> > lucifer = pygame.image.load("lucifer.png")
>
>
> $ python /tmp/fff
> Traceback (most recent call last):
>   File "/tmp/fff", line 8, in <module>
>     lucifer = pygame.image.load("lucifer.png")
> pygame.error: Couldn't open lucifer.png
>
>
> zonder verder schrijven
> _______________________________________________
> Python-nl mailing list
> [email protected]
> https://mail.python.org/mailman/listinfo/python-nl
>
_______________________________________________
Python-nl mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-nl

Antwoord per e-mail aan