Hi,
In Construct 3, my character with platform behaviour jumps and hits the ceiling.
How do I make him lose 1 life when hitting the ceiling (modify Life variable on hit with -1).
Thanks,
Mihai
Develop games in your browser. Powerful, performant & highly capable.
Few ways to do that:
- Put an invisible sprite at the ceiling and check collison with it.
- Check collision with ceiling while player is jumping.
Thanks a lot !