Search:

Type: Posts; User: nightcrawler9001

Search: Search took 0.11 seconds.

  1. Replies
    21
    Views
    1,335

    Re: i need help

    i just did System.out.println("an ID "+ java.util.Arrays.toString(pixels)); and thats what it gave me
  2. Replies
    21
    Views
    1,335

    Re: i need help

    i got an ID [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,...
  3. Replies
    21
    Views
    1,335

    Re: i need help

    i dont get what i have to put in to see the contents do i put
    System.out.println("[I@5474b4"+ java.util.Arrays.toString(pixels));

    --- Update ---

    or
    System.out.println("[I@b04e98"+...
  4. Replies
    21
    Views
    1,335

    Re: i need help

    i dont get it?
  5. Replies
    21
    Views
    1,335

    Re: i need help

    so the pixels are [I@b04e98
    and the
    buffered image pixels are [I@5474b4
    how do i fix that?
  6. Replies
    21
    Views
    1,335

    Re: i need help

    how would i do that? i no how to debug but idk how to see where its going
  7. Replies
    21
    Views
    1,335

    Re: i need help

    they are 16*16 and should i do system.out.println(pixels) in all the places it should be 1 by 1

    --- Update ---

    this is the data the pixels hold when they should be rendered [I@16551c5
  8. Replies
    21
    Views
    1,335

    Re: i need help

    oh sry im a "messy coder apperently"

    so basicly i used the spritesheet class to make paths and the sprite class to get the sprites and in the screen class there is a public void render wich should...
  9. Replies
    21
    Views
    1,335

    Re: i need help

    i have multiple classes tho

    --- Update ---



    package ca.nightgames.dungeonRun;

    import java.awt.Canvas;
    import java.awt.Dimension;
  10. Replies
    21
    Views
    1,335

    Re: i need help

    how do i do that?
  11. Replies
    21
    Views
    1,335

    i need help

    this is my first java game im making i tried to add tiles to the screen but i just get a black screen with no errors any advice? :confused: :confused:
    :confused:
Results 1 to 11 of 11