Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    7
    Views
    1,202

    Re: Pls help with my game pixel draw

    That will be a good idea. You need to understand how a program works and what all the classes and methods do if you want to write a program and have it work correctly.
    If you are just copying...
  2. Replies
    7
    Views
    1,202

    Re: Pls help with my game pixel draw

    Did you try adding the println methods as I suggested?
    Were the methods being called that do the drawing?
    What will cause the methods to be called so they will do the drawing?
  3. Replies
    7
    Views
    1,202

    Re: Pls help with my game pixel draw

    Are the methods being called that do the drawing? Try debugging the code by adding some calls to the println method that print out messages when the various methods are called so you can see when or...
  4. Replies
    7
    Views
    1,202

    Re: Pls help with my game pixel draw

    Please edit your post and wrap your code with


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.
Results 1 to 4 of 4