Score if Actor Reaches Position

Hey guys! Im trying to make a simple game in which you tap to stop a moving actor. I can't figure out how to set it up so when this actor reaches an specific position , it scores a point. Anyone who can help me out?

Thanks in advanced!

Comments

  • jsorr2jsorr2 Member Posts: 279

    inside the actor.

    If actor position x > (bigger than) 500
    then

    change attribute score to score +1

Sign In or Register to comment.