I am trying to make a text where I will enter like 3 and then once I enter another number, the number 3 moves to the left and the number I entered steps in the place that number 3 was at before I entered that number. This is sort of like a code or pin.
Please help me figure this out >>> THANK YOU!!!
Have 2 Text behaviors, when something is entered have it set the first one set to that. The first list will set the second list to that as well, and when something new is added it will add to the + input. I did a really horrible job of explaining that, I’m on a phone rn, but when I am on a computer I’ll send a screenshot.
@Tim01
This should be a simple solution
If you type “12345” in that order, it will show “54321”
Oh, I thought he was just asking for switching the numbers around. Also, the first “To Number” behavior is not needed since it’s comparing text, not numbers.
Rereading it, I think he was. The last part made me think he’s making a password system.
And correct, the first To Number isn’t needed there.
Thanks @JR01 and @CodeAlpaca, I appreciate it! Now I just need to get back to coding.