Right now, I'm making my first ever game on construct 3. I want to make a simple enemy go right and left and also want it when it touches the player, the player dies. Can anyone help me with this?
Develop games in your browser. Powerful, performant & highly capable.
Put a sine behavior on the enemy.
On enemy collides with player, destroy player.
Thanks! Got it working.