1. #1

    how do you make a point system?

    When you're making a level how would I go about making it so everytime you pass a certain object it counts as 1 point?
    Share this post

  2. #2
    Lukeyy19's Avatar Member
    Join Date
    Mar 2014
    Location
    UK
    Posts
    449
    In Track Settings you'll need to set your game up as a Skill Game, you'll then see a "Score" option appear. You set this to take the score from a Variable Data Source that you are adding a number to with a Set Value Event triggered each time you pass the object.
    Share this post

  3. #3
    Originally Posted by Lukeyy19 Go to original post
    In Track Settings you'll need to set your game up as a Skill Game, you'll then see a "Score" option appear. You set this to take the score from a Variable Data Source that you are adding a number to with a Set Value Event triggered each time you pass the object.
    How would I set it too a landmine?
    Share this post

  4. #4
    Blastergamer's Avatar Senior Member
    Join Date
    Mar 2014
    Location
    Rocking Trials Country
    Posts
    2,539
    To add a score from every landmine, use a hit trigger (disable after hit [X]), which target 1 is the bike & rider, target 2 the landmine. Then select event/filter to the set value event, which increases X value to the variable.
    Share this post