CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2002
    Posts
    1

    Creating 'zones'

    My friend and I are creating this kind of text game, and we want to be able to travel around different areas with different features. But, we don't know how to do this kind of stuff.

    I wanted to do something where we could make blocks of code with all the stuff for the 'zone', and we could just run it from a part of it. My friend's dad said something about subdirectories(?), but I didn't understand what he was talking about.

    Cheers


  2. #2
    Join Date
    Jun 2001
    Posts
    362

    Re: Creating 'zones'

    Can you be a little clearer on what you are trying to do? It almost looks like your talking about classes or something.

    Brandon


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured