Hi, I'm very new to construct. I'm making a platformer game, and i am trying to make an object like lava, spikes, ect. but I'm not sure how.
sorry if it is a stupid question.
Develop games in your browser. Powerful, performant & highly capable.
Look at the conditions under player with the platform behaviour. If player is overlapping spike, or on collision with spike can also work. Then the action on the right would be to destroy player or subtract some hp.