end score display
MERM
Member Posts: 194
in my game, the setup is within 60 seconds, touch the objects, get some points, get equal to or more than the goal and you pass, get less than the goal u have to try again. at the end of each round i am trying to have it display the score in red if you got less than two hundred points, and in green if you got equal to or less than. it works fine if you get higher than 200 or less than 200, but if you get exactly 200, it does not display the score or continue button. i even added a different condition with it that says equal to. i thinks its being farty . any help?
Comments
Red is for ≤ 199
Green ≥ 200
Make sure they don't share a score.
With the Continue button, Just create a rule that when button is pressed goto scene.
and make sure you set up something to rest the score and time attribute. :-)