Search:

Type: Posts; User: risen375

Search: Search took 0.15 seconds.

  1. Replies
    7
    Views
    1,490

    Re: Incorrect Key Input

    Thank for the information. . How do I get the program to identify when any key other than ‘1’, ‘2’, ‘3’, ‘4’ as incorrect keys and displays an error message when the user presses a wrong key.
  2. Replies
    7
    Views
    1,490

    Re: Incorrect Key Input

    I kind of new to writing programs. How do you use keylistener? I need to get finished with this program today
  3. Replies
    7
    Views
    1,490

    Incorrect Key Input

    Hi the program I made plays sound files when the user input a numeric key. How do I get the program to identify when any key other than ‘1’, ‘2’, ‘3’, ‘4’ as incorrect keys and displays an error...
  4. Thread: Collision

    by risen375
    Replies
    4
    Views
    1,498

    Collision

    I need help writing a method that check if the two sprites blackhole and ball collide and when a collision occurs, the two sprites both disappear from the screen.


    public class AnimationClass...
  5. Replies
    1
    Views
    1,946

    two animated sprites collide

    Hi I need to edited this code so that when the ball and blackhole sprite collide the two sprites destroy each other (meaning they both disappear from the screen)


    import java.awt.*;
    import...
  6. Replies
    1
    Views
    1,397

    Drawing 2 images of a the same Sprite

    Im trying to draw 2 image of the asteroid sprite in my program. I can seem to get to display more than one asteroid


    import java.awt.*;
    import java.awt.image.*;
    import java.applet.*;
    import...
Results 1 to 6 of 6