i have made a game but i want it to mark a score if it is right and not mark it if it wrong how do i do this i,ve got it all ready any help
Offline
what exactly do you mean?
Offline
when gf clicked if <(score) = (correct score)> Mark (score) as right else Mark (score) as rightReplace the variable "correct score" with the correct score. Also the scripts marking the variable "score" as right or wrong are just filler scripts and should be replaced by the correct action.
Last edited by shpeters (2012-11-27 20:14:45)
Offline
when I receive [game over v] if <(score) = [whatever the correct score is]> say [Your score is correct!] for (3) secs else say [Your score is incorrect!] for (3) secs endHope this is helpful
Offline