abeced
November 10, 2022, 1:18pm
1
Hi, I'm having a problem with setting Textbox.Readonly to true for all values in the list.
Can anyone have an idea about how to do so?
It says "undefined variable"
ABG
November 10, 2022, 1:45pm
2
You put the wrong blocks in the list.
Instead of .Text blocks, use the component block TextBoxthWord from the end of each component's block pallette.
For examples, see
This week the US news networks have been reporting on a free web game by Josh Wardle called Wordle , similar to Jotto, developed as a personal project and open for all.
His variation has:
one chance to play per day
every one shares the same daily word
words have exactly 5 letters
you get six guesses
You are told
which letters match in place (green),
which letters match out of place (yellow)
which letters don't match anywhere (dark grey).
I decided to try to replicate his app in AI2 under t…