Forum Discussion

ColdingleyArtic's avatar
ColdingleyArtic
Community Member
19 hours ago

Anagram Game

Hello Everyone,

I have a problem similar to: How to get a Text Entry field to auto-focus on a layer when it loads | Articulate - Community

I have tried using that to get the system working however, it fails to work.

 

The answer to the anagram game is Yule Log. I would like to click on the first letter and enter a letter. Ideally, once a single letter has been focus would move to the second text box the game would auto focus on the third text box, this should happen all the way through the word. 

I thought clicking on the first word would then load a layer with only a text entry box on. Using the link above, with the text entry being the only item it should auto focus, however this is not the case.

Please can anyone advise if I should be doing this differently. I have added the concept file below.

  • Nedim's avatar
    Nedim
    Community Member

    I'd use JavaScript in this case to simplify the transition from one field to another. I used only the base layer for this, along with a simple JavaScript code that ensures only one character is typed and the focus automatically moves to the next field. Let me know what do you think about this concept.