Search:

Type: Posts; User: GregBrannon

Search: Search took 0.07 seconds.

  1. Replies
    13
    Views
    1,295

    Re: Movement Error

    Thought you'd given up. I haven't figured out why, but if you add a print statement to the Game.tick() method, something like:
    public void tick(boolean[] key)
    {
    time++;
    boolean forward =...
  2. Replies
    13
    Views
    1,295

    Re: Movement Error

    Let's trade places . . .

    If someone handed you this mass of code and said "Things don't move when they're supposed to. Help me fix it." What would you say? At a minimum, you'd probably say,...
  3. Replies
    13
    Views
    1,295

    Re: Movement Error

    How are these parts wired together? Where is the class with the main() method that gets the ball rolling?
Results 1 to 3 of 3