About Crossword Puzzle

Hi,

As for the dragging feature to draw and choose letters, I’m sorry we do not have plans to support it.
At the moment, we only support fixing the issue about limiting the selected letters until the correct word is formed, which @eyyup_dogan mentioned earlier.

The fixed project is here:
Word Search Puzzle (1).approj (1.7 MB)

The script is added to the On Load event in Slide 2.
So when you click, each letter selection is toggled.
If you want to choose a range, hold shift + click the first and last letter.
To apply this script for another crossword, you need to change the parameters at the first 2 lines and the list: var words = [.

BR,
Quynh Anh

2 Likes