Search:

Type: Posts; User: JavaPF

Search: Search took 0.12 seconds.

  1. Replies
    12
    Views
    3,114

    Re: [SOLVED] Little problem

    Once again Chris saves the day! =D> Nice work.
  2. Replies
    12
    Views
    3,114

    Re: Little problem

    Hmm.. its really hard for me to guess the problem without seeing the entire code.

    Can you post it here so I can attempt to compile it?
  3. Replies
    12
    Views
    3,114

    Re: Little problem

    I'm not sure if this will work because obviousally I can't compile it but try:



    private boolean keyPressed() {
    String key = Greenfoot.getKey();

    if (key=="right") {
    ...
  4. Replies
    12
    Views
    3,114

    Re: Little problem

    Hello Nkay11 and welcome to the Java programming forums :D

    Are you looking to find out how to play a sound? Or are you trying to figure out where abouts in the code to insert this?

    I think the...
Results 1 to 4 of 4