Search:

Type: Posts; User: LukeR

Search: Search took 0.09 seconds.

  1. Re: How do I create a level using different colours in a picture?

    Sorry, but atleast now I have an answer related to what I want.
    But, for more explanation, watch the last five 2-3 minutes of this video
    3D Game Programming - Episode 34 - Entities - YouTube
  2. Re: How do I create a level using different colours in a picture?

    Yes I *** did, but that has nothing to *** do with what I am asking.

    I want to read every pixel, from left to right, through the entire image, and put a number in an array depending on the RGB...
  3. Re: How do I create a level using different colours in a picture?

    Are you even *** listening to me? I want to create a drawing like this: (I made the image 10x bigger for you to see it)
    2569
    And it looks at the file, for every red pixel (the RGB value for red,...
  4. Re: How do I create a level using different colours in a picture?

    [/QUOTE]

    Well, look at a platform game. There are platforms, spikes, enemies etc. And I want to make each level by creating a picture with different colours for each pixel, and the RGB value the...
  5. Re: How do I create a level using different colours in a picture?

    Well, what I mean is that in Mario, there is a set level with all the enemies and platforms and what-not, and I just want to make a system to create one level for my game by just making a photo,...
  6. How do I create a level using different colours in a picture?

    I recently watched someone make a game, and they made a system to make a certain level on a plat-former by using a picture.
    Basically, I have 6 pictures, and I want to draw them on the screen to...
  7. [SOLVED] Re: I have a NullPointerException error that I dont understand

    I cant, because it is a class that only runs methods, and the variables are type BufferedImage.

    (What I mean by that is that it is the type: int, boolean ect. IE:
    public static BufferedImage...
  8. [SOLVED] Re: I have a NullPointerException error that I dont understand

    Ok thanks, will try that. If it doesnt work I will get back to you.

    -Luke

    --- Update ---

    I tried it, but I cant seem to find what is causing it. Could I send you source some how?

    -Luke
  9. Replies
    4
    Views
    1,643

    Re: Dice Game! PLEASE HELP!

    You need to be more specific. We cannot make entire programs for you, this section is for errors. Please either be more specific in whats wrong, or learn Java.

    -Luke
  10. [SOLVED] I have a NullPointerException error that I dont understand

    I get an error that I cant seem to fix :mad:. I have a lot of code, so ask me for each individual class. :o

    Error:


    Exception in thread "Thread-3" java.lang.NullPointerException
    at...
Results 1 to 10 of 10