Python Forum
Coding problem in a Pygame
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Coding problem in a Pygame
#4
I'm pretty sure this is an argument issue. The drawback of this function-based approach to the game is the number of arguments that are being passed between the various functions.

Make sure the arguments in the call to update_screen() in alien_invasion.py match the parameters in the update_screen() function definition in game_functions.py. I'm pretty sure one of the arguments got placed out of order, so the stats object got matched with the ship parameter.
Reply


Messages In This Thread
Coding problem in a Pygame - by Sghet - Apr-20-2018, 06:12 PM
RE: Coding problem in a Pygame - by Larz60+ - Apr-20-2018, 07:47 PM
RE: Coding problem in a Pygame - by j.crater - Apr-20-2018, 08:34 PM
RE: Coding problem in a Pygame - by ehmatthes - Apr-20-2018, 11:30 PM
RE: Coding problem in a Pygame - by MTGReen - Aug-13-2018, 05:39 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Problem with pygame.event.clear qq12346 1 2,860 Oct-05-2023, 08:39 AM
Last Post: patriciainman
  pygame double jump problem Yegor123 2 3,911 Nov-20-2022, 07:23 PM
Last Post: Yegor123
  (HELP GREATLY APPRECIATED) New user- Huge Pygame Installation Problem! Jbomb 1 3,602 Jan-12-2021, 07:32 PM
Last Post: MK_CodingSpace
  problem with pygame Aladdin 3 5,106 Jun-25-2020, 01:41 PM
Last Post: Aladdin
  Problem with music - Pygame.error GaseBall 1 4,130 Nov-28-2019, 07:46 PM
Last Post: SheeppOSU
  [PyGame] Rotation Problem in PyGame thunderbird028 1 3,440 Nov-14-2019, 06:49 AM
Last Post: Windspar
  Problem with coding for movement keys Aresofthesea 3 4,251 Jul-05-2019, 07:05 PM
Last Post: nilamo
  My Pygame Project's Problem **huh** osmanb06 2 4,461 Nov-06-2018, 09:27 AM
Last Post: osmanb06
  [PyGame] Problem importing pygame / installing pygame Klar 4 10,944 Dec-16-2017, 05:48 PM
Last Post: Klar
  Importing pygame Mac problem Benjipincus 1 3,678 Dec-16-2017, 01:54 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

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