Search:

Type: Posts; User: wuppy29

Search: Search took 0.19 seconds.

  1. Replies
    1
    Views
    1,343

    Java Text Tutorials

    I have started a series of Java Text Tutorials. The text tutorials will cover anything from creating a project to creating programs to read from files and games. One tutorial at a time.
    You can find...
  2. Replies
    1
    Views
    1,309

    Fixed the problem

    fixed the problem
  3. Replies
    2
    Views
    1,502

    Boolean writing and reading

    I would like to create a file that contains one boolean.
    It should be able to create the file when it isn't there and the boolean should be false when created. It should also be able to read if the...
  4. Replies
    1
    Views
    1,048

    Making a WorldGrid

    I want to create a map in a game I'm making. Right now I have already made a texture for the map, but I want the map to be cut up in 50 * 50 blocks of pixels. Every block will be of a certain type of...
  5. Thread: Year help

    by wuppy29
    Replies
    2
    Views
    1,018

    Re: Year help

    I didn't know it existed. Thanks
  6. Thread: Year help

    by wuppy29
    Replies
    2
    Views
    1,018

    Year help

    I'm not really sure where to post this so I will do it here.
    I want to make a counter for days, months and years. The days and months will not be very hard, but the problem is years. As everyone...
  7. Replies
    1
    Views
    1,455

    Saving and loading

    I don't really know where to start with this, but I would like to know how I could save my game and reload the progress when I start it. After reading a bit I found out that I probably need I/O. Does...
  8. Replies
    5
    Views
    1,137

    Re: I need help! Urgent!

    There is some kind of error with your Container.
    At line 410 you add something that is broken. And I'm pretty sure you have made this at line 1090.
    298 is the error when you try to load the...
  9. Replies
    5
    Views
    1,298

    Re: Restarting a thread

    You are great. You tell me what to do, but not exactly how to do it so I learn from it. Thanks again :D
  10. Replies
    5
    Views
    1,298

    Re: Restarting a thread

    Thanks. Do you also know how to reset the ball position? Right now when I do a second level the ball starts at the location it was when the game before ended.
  11. Replies
    5
    Views
    1,298

    Restarting a thread

    I'm working on a game right now. I want it to have different levels. Right now I have made level 1 and I have a little problem. If you fail to win level 1 I want to have a button to restart the level...
Results 1 to 11 of 11