Search:

Type: Posts; User: lil_misfitss

Search: Search took 0.15 seconds.

  1. Replies
    2
    Views
    1,015

    Re: Object not following mouse!?

    Thank you GregBrannon. I will try this and see if this helps.
    lil_misfit:o
  2. Replies
    2
    Views
    1,015

    Object not following mouse!?

    Hello everyone. I'm still trying to make a game. XD Right now I'm trying to make a square so that you select it and then click a place and the square will move to that place. I have a program where...
  3. [SOLVED] Re: A question about an object detecting another.

    The object is my object called Testai and each cow is supposed to have its own intelligence (so far that is moving around and detecting). Would you like me to post the Testai code? I have it so it...
  4. [SOLVED] A question about an object detecting another.

    Hello everyone!
    In my absence from this site I have been experimenting with swing and graphics. My problem is this, I have two cows on the screen that move along a grid(each square is 16x16) and I...
  5. Replies
    7
    Views
    1,176

    [SOLVED] Re: How to create your own packages?

    Sorry I haven't responded, been away from programming a bit. I will try that little "exercise" and see if I can get packages working! Thanks for all the help Norm the SUPER MODERATOR!

    lil_misfit...
  6. Replies
    7
    Views
    1,176

    [SOLVED] Re: How to create your own packages?

    The graphics folder is in the game folder: jg.misfit.game.graphics.
    So how do i change the classpath to include graphics folder?
  7. Replies
    7
    Views
    1,176

    [SOLVED] Re: How to create your own packages?

    Okay so I think the compiler is finding the Render.java file but now this appears when compiling Game.java:

    C:\Program Files\Java\jg\misfit\game>javac Game.java
    Game.java:9: error: cannot access...
  8. Replies
    7
    Views
    1,176

    [SOLVED] How to create your own packages?

    Hello!

    I'm following a tutorial that is using eclipse but i use notepad++ to code. I know eclipse is better but I feel familiar with notepad++ and the cmd prompt. What I was wondering is how do...
  9. Replies
    2
    Views
    3,582

    [SOLVED] Re: Exception in Main NullPointerException?

    Wow, it was that simple thanks!
    :rolleyes:
    lil_misfit
  10. Replies
    2
    Views
    3,582

    [SOLVED] Exception in Main NullPointerException?

    Hello!
    I'm trying to make a program where the ball moves to the right of the screen but my program compiles correctly. It's when I run it is when this pops up:
    Exception in thread "main"...
  11. Replies
    12
    Views
    1,147

    Re: I dont understand this code ?

    I don't get the question because it does display 9 zeroes. I copied it and ran it. It works!
  12. Replies
    3
    Views
    970

    [SOLVED] Re: Could I have made this simpiler?

    Wow! Thank you for the great responses and I'll try to use some of the suggestions you gave me (copeg).
    To answer your question the variable list is an JComboBox of Strings representing the first...
  13. Replies
    3
    Views
    970

    [SOLVED] Could I have made this simpiler?

    Hello,
    My previous post told of how I was learning about threads, objects, swings and more. After learning studying I made my own simple program using basic swing and I was wondering if I could have...
  14. Replies
    4
    Views
    1,569

    [SOLVED] Re: Need Help Practicing

    Thank you again! Tomorrow I'll start practicing threading etc.. Thanks to all that have replied and suggested things!
  15. Replies
    4
    Views
    1,569

    [SOLVED] Re: Need Help Practicing

    Yes we did have a text book and I have the Java All in one for dummies (Java 7) and the text book has a few exercises but not many. The dummies book has 0 exercises. I'll try searching for that!...
  16. Replies
    4
    Views
    1,569

    [SOLVED] Need Help Practicing

    I'm trying to teach myself more advanced programming so that I could soon make a game. The things I am trying to learn are:
    Threads
    Drawing Shapes and Putting Images on a Screen
    Using Event...
  17. Replies
    4
    Views
    1,860

    Re: Help me with beginner coding

    Sorry, been a while since i've been on the forum. Forgot about that.
  18. Replies
    4
    Views
    1,860

    Re: Help me with beginner coding

    Welcome to the Forum! I'm new too! (actually relearning java XD) I'll see if I can help!
    So X = what the TA is getting paid and Y is the number of hours?

    --- Update ---

    Your problem is you...
  19. [SOLVED] Re: How to make an array a global static variable

    Thank you all for the help! Especially Rahul Bansal and helloworld922. My professor called the example helloworld922 gave, global variables. Sorry for the misuse of the term.
  20. [SOLVED] How to make an array a global static variable

    I have an issue where I need an array as a global variable. If someone could tell me if that is possible and/or how to do that then that would be great. (insert meme here XD).
  21. Re: Hi, thank you for creating this community.

    Welcome aboard!
  22. Thread: good day

    by lil_misfitss
    Replies
    3
    Views
    876

    Re: good day

    Welcome! I'm also new so I'm glad to see that there are a lot of people joining!
  23. Replies
    5
    Views
    1,215

    Re: Help me understand the program! pls

    Are the array elements in order like is A[0] = 5? I'm trying to help but this might clear it up for me.

    edit :
    There is an error on (Int A[]){ it should be (int A[]){

    --- Update ---

    Alright...
  24. Replies
    2
    Views
    965

    Hello I'm lil_misfit

    Hello i'm lil_misfit. (not little miss fit, its like the band the MISFITS.)
    I've been programming:confused: 2 or 3 months so far and I've started on a text adventure! It's going great.
    I hope to...
Results 1 to 24 of 24