[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] aaline



When using the aaline to send multiple points how do you define the array?
The image is 100 x 100.

       box = (1,1),(90,1)
       pygame.draw.aaline(self.image, (0, 0, 0,alpha),1,box,1)

This only gives me the response
TypeError: Invalid start position argument

Furthermore it would be a great help if there was samples tied in with
the documentation.

Bo)