|
Linkage: A string that indicates a reference to the external image (jpeg, swf) file or the library Linkage ID of the symbol to be rendered as puzzle. Sets the picLinkage property.
hRez, vRez: Numbers between 2 and 12 indicating the piece resolution of the puzzle setting the puzzleRezH and puzzleRezV properties. The result of multiplication of those two numbers gives the number of pieces the picture will be dievided. JigsawPuzzle component automatically applies the bigger number to the bigger dimension property (with or height) of the rendered picture.
eRot: A boolen indicating if rotation is enabled. If true JigsawPuzzle uses random rotations for the pieces while setting the puzzle and enables the use of space bar to rotate them. True by default.
shStyle: A string indicating the style of the shapes setting shapeStayle property. The possible values are: "classic", "oval", "square", "triangle" and "mixed". "classic" by default. (Added in v2.1).
The parameters are not required. Last set or preset parameters are used instead of ones passed as NULL. See the JigsawPuzzle.autostart property if you want to bypass this method. |