|
-
May 25th, 2002, 04:18 PM
#1
Thread Starter
Member
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
-
May 26th, 2002, 04:41 PM
#2
Hyperactive Member
You want to see some source code hum?
OK - let's see ---> http://www.vbforums.com/showthread.php?threadid=173847
-
May 27th, 2002, 11:39 AM
#3
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|