CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: AndroidMachine

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    6,637

    Load/Unload Object PROBLEM

    Hi everyone,

    I am currently making a tetris game where I will load 4 image boxes for each piece. Every time I clear a line, I put the cleared line's image boxes to .left = 0 and .top = 0.
    ...
  2. Replies
    4
    Views
    30,641

    Re: Need help with object collision

    Thanks. I am new to Visual Basic so I may be wrong but I think I see a problem with your nested loop. For example, lets say IndexA equals 30. Then IndexB can only be a number in between 30 to 60. How...
  3. Replies
    4
    Views
    30,641

    Need help with object collision

    Hi all,

    I am new to the forums and I am not quite sure how to approach the problem I have at the moment. I currently have a control array of 60 Image boxes. These image boxes cannot overlap each...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured