Hi,
I'm developing a platformer game, in which when the player falls on a spring he should fly few pixels to the top. I used stimulate platform pressing jump event but it isn't working. I also tried setting player's Y to player.y -700 * dt for every tick but nothing is working properly.
Please help.