1 jump not double

yasoofxyasoofx Member Posts: 332
hello, So i got my charcter all set, But when he jumps he can jump higher and higher . how can i make him jump once a time ??

Best Answer

  • bjandthekatzbjandthekatz Orlando, FlPosts: 1,375
    Accepted Answer
    Make a Boolean attribute called AbleToJump.

    When overlaps or collides with platform change AbleToJump to True.
    When Space Bar is pressed & AbleToJump is True

    change attribute AbleToJump to False
    (Do Stuff To Jump)

Answers

  • yasoofxyasoofx Member Posts: 332
    Make a Boolean attribute called AbleToJump.

    When overlaps or collides with platform change AbleToJump to True.
    When Space Bar is pressed & AbleToJump is True

    change attribute AbleToJump to False
    (Do Stuff To Jump)
    OMG thanks alot you saved my life
Sign In or Register to comment.