Puzzle Maker Applet.

Drag and drop pieces to solve this puzzle.

NAME:

Description:

AUTHOR
"Virtual_Max (http://come.to/vmax)"
Obligatory parameter, Don't change!
IMAGE Source image URL.
ROWS Number of rows.
COLS Number of colomns.
BGCOLOR Colors for background and for text messages. Integer value in hexadecimal format without radix symbol. VALUE="rrggbb". Optional parameters.
TEXTCOLOR
LINK URL to be opened when puzzle will be solved. Optional. Unregistered applet will always connect to MY pages
TARGET Target window to open HTML document. Optional.One can use one of the following:
  • "_top"
  • "_self"
  • "_blank"
  • "_parent"
  • or windowname for named window.
KEY Encrypted KEY for this applet. Obligatory. For free use one can use "Free Version", note that Free Version will always link MY pages instead of LINK parameter, if you would like to use this applet with your own LINK parameter, please, follow registration instructions.

Applet hosting example:

<APPLET CODEBASE=./
        CODE=puzzlemaker.class 
        WIDTH=320 
        HEIGHT=240>
<PARAM NAME="AUTHOR" VALUE="Virtual_Max (http://come.to/vmax)">
<PARAM NAME="IMAGE" VALUE="vmcafemap.gif">
<PARAM NAME="KEY" VALUE="Free Version">
<PARAM NAME="ROWS" VALUE="6">
<PARAM NAME="COLS" VALUE="8">
<PARAM NAME="BGCOLOR" VALUE="000080">
<PARAM NAME="TEXTCOLOR" VALUE="00ff00">
<PARAM NAME="LINK" VALUE="license.html">
<PARAM NAME="TARGET" VALUE="_blank">

Applet width and height should match exactly to your image sizes and fit an integer number of ROWS and COLS.