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

[pygame] Re: SDL 1.3 blit speed



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 <ren...@xxxxxxxxx> wrote:
> On Wed, Jul 13, 2011 at 3:12 PM, B W <stabbingfin...@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,