Python Forum
creating an object at another objects position
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
creating an object at another objects position
#3
lasers the list or Laser the class instance?
the forloop laser was a mistake it was changed to,

while True:
    r.mainloop()
    r.update()
    for Laser in Laser.lasers:
        Laser.update()
        time.sleep(0.05)
Reply


Messages In This Thread
RE: creating an object at another objects position - by gr3yali3n - Feb-19-2021, 05:53 PM

Forum Jump:

User Panel Messages

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