Infinite Jump Problem =(

i have a problem with my game. if i jump is jumping infinite to jump normally

1 Like

Hey @natdragyt,

Can you send the link to your game? There’s not much I can do without a screenshot or a link.

-Ember.Y

■■ problem fix thanks for trying to help anyway

1 Like

but how to change hitbox of the character? and Camera to full screen?

1 Like


Go to physics to change the hitbox.
If you want fullscreen and camera, you have to put this code in the camera object:

{"data":{"behavior":{"v":"2","nodes":[{"inputCount":0,"outputCount":2,"name":"Keyboard","behaviorType":"logic.triggers.Keyboard","x":-360,"y":-16,"group":"","id":"372a142d23d75f47","keyCode":70},{"inputCount":3,"outputCount":3,"name":"Full Screen","behaviorType":"logic.components.FullScreen","x":-180,"y":0,"group":"","id":"372a3c25af88d14f","smIdx":2},{"inputCount":5,"outputCount":5,"name":"Camera","behaviorType":"logic.components.View","x":-360,"y":-144,"group":"","id":"372a6b1fc9409c4e","parallax":100,"scrollX":true,"scrollY":true,"minLeft":-10000,"maxRight":1800,"top":-10000,"bottom":1200}],"links":[{"input_id":"372a3c25af88d14fi2","output_id":"372a142d23d75f47o0"},{"input_id":"372a3c25af88d14fi2","output_id":"372a142d23d75f47o0"}]}}}

If you want, you can import this into the import box to get the camera and fullscreen behaviors.