Search:

Type: Posts; User: Sneak

Search: Search took 0.09 seconds.

  1. Re: Need help creating a a simple 'credit' system to a game

    I got it!! Kind of anyway. Thanks for all the help, was a real treat that!

    Heres the finished code anyway, works as i wanted it to. please, have a look and try and run it if you like.

    Here is...
  2. Re: Need help creating a a simple 'credit' system to a game

    Thanks for all the help up to now, But is there anyone able to give me a little more help as to where I should be placing the pieces of code I have been given, within my Class.

    Would I need to...
  3. Re: Need help creating a a simple 'credit' system to a game

    .............
  4. Re: Need help creating a a simple 'credit' system to a game

    Heres what Ive got down up to now, can you give me an idea where im going wrong?

    Bah need a cup of tea here!! Anyone else for one? lol!



    import java.applet.Applet;
    import java.awt.Button;...
  5. Re: Need help creating a a simple 'credit' system to a game

    Thanks very much forthat help!

    I am still at a bit ofconfusion though. I added:
    private int bet;
    private int score;

    to the top of my code, just below my first lines of code.Then, i have added...
  6. Need help creating a a simple 'credit' system to a game

    Hi everyone.

    Basically, I am creating a game based on two dices, and a guess box. The user inputs the guess of what the dice outcome will be, and then clicks the roll button. This generates a...
Results 1 to 6 of 6