Search:

Type: Posts; User: ubern00ber

Search: Search took 0.00 seconds.

  1. Replies
    21
    Views
    5,824

    Is there any function better than rand()

    Is there any function better than rand() that can still get random numbers? If there isn't one, can i make my own in any way?
  2. Replies
    4
    Views
    1,016

    Yes that is exactly what I want.

    Yes that is exactly what I want.
  3. Replies
    6
    Views
    1,387

    counterspeed = counterspeed + speed; Don't...

    counterspeed = counterspeed + speed;

    Don't bother writing that, just write


    counterspeed += speed;

    (-= to subtract)
    this wont make any difference in your code, but it takes less time to...
  4. Replies
    4
    Views
    1,016

    Sending Messages to the computer

    Is there any way to be able to send a message to the computer(such as a button being pressed or a mouse clicking), without accualy having to do that?

    Please tell me if I haven't given you enough...
Results 1 to 4 of 4