Hello, I have 3 Text Instances of and object numbered 0,1,2 and they produce the numbers between 0 and 4 , on a button click,
Can you show me how I can check / compare the 3 Instances on each tick to see if they are all =
thanks.
Develop games in your browser. Powerful, performant & highly capable.
Kniggles, in a single event, I would put two conditions. First, compare the first Text instance to the second one, then compare one of those to the third Text instance.
Thanks danialgoodwin that`s how I am trying to work round it, am a bit lost on how to call the first two instances to compare
Kniggles, the main way I would use to compare text is to use the "Compare text" event that is available in the Text object.
Though, you could also use the System."Compare two values" event for the text. But, I recommend the first way instead.