Devarai
- Bought between 100 and 499 items
- Exclusive Author
- Germany
- Has been a member for 3-4 years
- Referred between 10 and 49 users
- Sold between 10 000 and 50 000 dollars
313
Purchases
Buyer Rating:
4.53 stars
4.53 average based on 47 ratings.
(more information)
-
5 Star
3472%
-
4 Star
714%
-
3 Star
48%
-
2 Star
12%
-
1 Star
12%
| Created | 10 September 10 |
| ActionScript Version | AS3 |
| Documentation | Well Documented |
| Flash Files Included | Flash FLA, ActionScript AS, XML Files, HTML Files, PHP Files |
| Opens With | Flash CS4 (10+), Flash CS5 (10+) |
| Published Size | 50kb |
| Resolution | Resizable |
- clean
- color
- education
- exam
- fun
- game
- learning languages
- multi
- puzzle
- reinforcement learning
- resizable
- words search
© All Rights Reserved Devarai -
Contact Envato Support

hi, I’m trying to load this as an external file into my main however. I haven’t been able to make it work, please help. I am using this code add the swf. It loads but no game whatsoever please help again.
var swfLoader16:Loader = new Loader(); holder_game.addChild(swfLoader16); var bgURL16:URLRequest = new URLRequest(“xtras/swf/searchPuzzle2.swf”); swfLoader16.contentLoaderInfo.addEventListener(Event.COMPLETE, loadProdComplete16); swfLoader16.load(bgURL16); function loadProdComplete16(e:Event):void { trace(“file loaded xtras/swf/searchPuzzle2.swf”); }
what should i chance in the code to make it work?
Hello,
you have to change some code in the SearchPuzzleMain.as file. Basically you have to disable the autoadjustment of the stage to “resize” events. As well when the SearchPuzzle object is created you have to give it a fixed size independent of the stage dimensions.
Dev
Hi! Very nice work, congrats!!
I have a question: is there any way to make the word list appears randomly in the game?
For example, when the player ends his game, he wants to play again, but the words are the same… How can I change that?
Thanks in advance.
Nevermind, now I get that “placeWords”...
Now I’m having the UTF -8 problem…
I don’t know what I’m doing wrong. Well, when I use characters like Ã, É or Ç on the word list, the game starts, I can play and finish it normally. But when I start a new game from the context menu, the new game doesn’t start. If I remove the <word> with the special character from the list, all the game runs normally. I put the special characters on <alphabet> and checked the encoding of the file (UTF-8) on my notepad… So, I’m really stuck here… Any help?
Hi, can you write this game on AS2 ?
Sorry, I don’t write any AS2 anymore.
Dev
Hi Dev! Good work! But in my case it takes to much work to change everything into spanish (XML, FLA , AS). It is great as long as you don’t intend to addapt it to another language… I wish it would be easier and more specified information on DOCUEMENTATION !!! UDI -X
Hi. I would obviously like to customize the word search activity. I would like to place a nice background with an Egyptian theme. BUT when I try to change the size of the stage for example to 1024*768 – I just get the whole word part resizing as well blocking out my background. How do I keep the word part the same size so I can pop in my bg? Thank you in advance
Use the width = “5” height = “5” attributes in the XML file. 5 Can be any number you like.
Hen
Hi. Thanks for last comment. I am still customizing stuff. Could you tell me where the column/component to the right with all the words is situated in the library and is it placed via code. I need to move it. Thanks in advance.
Hello again. Sorry to bother you but I really can’t move the side component. You have it in the Menu or MenuRow classes. I have tried to change .x properties etc… I see you have put the tf inside a temp sprite but I tried to give the temp.x and temp.y properties a value but nothing happened. If I can’t change the position of the component this is worth nothing to me. Please could you reply. Thanks in advance.
excellent work,good luck:)
I’m trying to localize the game into french but I can’t seem to find the text for the “Game Finished” screen anywhere in the provided content how do I change this screen and the “Find words” and other text in the game?
DERP… In the library, I was expecting that text to be dynamic. Should have known.
Can’t find the documentation file?
I don’t see a documentation.pdf file in my download. I got this to work so that the puzzles submits results to the database, but I’m not sure what the point of that is? Is there a way to view the leaderboards or something? Or is this something we have to write ourselves?
I forgot to tell you, thank you for this game. I wasted $25 buying a package of puzzles on this site from another author and it turns out they don’t even generate the puzzles! As if I have time to do that myself! So I was pleased when I found yours. Great job.
Hello Devarai,
I am having a bit of issues with installing the database, I have changed the database access as instructed but it keeps giving the error message “Error during installation. Check config.inc.php”.
The database username and password are very correct I have tested it with other apps.
Below is my config.inc.php file
<?php // DNS of the database server $db_server = "localhost"; // db user $db_user = "my-database user"; // db password $db_password = "my-database user password"; // database name $db_name = "my-database"; // results table $db_table = "results"; // user table $user_table = "iptab"; // database handle $db = mysql_connect($db_server,$db_user,$db_password); // establish database connection mysql_select_db($db_name,$db); // IP blocking (40 seconds) $timestamp = 50; $timeDelay = time()-$timestamp; // user IP $user_ip = $_SERVER['REMOTE_ADDR']; ?>Please I need help with this as soon as possible. the link is already live on the internet. Please anyone else can help with this.
Thanks
Have you created the database and provided the correct name of it?