I created about 4 mini games and I want to combine them into one large flowing game. After you "win" each mini game, you move onto the next one. The code's just too long to post here, but help on how to do this would be greatly appreciated. It was suggested that I have a controller class that has startgame() and run() functions, but I can't seem to get that to work. Any other ideas?
I have a simple array of objects. They're doing stuff, but once the timer hits zero, I need all of them to not only disappear, but no longer exist. Is there a command for this?