In this game when it says "Avoid" the player is supposed to jump over three spikes. After the player has jumped over the three spikes the level should increase by one. However, my method of checking if the player has jumped over the three spikes doesn't work. Please help! drive.google.com/file/d/1pNqJljFmDsDEJo6nxiMSQ5QefRHNQ-tu/view
Develop games in your browser. Powerful, performant & highly capable.
- Add a trigger once condition to event 23
- You have a spike outside of layout on start of layout so count begins at 1, you need to set this to 0
- You need to set count to 0 when you die as it remains at a previous value when you died