Results 1 to 3 of 3

Thread: G A M E S

  1. #1

    Thread Starter
    Member wej42's Avatar
    Join Date
    May 2002
    Location
    Rhode Island, USA
    Posts
    48

    Exclamation G A M E S

    Hey everyone,
    i have always been interested in makin games and stuff (thats what i wanna do someday), only problem is... well i got to many.

    1. where does everyone get these awesome grafix? i have adobe and Paint for 2d and 3d studio max for 3d.. but, stick figures dont even turn out all to good

    2. is there an easier way to making like a level on a 2d game than the way iv been doing it: making a 50kx50k pixel bitmap (lol) and then smacking it in a pic box

    3. say u have a 2 guys on the screen, u control 1. is there an easier way of making the guy u control walk up to the other guy than:
    guy1_click
    timer1.enabled = true
    end sub
    timer1_tick
    if guy2.left < guy1.left then guy2.left = guy2.left +100
    if guy2.left > guy1.left then guy2.left = guy2.left -100
    if guy2.top < guy1.top then guy2.top = guy2.top + 100
    etc etc..
    end sub

    4. which is better, openGL or dx, and is it supported w/ .NET and wheres a good tutorial ?


    -thanks in advance
    Visual Basic 6.0, Visual Basic .NET, C#, C++, ASM, HTML

  2. #2
    Hyperactive Member vbzero's Avatar
    Join Date
    Aug 2000
    Location
    Vienna
    Posts
    347

    Arrow

    You want to see some source code hum?

    OK - let's see ---> http://www.vbforums.com/showthread.php?threadid=173847

  3. #3

    Thread Starter
    Member wej42's Avatar
    Join Date
    May 2002
    Location
    Rhode Island, USA
    Posts
    48
    cool! thanks
    Visual Basic 6.0, Visual Basic .NET, C#, C++, ASM, HTML

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