X-Received: by 10.224.110.68 with SMTP id m4mr9196316qap.2.1363021237961; Mon, 11 Mar 2013 10:00:37 -0700 (PDT) X-Received: by 10.49.24.80 with SMTP id s16mr852139qef.35.1363021237934; Mon, 11 Mar 2013 10:00:37 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!dd2no743039qab.0!news-out.google.com!o5ni743qas.0!nntp.google.com!dd2no743036qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.python Date: Mon, 11 Mar 2013 10:00:37 -0700 (PDT) In-Reply-To: <32c01b7e-a118-44f3-a79c-8ca7bc0916cf@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=108.95.20.220; posting-account=kGHztQoAAABWYt08oBIrT5-Wm777e-qb NNTP-Posting-Host: 108.95.20.220 References: <32c01b7e-a118-44f3-a79c-8ca7bc0916cf@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Pygame mouse cursor load/unload From: Alex Gardner Injection-Date: Mon, 11 Mar 2013 17:00:37 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.lang.python:41076 On Monday, March 11, 2013 11:57:49 AM UTC-5, Alex Gardner wrote: > On Saturday, March 2, 2013 7:56:31 PM UTC-6, Alex Gardner wrote: >=20 > > I am in the process of making a pong game in python using the pygame li= brary. My current problem is that when I move the mouse, it turns off as s= oon as the mouse stops moving. The way I am doing this is by making the de= fault cursor invisible and using .png files as replacements for the cursor.= Perhaps my code would best explain my problem. I will take help in any w= ay that I can. Here are the links that contain my code: >=20 > >=20 >=20 > >=20 >=20 > >=20 >=20 > > Main class: http://pastebin.com/HSQzX6h2 >=20 > >=20 >=20 > > Main file (where the problem lies): http://pastebin.com/67p97RsJ >=20 > >=20 >=20 > >=20 >=20 > >=20 >=20 > > If the links yield nothing, please let me know (agardner210@gmail.com) >=20 >=20 >=20 I added the blank paddle and now the green one is just gone..... I feel lik= e such a newbie ><=20 screen.blit(bpaddle, paddle_rect)