How to count every floors for jumper game

1
  • 4 favourites

Attached Files

The following files have been attached to this tutorial:

.capx

platformfloor.capx

Download now 184.05 KB

Stats

1,112 visits, 1,277 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

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.

.CAPX

platformfloor.capx

Download now 184.05 KB
  • 0 Comments

  • Order by
Want to leave a comment? Login or Register an account!