Score if Actor Reaches Position
victorbrd@live.com
Member Posts: 0
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
inside the actor.
If actor position x > (bigger than) 500
then
change attribute score to score +1