Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
Realy apreciate that! I wish you could join me on this project of mine... If you are an RPG fan you might like this project...

 

All in all it's great to know I can count with your help :)

 

Do you have any instant message service?

Check my profile. :)

Here's what I'm up to.
Posted
my String Array Var of [100' date=100, 5], the "5" is the number which controls several things.

For the sake of all that is holy in OOP, at least use a struct. :)

"Who is John Galt?"
Posted

He means you could make a tile structure to make that slightly easier. In that tile structure you could have 5 variables for each of the things you mentioned before and then you'd simply have an array of these tile structures.

 

It would make it a lot easier to understand for other people programming with you. Instead of

 

tile(35,23,3)

 

It would be more like

 

tile(35,23).Event

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...