Python Forum
Coding problem in a Pygame
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Coding problem in a Pygame
#5
In line 74 your "bullets, aliens"

def update_screen(ai_settings, screen, ship, stats, bullets, aliens, play_button):


should be reversed to "aliens, bullets,"

def update_screen(ai_settings, screen, ship, stats, aliens, bullets, play_button):

to match your sequence on lines

92 def update_bullets(ai_settings, screen, ship, aliens, bullets):

101 def check_bullet_alien_collision(ai_settings, screen, ship, aliens, bullets):

109 def update_aliens(ai_settings, stats, screen, ship, aliens, bullets):

131
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,126 Oct-05-2023, 08:39 AM
Last Post: patriciainman
  pygame double jump problem Yegor123 3 2,606 May-02-2023, 09:34 PM
Last Post: sudoku6
  (HELP GREATLY APPRECIATED) New user- Huge Pygame Installation Problem! Jbomb 1 2,844 Jan-12-2021, 07:32 PM
Last Post: MK_CodingSpace
  problem with pygame Aladdin 3 4,231 Jun-25-2020, 01:41 PM
Last Post: Aladdin
  Problem with music - Pygame.error GaseBall 1 3,211 Nov-28-2019, 07:46 PM
Last Post: SheeppOSU
  [PyGame] Rotation Problem in PyGame thunderbird028 1 2,713 Nov-14-2019, 06:49 AM
Last Post: Windspar
  Problem with coding for movement keys Aresofthesea 3 3,486 Jul-05-2019, 07:05 PM
Last Post: nilamo
  My Pygame Project's Problem **huh** osmanb06 2 3,680 Nov-06-2018, 09:27 AM
Last Post: osmanb06
  [PyGame] Problem importing pygame / installing pygame Klar 4 9,303 Dec-16-2017, 05:48 PM
Last Post: Klar
  Importing pygame Mac problem Benjipincus 1 3,088 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