Rotation Puzzle
This Page is here to demonstrate how to set up the applet.
The parameters used are as follows:
- image - the image file to use
- piece_width - the width of individual puzzle pieces
- piece_height - the height of individual puzzle pieces
- grid - value of "on" or "off". Draws box around pieces
- color_correct - the color to use for correct borders
- color_incorrect - the color to use for incorrect borders
- color_select - the color to use for the currently selected piece
- animation - animation has one of three values none slow fast
Note that colors use the following format #RRGGBB all seven characters
must be present. RR is the hexadecimal red value, the GG is the hexadecimal
green value and BB is the hexadecimal blue value.