Thanks everybody for contributing! I just have so many options running through my head and am a little bit overwhelmed, so I'm just going to let this all soak in a bit. My game is still far from complete. I'm mostly in the graphics design and map editor stage. So please don't get too excited for a public release. Toodles ; )
On Thu, Jul 14, 2011 at 5:20 PM, ValentineBlacker < [email protected]> wrote: > 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, >
