ActiveDen

Word Search Puzzle Game Multi-Language

  • Bought between 10 and 49 items
  • Has been a member for 5-6 years
rulsebas Purchased

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?

Devarai

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

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
jonyf Purchased

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.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
jonyf Purchased

Nevermind, now I get that “placeWords”... :)

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
jonyf Purchased

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?

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 1-2 years
  • Malaysia

Hi, can you write this game on AS2 ?

Devarai

Sorry, I don’t write any AS2 anymore.

Dev

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
  • Spain
udix Purchased

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

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

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

Devarai

Use the width = “5” height = “5” attributes in the XML file. 5 Can be any number you like.

Hen

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

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.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

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.

  • Exclusive Author
  • Has been a member for 1-2 years
  • Sold between 100 and 1 000 dollars

excellent work,good luck:)

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

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?

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

DERP… In the library, I was expecting that text to be dynamic. Should have known.

  • Bought between 500 and 999 items
  • Has been a member for 3-4 years

Can’t find the documentation file?

  • Bought between 500 and 999 items
  • Has been a member for 3-4 years

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?

  • Bought between 500 and 999 items
  • Has been a member for 3-4 years

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.

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years
Toscobot Purchased

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

Devarai

Have you created the database and provided the correct name of it?

by
by
by
by
by