<html><body bgcolor="#FFFFFF"><div>If you made an effort to strip out parts of your code, it would probably show you where the bottlenecks are.</div><div><br></div><div>You say that the large map is not the problem, but do you really know?<br><br></div><div><br>On Jan 5, 2012, at 10:08 AM, Nate Lastname &lt;<a href="mailto:defensoft@gmail.com">defensoft@gmail.com</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div>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. &nbsp;Thanks a lot, though Hugo.<br><br><div class="gmail_quote">On Thu, Jan 5, 2012 at 11:02 AM, Hugo Arts <span dir="ltr">&lt;<a href="mailto:hugo.yoshi@gmail.com"><a href="mailto:hugo.yoshi@gmail.com">hugo.yoshi@gmail.com</a></a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Thu, Jan 5, 2012 at 3:56 PM, Nate Lastname &lt;<a href="mailto:defensoft@gmail.com"><a href="mailto:defensoft@gmail.com">defensoft@gmail.com</a></a>&gt; wrote:<br>

&gt; Hello all,<br>
&gt;<br>
&gt; The attached zip file contains a file called 'cameramovement.py'. &nbsp;As you<br>
&gt; can see, this file is extremely laggy. &nbsp;After searching through my code, I<br>
&gt; can't find anything that is slowing it down. &nbsp;Could someone help me out? &nbsp;It<br>
&gt; takes a while to load due to a large map. &nbsp;This is not the problem.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; The Defenestrator<br>
&gt;<br>
&gt; P.S. Yes, I am new here. &nbsp;Hello, all!<br>
&gt;<br>
<br>
</div></div>1) although posting here is a good idea, you're gonna be better off<br>
asking the pygame mailing list about this as well, they're the experts<br>
2) that's a lot of code for me to read all in my spare time man, isn't<br>
there any way you can simplify it or strip out unnecessary parts?<br>
3) did you profile it? Do this! Now! rather than guess where your code<br>
is slow, this will tell you exactly. Use cProfile:<br>
<br>
<a href="http://docs.python.org/library/profile.html" target="_blank"><a href="http://docs.python.org/library/profile.html">http://docs.python.org/library/profile.html</a></a><br>
<br>
HTH,<br>
Hugo<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>My Blog - Defenestration Coding<div><br></div><div><a href="http://defenestrationcoding.wordpress.com/" target="_blank"><a href="http://defenestrationcoding.wordpress.com/">http://defenestrationcoding.wordpress.com/</a></a></div>
<br>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Tutor maillist &nbsp;- &nbsp;<a href="mailto:Tutor@python.org"><a href="mailto:Tutor@python.org">Tutor@python.org</a></a></span><br><span>To unsubscribe or change subscription options:</span><br><span><a href="http://mail.python.org/mailman/listinfo/tutor">http://mail.python.org/mailman/listinfo/tutor</a></span><br></div></blockquote></body></html>