Home / Components / Applications & Games / Word Search Game 2 /
Word Search Game 2
146 purchases
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website&nbs... [+]
> View graphic table with full license features
$9.99
Package includes: MXP, FLA
Flash Version: Flash CS3, Flash CS4
Viewable with: Flash Player 9
Documentation level: Well documented
Action Script: ActionScript 3.0
Product ID:F0800795
Please install flash first.
-Support Embedded fonts
-List of alternative words to show
-List of false words to put in matrix letters
-Show or hide words from the list, or show the word only when it is found.
-Line properties: alpha level, rounded line or squared line
-Timer and maximum time of game
-Start and Stop Methods
-New events added
You can customize items:
-List of words to search
-List of alternative words to show
-List of false words
-Number of columns and files of the letters matrix
-Maximum playing time
-Size of words
-Color of words
-Color of found words
-Color of letters
-Size of highlighter line
-Color of highlighter line
-Color of found line
Also you can resize the component in the stage. It will automatically adjust in the preview. To find words drag mouse over letters in any direction
---------------------
Componente de Flash, Juego Sopa de Letras, le permite crear una sopa de letras, para Flash CS3 y Flash CS4
$9.99
License:
Personal License By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.
| Usage Terms: | Personal | Commercial | Multiple |
|---|---|---|---|
| Use in ONE SINGLE NON-COMMERCIAL project | |||
| Unlimited use in the same project | |||
| Use in ONE SINGLE COMMERCIAL project | |||
| For your client's ONE SINGLE COMMERCIAL project | |||
| MULTIPLE COMMERCIAL projects | |||
| For your client's MULTIPLE COMMERCIAL projects |
Please install flash first.
Please install flash first.
Related components:
Featured components:













33 comments
Add comment
1 2
Tribungo
Hi, jbaird
This version does not load an xml file with the parameters. You can create a function to load your own xml file and then fill the parameters of the component.
I am designing the next version of the component. I will include this within the new features.
#  /  PM  /  posted on Jul 28, 2009
Tribungo
Loading parameters from a XML File
Was uploaded a new sample of how to load the parameters from a xml file
#  /  PM  /  posted on Oct 14, 2009
hans.roxaschua
Hi i want how can i make the script for putting a event complete or an event dispatch. I bought this file.
#  /  PM  /  posted on Jan 11, 2010
hans.roxaschua
ahh sorry i know now..,
#  /  PM  /  posted on Jan 11, 2010
Tribungo
Ok. Tell me if you have other difficulties
#  /  PM  /  posted on Jan 11, 2010
matthewadavid
I just bought the first version of WordSearch and I think I will upgrade to the newer version. What I would like to do with the newer version is programmatically push a list of words into the Wordsearch instead of having to use the Component Inspector. Can this be done? Also, there is a bug in the first version that prevents more than 6 Components added to a project. Has this been resolved?
#  /  PM  /  posted on Mar 06, 2010
Tribungo
Hi matthewadavid,
In both versions, the words must be entered from the Components inspector. In Version 2, however, there is an example to put the words from an external XML file.
The component has no limits on the number of instances that can be put on the stage. If this problem occurs you can do this: save the file, close the Flash application, open the file again and continue adding instances. It is not a component problem, in this case.
New features in version 2 are these:
-Support Embedded fonts
-List of alternative words to show
-List of false words to put in matrix letters
-Show or hide words from the list, or show the word only when it is found.
-Line properties: alpha level, rounded line or squared line
-Timer and maximum time of game
-Start and Stop Methods
-New events added
#  /  PM  /  posted on Mar 06, 2010
dynamicsonline
HELP - I just purchased Word Search 2 and have successfully customized and published the game. The one feature that I've realized is not on the game, nor have I been able to figure out how to do it, is the timer and reset button. How do I get that feature to appear? Thanks in advance.
#  /  PM  /  posted on Sep 03, 2010
Tribungo
Hi Bruce,
In the Component Inspector panel, set the maxTime property to the maximum number of seconds of the game.
To restart the game can call the method reset() from a button with "buttonRestart" instance name as follows. "myWordSearch" is the instance name of the component.
buttonRestart.addEventListener( MouseEvent.MOUSE_UP , buttonRestartHanlder );
function restartHanlder ( e:MouseEvent ):void { myWordSearch.reset ( ); }
please see the WordSearchSample2.fla sample file.
#  /  PM  /  posted on Sep 04, 2010
puddlejumpr
I also had trouble with displaying the time. I set the maxTime to 300 seconds but nothing displayed. I've taken a look at WordSearchSample.fla ,but can't work out how to do it. Is there something else I need to do? Sorry for the question.
#  /  PM  /  posted on Sep 14, 2010
keo26
Hello. I purchased simpler version but what I need is AS2. What can I do to change it? Thanks.
#  /  PM  /  posted on Oct 10, 2011
Tribungo
The component only works with ActionScript 3.
#  /  PM  /  posted on Oct 10, 2011
MastAvalons
Excellent! Have you already thought about creating desktop application from this? You can convert it to the EXE using flajector or a similar tool?
#  /  PM  /  posted on Jan 17, 2012
1 2