Hello :) Let's say I have 10 spritefont instances. Everyone can have a number between 1 and 15. How can I check if every instance has the same text? I just cannot get it to work.
Thanks for your help!
Kraudi
You could pick a random spritefont from the set, store its text in a variable, then check if any spritefont.text does not equal that variable.
Develop games in your browser. Powerful, performant & highly capable.
Good idea I Will try that. Thank you very much!