Advertisement

Extreme newbie here !need help makin tetris clone in VB5!

Started by October 15, 2000 04:07 AM
1 comment, last by nuketec 24 years, 2 months ago
1) What control shall i use for a. the blocks b. the window 2) how do i detect collision (i only need hints not tons of code)
quote: Original post by nuketec

1) What control shall i use for a. the blocks b. the window


You should use bitmaps for the blocks. They''re a lot easier than bitmapped buttons. For the window, why not use a standard window(assuming you''ve writing a windowed game).

quote:
2) how do i detect collision (i only need hints not tons of code)


You test the coordinates of one object with the coordinates of another object. If they overlap, then you''ve got a collision. Now that''s a hint

==========================================In a team, you either lead, follow or GET OUT OF THE WAY.
Advertisement
i meant for the block well, and thanks for the help! :-)

This topic is closed to new replies.

Advertisement