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

Search:

Type: Posts; User: arrokai

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    4,289

    Re: Conversion from char to int

    I solved it, I was using a text file which was converted into a char array and then converted that into an integer in the loops posted above. Instead I just converted the text file straight from...
  2. Replies
    3
    Views
    4,289

    Conversion from char to int

    Hi,
    I'm experimenting with using a tile based system for a game, the colour of the tiles are based off the int which is found when converting a char array storing the integer found in a text file. 0...
  3. Replies
    2
    Views
    1,862

    Re: Same game java codes help me !

    Its your project and your not coding it yourself?
    and same Java codes as what exactly?
    your post is pointless.
  4. Replies
    4
    Views
    1,681

    Re: Do While loop for Button

    You could use the MouseDown and MouseUp events.
    MouseDown would be for when the button is pressed, MouseUp would be for when the mouse button is released.

    MouseDown:...
  5. Replies
    7
    Views
    15,229

    Re: Collision with a picturebox

    hey,
    TheGreatCthulhu has posted a response right after you commented if you saw :3

    arrokai
  6. Replies
    7
    Views
    15,229

    Re: Collision with a picturebox

    Thank you for your reply,
    I see how that works and it fixed the problem :)
  7. Replies
    7
    Views
    15,229

    Collision with a picturebox

    Hello,

    Situation:
    I am creating a 2D game for college which is a simple dodging game in C#, the player can move left and right to dodge falling pictureboxes as well as collecting them.
    ...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured