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

Re: [pygame] Re: SDL 1.3 blit speed



On Wed, Jul 13, 2011 at 3:12 PM, B W <stabbingfinger@xxxxxxxxx> wrote:
That just hurt my brain. But I like it! :)

Gumm



hehe.

Also, to help with fast scrolling is the Surface.scroll() method.
    http://pygame.org/docs/ref/surface.html#Surface.scroll

This way you can quickly scroll the screen.

See the examples/scroll.py example.  
    http://www.pygame.org/docs/ref/examples.html#pygame.examples.scroll.main


cheers,