Recent content by twisted1230

  1. T

    Diagonal Movement of Sprites

    Here's the pastebin link. http://pastebin.com/2wASwZcg But I did figure out what I was doing wrong. I branched off of your idea Fox and set an actual background so the new code now looks like this. http://pastebin.com/a1G7qVdV That has the screen.fill(black) with black=0,0,0. Thank you...
  2. T

    Diagonal Movement of Sprites

    Hello, I'm currently in process of learning Pygame and Python and I'm trying to make a sprite move diagonally across the screen. Although it does work to move the sprite, this code ends up 'painting' the screen when I try to move it diagonally. Is there any way I can fix that? import pygame...
Back
Top