Word search - template

May 31, 2019

Hello, 

I have created a simple word search game for latest E-learning Challenge #234.

Project in action, click here


Here you can find the source file. Please note that these images are under copyrights so you can't use them in your project. If there are any questions, I would be happy to answer.

12 Replies
Ira Siegel

Thanks for sharing, very creative!! Digging around in the triggers, I am trying to find a way to "reset" any of the selections made that are not a part of a found word. I can see a few ways I think it can be done but I tend to over complicate things sometimes. Would returning anything that is not "correct" be the best way to do this?

Andrzej Jabłoński

Hi Ira, I think it's a good idea about the states. The other solution could be to have a separate layer with the selected letters for each word. When the word is found you can show the layer and if you want to 'reset' the letters you can 'reset' all of them because the correct combination will be on the layer. Hope that's clear enough :)