hey all,
I am working on making a little game site that has some puzzles and what not and I am having some trouble. I am looking to make a word find puzzle. You know the one with a grid of letters with hidden words in it that you have to find and cross off.
This is what Ive thought of so far but im not sure if it makes sense at all, but I dont think it will work.
basicly on mouse click it creates an empty movie clip and inside that movie clip you would create a line from the point of the mouse click to the new point where the mouse currently is. Then when they are finished they click a button to check if they have all the words and or if they are correct. Ive thought about making a goal movie clip and calculate the distance between that taget and the target of the created line movie target. If it is within a given amount it will return correct.
Now I dont think this is the smartest way to go about it but I am a little stuck. And I dont know how to delete the created line if they arent correct. Any ideas would be great.
Thanks all,
Brad