Search:

Type: Posts; User: thegreatzo

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    3,185

    Re: Collision Detection Between Two Squares

    Thanks for that, I didn't know there were cross posting rules. Usually I get arrogant posts just telling me I crossed posted and not mentioning any rules. I'll post up a link next time.
  2. Replies
    7
    Views
    3,185

    Re: Collision Detection Between Two Squares

    Thanks Norm, I'll find out how the rectangles are drawn then I'll try reworking my code
  3. Replies
    7
    Views
    3,185

    Re: Collision Detection Between Two Squares

    I tried drawing it out, and this is the best thing I could come up with. I thought using those values wouldn't count as hard coding since I'm calculating them along with the current x,y values(...
  4. Replies
    7
    Views
    3,185

    Collision Detection Between Two Squares

    Heya,

    I have a program with predefined objects(squares) playerObject & stillObject; that have methods to get their x,y coordinates called getX() & getY().
    playerObject: moves with the arrow...
  5. Replies
    2
    Views
    1,384

    Can't get the loop to work properly

    *****Solved it myself, thanks for help*****



    Hey there,
    I've got a program which I need to test whether an integer n is the exact sum of k consecutive integer numbers starting from 1.
    eg. 6...
Results 1 to 5 of 5