Search:

Type: Posts; User: albin1228

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,390

    Re: Java game problem! Square wont move

    Was trying stuff without it... -.- Thank you for the respons!

    --- Update ---

    And btw i know that it will only move on the x axis and will fix that! Thank you guys for replying!
  2. Replies
    6
    Views
    1,390

    Re: Java game problem! Square wont move

    Well I am getting closer to solving my problem! First of all i was stupid enough to not give the Thread object the location of the method run. So i wrote:
    t1 = new Thread();
    Instead of:
    t1 = new...
  3. Replies
    6
    Views
    1,390

    Re: Java game problem! Square wont move

    I think I know what you mean and no i have not tried that. I will try it now but if someone got a quicker answer please tell me!
  4. Replies
    6
    Views
    1,390

    Java game problem! Square wont move(FIXED)

    Hello!
    I am a beginner java programmer and a couple of days ago i started programming again(i had kinda like a break for a while). So yesterday when i got bored i just started making a random game....
Results 1 to 4 of 4