Search:

Type: Posts; User: flamboyant

Search: Search took 0.14 seconds.

  1. Replies
    2
    Views
    1,993

    Re: StdDraw keyboard controls uncontrollable

    thank you so much for that bit of advice!! i unfortunately don't know any specific Std class forums but will look online
  2. Replies
    2
    Views
    1,993

    StdDraw keyboard controls uncontrollable

    - controlling two characters using WASD and IJKL
    - using StdDraw hasNextKeyTyped to check keyTyped against WASD/IJKL ascii codes
    - however characters move too quickly, cannot stop and do not...
  3. Re: event programming - controlling characters with arrow/keyboard keys

    ah ok thank you though, i'll go read up on JPanel/key listeners
    it (i.e. making the components focusable) should work even if it isn't a textbox, right? because i am using objects of my own designed...
  4. Re: event programming - controlling characters with arrow/keyboard keys

    thanks for the note! I was wondering if there should be some kind of wait method called when i draw the characters? (this is the case in python, and i'm unsure if it translates to java)
  5. event programming - controlling characters with arrow/keyboard keys

    hi,
    i'm writing a user-controlled game for a project, but somehow I can't seem to enter anything (as in, when user presses a key nothing happens). is there anything that i'm missing/should learn to...
Results 1 to 5 of 5