Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: My Pygame Sprite not appearing...
Post: RE: My Pygame Sprite not appearing...

(Apr-08-2020, 12:09 PM)Windspar Wrote: That because you erase it. You fill display first. Draw everything after that. Use pygame.time.Clock to idle/sleep program.Thank you!
noodlespinbot Game Development 3 3,834 Apr-08-2020, 12:48 PM
    Thread: My Pygame Sprite not appearing...
Post: My Pygame Sprite not appearing...

My rectangle won't appear... I am using pygame. I just want a still rectangle. import pygame pygame.init() #Display# display = pygame.display.set_mode((800, 500)) pygame.display.set_caption("Magic...
noodlespinbot Game Development 3 3,834 Apr-08-2020, 11:34 AM
    Thread: My Pygame Sprite not appearing...
Post: My Pygame Sprite not appearing...

My sprite is not appearing. I am trying to draw a rectangle. code: import pygame pygame.init() #Display# display = pygame.display.set_mode((800, 500)) pygame.display.set_caption("Magic Tales") #Va...
noodlespinbot Game Development 1 2,264 Apr-08-2020, 11:15 AM
    Thread: How do I use pygame.transform.rotate()?
Post: How do I use pygame.transform.rotate()?

Hello! I used pygame.transform.rotate() in my code, but it didn't work. Help!: import pygame pygame.init() spotlight = pygame.display.set_mode((700, 600)) pygame.display.set_caption("Spotlight") Mo...
noodlespinbot Game Development 1 2,905 Mar-04-2020, 01:48 PM
    Thread: Simple randomised AI (NOT ai learning)
Post: Simple randomised AI (NOT ai learning)

I made a simple AI with randomised movement. It will stay away from the edges of the screen. import pygame import random pygame.init() screen = pygame.display.set_mode((800, 700)) pygame.display....
noodlespinbot Code sharing 0 1,998 Mar-01-2020, 10:07 AM
    Thread: My Pygame Code always says "(Not responding")
Post: RE: My Pygame Code always says "(Not responding")

@Windspar Thanks for the help! Is there a library for extra loops before this happens? And your code didn't work.
noodlespinbot Game Development 3 8,106 Feb-29-2020, 09:17 PM
    Thread: My Pygame Code always says "(Not responding")
Post: My Pygame Code always says "(Not responding")

I am trying to get it so every thirty seconds the square disappears and you have to find it by hovering youur mouse over it and can move it. It is not because of my PC. Since I added: while not...
noodlespinbot Game Development 3 8,106 Feb-29-2020, 02:15 PM
    Thread: Paint with pygame - My first Project
Post: Paint with pygame - My first Project

This is my first python code. I made paint where you can use the number keys for colours and arrow keys to move. I used pygame. I don't know if I used the write code option label thing below. import ...
noodlespinbot Code sharing 0 1,462 Feb-29-2020, 12:05 AM
    Thread: I do not understand why my python looks different from tutorials.
Post: RE: I do not understand why my python looks differ...

Is this what python shell is for?
noodlespinbot General Coding Help 2 5,104 Oct-12-2019, 09:56 PM
    Thread: I do not understand why my python looks different from tutorials.
Post: I do not understand why my python looks different ...

For some reason mine looks like this: https://imgur.com/a/4NLgRSP But all the tutorials are like this: https://imgur.com/a/5xtIS1r Thanks in advamce!
noodlespinbot General Coding Help 2 5,104 Oct-12-2019, 03:51 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020