|
-
Feb 11th, 2008, 07:18 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] Object Arrays?
In the old VB6 you used to be able to create an object, and make that object apart of an array. At run time you could then create more of that same object, but with different indexes (But still the same name).
So in the end you could end up with an array of tiles if you wanted, by timesing the index by the width of the object for example and creating the object at a specific place.
In .Net object arrays appear to not be supported anymore.
How would one go about creating objects at run time and using some type of integer to refer to them?
I'm attempting to create some sort of Sudoku game, but am stumped at designing the map. The map will not have a static dimension.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|