I am making my first game in construct and it's a platformer.
I want to create a jump pad thing, where when the player touches it, the player gets launched into the air. Like a spring.
http://www.sonicstadium.org/wp-content/uploads/2012/10/JumpCut.jpg
I can't find any tutorials that can let me do this, any help?
Add physics to the involved object and give it an impulsse when required.
Physics impulse manual information
Physics doesn't play nice with other behaviours too well.
Assuming you are using the platform behaviour..
https://www.dropbox.com/s/fb0tm3mng06zo ... pring.capx
Thank you, it's exactly what I wanted.
Develop games in your browser. Powerful, performant & highly capable.
Nice solution RamPackWobble