Hello thank for answers very useful!
Is it possible to make a Third Person -JUMP with gravity and run too?
When I press W to run it have the gravity with it! Gravity should work in always...
* Action = 1
Firefly Node - Camera : Set Target to XPosition( "player" ), YPosition( "player" ), ZPosition( "player" )
Jump : Set Counter to Y( "Active" ) - Y( "Active" ) * 2
* Repeat while "W" is pressed
Speed : Set Counter to -0.2
Action : Set Counter to 2
* Upon pressing "Space bar"
Platform Movement object : Jump
Action : Set Counter to 1
* Platform Movement object: Test for obstacle overlap
+ Active collides with the background
Platform Movement object : Selected object overlaps an obstacle
* Active collides with the background
I make it jump with the platform object! I put jump counter into Y akse!