Search:

Type: Posts; User: weirddan

Search: Search took 0.57 seconds.

  1. Replies
    2
    Views
    1,133

    [SOLVED] Re: Error while moving the tiles in frame

    So the array "pixels" is been given a value of ((300/16*9)*300)= 50625 and that is certainly greater than 48,600

    Isnt it the line;

    pixels = new int[width * height];


    that set the max value...
  2. Replies
    3
    Views
    852

    [SOLVED] Re: math problem in java...

    Thank you!
  3. Replies
    3
    Views
    852

    [SOLVED] math problem in java...

    Helloue!
    Today as i were at my chemistry lesson, my mind interrupted me when i was answering some questions, as i was using "raised by" in my answers i suddenly kept thinking "HOW DOW I DO THIS IN...
  4. Replies
    2
    Views
    1,133

    [SOLVED] Error while moving the tiles in frame

    Hello! I was following a tutorial on how to make a game when i suddenly got an error concerning moving tiles. i get this error when i tried to use a and d to move:


    Exception in thread "Display"...
  5. Replies
    8
    Views
    1,421

    [SOLVED] Re: error while creating a "clear" method

    Fixed it, i just start from the beginning and copied the code from the old files and it worked like a charm!
    Thanks for the help!

    Btw I an using Eclipse as my ide.
  6. Replies
    8
    Views
    1,421

    [SOLVED] Re: error while creating a "clear" method

    Whoops, Tanks!
    now i get an error while debugging the code, it reads;


    Save Problems

    Save could not be completed. Try File > Save As... if the problem persists.

    Reason:
    some characters...
  7. Replies
    8
    Views
    1,421

    [SOLVED] Re: error while creating a "clear" method

    so basically i have followed a series on how to make a game. in a game you have to render to a screen and you must clear the screen before every new render. I have come thus far that i have made a...
  8. Replies
    8
    Views
    1,421

    [SOLVED] error while creating a "clear" method

    Hello!
    I was following this(a video on youtube called "Game Programming: Episode 10- Clearing the Screen" by "TheChernoProject ) tutorial on how to make a game when an error occurred.

    in my clear...
Results 1 to 8 of 8