Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.060 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'newbie': 0.05; 'subject:Pygame': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'fix': 0.17; 'alex': 0.17; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'subject:/': 0.28; 'post': 0.28; "we're": 0.30; 'code': 0.31; '11,': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'green': 0.38; 'to:addr:python.org': 0.39; "you'll": 0.62; '2013': 0.84; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=vks4nNA5xval1RAITjSilxi7aECLx78sw5abKBH9dcs=; b=zWR0ovSee/T894sQn0JdYxpYId6sH+iYcpWcj5J7wUxOk4qp4oDDM60PDt6WbXZFwI R/I77AJ1AdkVRmJiKFxd1N085Mx5Crh93BZdqaqApOxeWOOJUozxgESo5rlZxSJ8gzb8 agV91DEY/hjXJbd3Rira70odRk/2TBoLbZxJuokfiOP8+U6ocNhjuqEl3cDl3zDcfE/Y y6+0bLYUDHx25HFUHxNnzY6xdWGK8YzZ0sTPotGLMmemyFvRHE6ZQJJKi49EFbmlDj2w T8MDQD2Vg4SycQFk7XTC1iMbzYGD2rYI0FPc+oUl4pEfm2+df3rc6iQVSXWWR4hp8wBz EfkQ== X-Received: by 10.220.209.135 with SMTP id gg7mr1109325vcb.68.1363022686360; Mon, 11 Mar 2013 10:24:46 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <32c01b7e-a118-44f3-a79c-8ca7bc0916cf@googlegroups.com> From: Ian Kelly Date: Mon, 11 Mar 2013 11:24:05 -0600 Subject: Re: Pygame mouse cursor load/unload To: Python Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363022695 news.xs4all.nl 6946 [2001:888:2000:d::a6]:34005 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41079 On Mon, Mar 11, 2013 at 11:00 AM, Alex Gardner wrote: > I added the blank paddle and now the green one is just gone..... I feel like such a newbie >< > > > screen.blit(bpaddle, paddle_rect) We're not psychic, so you'll need to post the current code if you want any suggestions on how to fix it.