How do u start making a new level in your game?
Posted:
Thu Jul 26, 2007 8:57 pm
by lilmuleman214
Ok, so I finished the first level in my game. How do I start the second level?
Posted:
Thu Jul 26, 2007 9:21 pm
by d-soldier
This depends on a few factors... If you are making a simple game like pacman, or maze-style, etc. (simple in level construction anyway) you can make the second level right next to it and move the view once the first level is complete. For more complex game levels, you could do the same thing and use activation regions to limit what is loaded into memory and when. For more complex levels, you can save the first level as a different filename, and remove all the tilesets, etc. and start a new one while maintaining all the same actors, which in case, you would use the LoadGame feature at the end of the first level.
Posted:
Thu Jul 26, 2007 9:32 pm
by lilmuleman214
This is my game so far.It's the first game Ive ever made so I'm just learning how to use the controls. How do I do the activation thing you were talking about?
]
If anybody has some tips to make my game better please tell. (tell me how do do what ur are advicing too.)
Posted:
Thu Jul 26, 2007 9:39 pm
by lilmuleman214
lilmuleman214 wrote:This is my game so far.It's the first game Ive ever made so I'm just learning how to use the controls. How do I do the activation thing you were talking about?
]
If anybody has some tips to make my game better please tell. (tell me how do do what ur are advicing too.)
sorry, I'm having trouble upload my game.