creating objects "on the fly"while an app is running
in c#, how do i create a user defined amount of an object? let me explain. im writing a simple game. rather than specify in the code that there will be 5 bad guy objects, i would like the user to decide " hey, i think il create 7 bad guys today", and the computer will create 7 bad guy objects. now i dont know how to do this.im sure it involves a loop, but after that, im stuck. any ideas
alobiucPosted Dec 21, 2004, 3:55 AM
bilnaadPosted Dec 20, 2004, 2:40 PM
schmintanPosted Dec 20, 2004, 12:47 PM
alobiucPosted Dec 20, 2004, 11:17 AM