I'm having a problem, I'm trying to get text input from one layout to another randomly into one of four text boxes, this works but I want the text to not go to the same box twice
Develop games in your browser. Powerful, performant & highly capable.
You can add Persist behavior to those 4 text boxes, add instance variable UseCounter.
textBox Pick Lowest UseCounter
...System Pick random instance of textBox -> TextBox add 1 to UseCounter ; TextBox Set text