Search:

Type: Posts; User: Sayco

Search: Search took 0.08 seconds.

  1. Thread: Java loop help

    by Sayco
    Replies
    2
    Views
    1,306

    Re: Java loop help

    do {

    // Code

    // if (input == 1)
    // end = true;

    }
    while (!end);
  2. Replies
    9
    Views
    1,568

    [SOLVED] Re: Need help with motion direction

    Thank you for the suggestion again helloworld922, I've decided to remove these buttons from my game completely. My next chapter I'm studying has to do with the focusing system in java, so I will wait...
  3. Replies
    9
    Views
    1,568

    [SOLVED] Re: Need help with motion direction

    Well I figured it out, I got my ball moving in the proper directions using the calculations helloworld922 provided :D. Also for rebounding all I'm doing is drawing the ball in its original coords...
  4. Replies
    9
    Views
    1,568

    [SOLVED] Re: Need help with motion direction

    I understand the equations, the only problem is I don't understand how I would implement it. I will be using a Timer class to determine the speed at which the ball moves, how would I implement this...
  5. Replies
    9
    Views
    1,568

    [SOLVED] Re: Need help with motion direction

    Thanks for the suggestion, I will be looking into this and hopefully I will be able to solve my problem. Although after reading the article you just linked I am a bit more timid towards this little...
  6. Replies
    9
    Views
    1,568

    [SOLVED] Need help with motion direction

    So I am currently working on a very simple project, a bubbleshooter type of game where you have a launcher in the bottom center of the screen with a balloon floating atop. The launcher shoots a ball...
Results 1 to 6 of 6