Copy link to clipboard
Copied
Hello. I'm trying to develop a "Wordle-type" game in Animate CC.
Here are some sample words...
TABLE
CHAIR
Is it possible to do in AS3?
Copy link to clipboard
Copied
yes, it's pretty straightforward except for picking the words that the user will guess. you'll have to enter those manually.
Copy link to clipboard
Copied
Ok sounds easy enough. But, when they guess, how I can I make show how if the letters are correct and in the right place?
Copy link to clipboard
Copied
place a movieclip behind each letter that consists a stage colored frame initially (with a stop). then add frames (and frame labels) that show a gray, yellow and green letter-sized rectangle.
Copy link to clipboard
Copied
Ok, so how would I code it?
Copy link to clipboard
Copied
use gotoAndStop after keyboard input.