Advertisement

Need Control Array Help in VB

Started by January 30, 2001 04:10 PM
4 comments, last by LilShaz 24 years ago
I am making a Tetris game. I have all of the bricks stored as gifs in a control array in a frame. I need help on making the bricks fall in a random order. Is there a better way to do this than what I am doing? And also, do i need to have a game loop? How would I go about making one? Thanx a bunch ya''ll! The LilShaz
"Iss nah my fault I'm da biggess and duh strongest.... I don even eggsercize." -Fezig, Princess Bride
Here''s an idea:
Give up on VB and go buy MSVC++ 6.
Yes, you need a game loop.
No, I don''t know how to make one in VB.

- steven1986
- HTML_Dude
Advertisement
I recently finished a Tetris clone in VB that utilizes DX and the whole works. A control array of gifs is gonna run as well as molasses im afraid. I suggest researching game programming, this is more than a simple post can explain.
BetaShare - Run Your Beta Right!
That there is my lil bro. Do any of ya''ll know any good VB game developing sites? This doesn''t seem to be one.

The Shaz



"I don''t want to be a pie... I don''t like gravy." - Babbs, Chicken Run

SuperNova Games
Optimism is not a state of mind, but a form of life!SuperNova Games
quote:
Original post by Shazer

That there is my lil bro. Do any of ya''ll know any good VB game developing sites? This doesn''t seem to be one.

The Shaz



"I don''t want to be a pie... I don''t like gravy." - Babbs, Chicken Run

SuperNova Games


Check out the following sites:
http://www.vbexplorer.com/games.asp
http://www.vb-world.net/
http://www.daedalusd.com/vbgaming
http://www.chez.com/scribe
http://www.visualbasicworld.de/

I would personally recommend NOT using a control array, as was said before it will be very slow. Also VB.NET does away with control arrays from what I''ve heard, so start learning to do without them.





BeS
It''s Da BOMB Baby!!!
. o O ~
A little nonsense now and then,
is relished by the wisest men
~ O o .
-- Willy Wonka
BeSIt's Da BOMB Baby!!!. o O ~ A little nonsense now and then,is relished by the wisest men~ O o .-- Willy Wonka
I have a VB games website, which has my VB breakout clone with source code somewhere on it, amongst other things. www.VBgames.co.uk
Simon PriceSi@VBgames.co.ukwww.VBgames.co.uk

This topic is closed to new replies.

Advertisement