Recent content by najanaja73

  1. N

    Rotating a sprite using pygame

    Thank Levi. Yes, that looks like something I can work on. No idea how to do it yet, but I'll eventually figure it out! I tried subtracting the rect.x and y positions every time but didn't refresh it every time. And I also didn't store degrees of the copy, but I'll try that, thanks.
  2. N

    Rotating a sprite using pygame

    how do you use the tags? Tried it made no difference.
  3. N

    Rotating a sprite using pygame

    @seb3 yes, I wasn't aware of the tag, but I've made it more readable. Glad you are snake friendly! hope someone replies(even though it must be a simple question), because everything I try doesn't fix it.
  4. N

    Rotating a sprite using pygame

    Hi, I've just started using Python/Pygame as a hobby. I've gotten the code to draw my Plane.png and move it using the wsad keys, and I mapped the q and e keys to rotate it which it does, but each time it rotates, it 'falls' down the screen to the bottom right and after a few key presses...
Back
Top