Search:

Type: Posts; User: jps

Search: Search took 0.12 seconds.

  1. Replies
    8
    Views
    1,764

    [SOLVED] Re: need help with basic jump command

    Give a higher starting jump speed than used in the example. Then increase the downward pull of gravity to compensate. Adjust both values until the jump gives the arch you desire.



    please see...
  2. Replies
    8
    Views
    1,764

    [SOLVED] Re: need help with basic jump command

    Actually the 10 refers to the speed on the y axis. When jump is pressed, the "up" speed is 10. How you treat this depends on how you treat the coordinate system on the screen.
    Java counts the top...
  3. Replies
    8
    Views
    1,764

    [SOLVED] Re: need help with basic jump command

    Use a gravity to have a constant downward force.

    When jump is pressed set the vertical speed to a higher number. 10 for example. Every cycle apply gravity. In this example lets call gravity 2....
Results 1 to 3 of 3