I just tried running this example, and I got the error 'pygame.Surface' object has no attribute 'scroll'. This is the same error I got when trying it in my own code. Am I doing something wrong?
Thanks! >>> On Jul 13, 10:19 am, René Dudfield <[email protected]> wrote: > On Wed, Jul 13, 2011 at 3:12 PM, B W <[email protected]> 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,
