Re: [Tutor] Game lag

2012-01-09 Thread Japhy Bartlett
If you made an effort to strip out parts of your code, it would probably show you where the bottlenecks are. You say that the large map is not the problem, but do you really know? On Jan 5, 2012, at 10:08 AM, Nate Lastname wrote: Thanks for the profilers - never had hear of 'em. Also, no, I

Re: [Tutor] Game lag

2012-01-05 Thread Nate Lastname
Thanks for the profilers - never had hear of 'em. Also, no, I cannot strip out unnecessary parts, 'cuz I don't know what part is slowing it down. Thanks a lot, though Hugo. On Thu, Jan 5, 2012 at 11:02 AM, Hugo Arts wrote: > On Thu, Jan 5, 2012 at 3:56 PM, Nate Lastname wrote: > > Hello all, >

Re: [Tutor] Game lag

2012-01-05 Thread Hugo Arts
On Thu, Jan 5, 2012 at 3:56 PM, Nate Lastname wrote: > Hello all, > > The attached zip file contains a file called 'cameramovement.py'.  As you > can see, this file is extremely laggy.  After searching through my code, I > can't find anything that is slowing it down.  Could someone help me out?  I