Suppose I have a game with a total of 300 levels. I want to break the levels into groups of 25 and have the player select which group they would like to play. When the player has selected a group I need C2 to download that group of levels from my server then launch them in the game.
How would I go about doing this?
Jason