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
#6
PyGame can be used for more than games. It is designed to make it easier to write applications where the user interacts with a highly dynamic application. Most GUI applications are completely event driven. The user clicks a button or does something and the software responds. Other than responding to user events the software is idle. Between the two are applications that are mostly event driven, but may also have a timer that periodically fires an event. This last may be what you are looking for.

If I was writing the application in Qt I would use a QTimer. For tkinter I would see if I could do what I need with after().

You haven't answered my question. What is laser? When you see your program in your mind, what does laser do?
Reply


Messages In This Thread
RE: creating an object at another objects position - by deanhystad - Feb-19-2021, 08:10 PM

Forum Jump:

User Panel Messages

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