Pygame (Python Game Development) Tutorial - 33 - Start Screen

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Right now I have a piece of code that makes a square move when you hold and press any of the arrow keys, this part of the code works.... but when i try to add the start screen it does not work and either does not respond or work without the start screen appearing. Someone please help

davidyousef
Автор

I just get Black screen please help i have pygame.display.update() but still black screen

mattcodes
Автор

where is  message_to_screen defined? I get an error saying it is not defined!

jannatulauddri
Автор

hello, im using xpt2046 lcd with raspberry pi. click is working with mouse on gui but not working woth touchscreen input. please help me out

waqasahmad
Автор

Wow... I re-watched this video for hours trying to figure out what I did wrong... That's when I realized I forgot to put empty parameters around pygame.display.update Lol

aaronstevenson
Автор

I get an error saying that textSurface was referenced before assignment. Help!

dbrown
Автор

def message_to_screen(msg, color, y_displace=0, size = "small"):
textSurf, textRect = text_objects(msg, color, size)
textRect.center = (display_width / 2), (display_height / 2 + y_displace)
gameDisplay.blit(textSurf, textRect, )
what is wrong with this

jarhead_
Автор

Can someone please share with me the code? I messed one simple thing up, but Idk what is wrong now? PLS help!

notorious
Автор

Where the heck or how do you learn all this stuff on your tutorials?

arielmaradiaga
Автор

Thomas Briggs  did you find the solution?

guthriematonda
join shbcf.ru