Global variable :
- score type number set as "0".
Instance variable :
- landed type number set as "0".
Needed object :
- Sprites
- Text
- Keyboard
See the picture
1. Add instance variable ''landed' and behavior Jumpthru to object platform.
See the picture.
2. Place an event, count 1 if player jump and landed every platform.
See the picture.