Search:

Type: Posts; User: fatezero

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    4,242

    ^ This, most likely. For an example of what...

    ^ This, most likely.

    For an example of what you're trying to do, take a look at this link: Simple collision detection for games (Stefan Pettersson) an article on delphi3000.com ||

    Simple...
  2. This for loop is only going to run from index 0,...

    This for loop is only going to run from index 0, to index 20; your score values are stored at indicies 1 through 21, meaning that the last score is never going to be tested.

    If you're going for...
  3. The reason why this isn't working is so simple...

    The reason why this isn't working is so simple that you're gonna kick yourself. I'll point out the offending line, try to see why it's the problem. There's another line that will cause your program...
Results 1 to 3 of 3