So if I have an object:
bomb = Actor(“bomb”)
Is there a way to draw multiple instances of that object onto the screen, without needing to duplicate it?
I tried using multiple bombs, but thats not what I want. I want it to place a new instance of the bomb if one is already on the screen.
New contributor
Mate Salanki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.