Python Forum
[PyGame] Game boss causing huge slowdown
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyGame] Game boss causing huge slowdown
#22
(Mar-08-2020, 11:44 PM)metulburr Wrote: not storing them in Boss_body_seg of itself?

I thought the recursion would only make the spawning slower, not that it would impact anything once it was done doing it's thing. It was also my means of spacing the segments out. I don't know how I'm going to do that now.

If I create all the segments from the __init__ of the boss's head and pass each the previous segment from there, I won't face the same slowdown?

such as:
seg1 = Boss_body_seg(boss_head, self.game)
seg2 = Boss_body_seg(seg1, self.game)
seg3 = Boss_body_seg(seg2, self.game)

etc...
no harm in trying.

Thanks

EDIT: Well, I do know hwo I'm going to space then segments... I'm going to figure out the example that Winspar posted for me! lol. It's over my head currently, but I'll get it.
Reply


Messages In This Thread
Game boss causing huge slowdown - by michael1789 - Mar-06-2020, 03:04 AM
RE: Game boss causing huge slowdown - by metulburr - Mar-06-2020, 09:34 AM
RE: Game boss causing huge slowdown - by Windspar - Mar-07-2020, 01:33 AM
RE: Game boss causing huge slowdown - by Windspar - Mar-07-2020, 07:30 AM
RE: Game boss causing huge slowdown - by metulburr - Mar-07-2020, 11:58 AM
RE: Game boss causing huge slowdown - by Windspar - Mar-07-2020, 06:37 PM
RE: Game boss causing huge slowdown - by Windspar - Mar-07-2020, 11:51 PM
RE: Game boss causing huge slowdown - by Windspar - Mar-08-2020, 02:34 AM
RE: Game boss causing huge slowdown - by Windspar - Mar-08-2020, 08:41 AM
RE: Game boss causing huge slowdown - by metulburr - Mar-08-2020, 11:14 AM
RE: Game boss causing huge slowdown - by Windspar - Mar-08-2020, 12:14 PM
RE: Game boss causing huge slowdown - by metulburr - Mar-08-2020, 11:04 PM
RE: Game boss causing huge slowdown - by metulburr - Mar-08-2020, 11:44 PM
RE: Game boss causing huge slowdown - by michael1789 - Mar-09-2020, 02:07 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyGame] end boss aiming at player flash77 6 272 May-27-2024, 03:06 PM
Last Post: deanhystad
  (HELP GREATLY APPRECIATED) New user- Huge Pygame Installation Problem! Jbomb 1 2,929 Jan-12-2021, 07:32 PM
Last Post: MK_CodingSpace

Forum Jump:

User Panel Messages

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