Extreme newbie here !need help makin tetris clone in VB5!
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.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement