“Kids Puzzle Game” Documentation by “Thiago Prado from Jogos Gratis Pro” v1.0


“Kids Puzzle Game”

Created: 09/01/2016
By: Thiago Prado
Email: jogosgratispro@gmail.com

Thank you for purchasing our game. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!


Table of Contents

  1. Game Structure
  2. Change the Images
  3. Export to HTML5
  4. Upload the game to website
  5. Export to Android (Intel XDK)
  6. Sources and Credits

A) Game Structure - top

IMPORTANT: THIS GAME WAS DEVELOPED USING CONSTRUCT2 RELEASE 233.

CODE (GAME)

The code is organized in three different eventsheets. Each eventsheet has the code corresponding to a layout. The global eventsheet has code that run in all layout like the sound for example.
If you need to make changes to the code, open the eventsheet and make the changes. Always backup before you start making changes to the file.


B) Change the Images - top

This game has 4 main files you will need to change if/when you decide to change the images.

The process is the same to change any image in the game



C) Export to HTML5 - top

Here are the 3 steps necessary to export your game to HTML5:


D) Upload the game to website - top

In order to add the games to your website or blog (wordpress), you just need to create an iframe and link to the folder you uploaded the game to it. For example, if you upload the game to the folder http://www.website.com/game/mygame/, you will need to create an iframe like this:

<iframe src="http://www.website.com/game/mygame/" width="1280" height="720"></ifame>

  1. Where the SRC is the folder where you upload the game
  2. WIDTH is how wide you want the game to be in the page.
  3. HEIGHT is how tall you want the game to be in the page.


E) Export to Android (Intel XDK) - top

IMPORTANT: In order to export to Mobile, you need a Personal or Business license.

After you export the game to Cordova, you can import it using PhoneGap Build, the Intel XDK or Ludei.


F) Sources and Credits - top

Lead programmer: Thiago Prado


Once again, thank you so much for purchasing this game. As I said at the beginning, I'd be glad to help you if you have any questions relating to this game. No guarantees, but I'll do my best to assist. If you have a more general question relating to the games on Codecanyon, you might consider visiting the forums and asking your question in the "Item Discussion" section.

Go To Table of Contents