Loading a new level [Archive] - C Board

PDA

View Full Version : Loading a new level


harry_p
07-15-2002, 10:42 AM
Hey everyone. I have a problem (obviously). I'm making a sort of PacMan game using MFC, and I need to get the program to load up a new level. The source code should be attached. I don't want someone to sit there and do this for me. What I want is someone to look over the code and offer a suggestion on what I can do to make this work. Any help will be greatly appreciated. Thanks!

harry_p
07-15-2002, 12:37 PM
Actually, I just managed to do it myself. I made a newgame() function that I call when you beat a level and loads up the next one and goes from there. Thanks anyways, though. Maybe tomorrow when I have this totally completed I'll post the game and see what everyone thinks.