Hi,
Trying to power parts of my game with python.
Got a couple of questions:
1) How can I create and destroy sprites using Python?
I want to create some enemies at random places when the player enters a room.
Would also be useful to know how to remove sprites when they are no longer needed.
2) How do I control the view from Python? The way I'm doing it now is to save the desired view coordinates to some global vars and then reading them in later in non-python land. It's a bit ugly to do it this way and I would appreciate some help.