|
Linkage: A string that indicates a reference to an external image file or the library Linkage ID of the symbol to be rendered as puzlle. Sets the picLinkage property.
hRez, vRez: Nubers between 2 and 12 indicating the piece resolution of the puzle setting the puzzleRezH and puzzleRezV properties. The result of multiplication of those two numbers gives the number of pieces the picture will be devided to. SlidingPuzzle component atomaticaly applies the biger number to the bigger dimention property (with or height) of the rendered picture. The preset value is used if not passed.
auMix: A boolen indicating if the puzzle shall start mixing with the auto-calculated mix steps (5* pieceCount) immediately after start. If it's false a mixPuzzle(mixSteps) command is expected to trigger the mix. Sets the autoMix property. The preset value is used if not passed.
hStyle: A string indicating the style of the hints setting hintStayle property. The possible values are: "none" for no hints, "count" for streight count numbers and "matrix" for row - column numbers as hints. "none" by default.
The parameters are not required. Last set or preset parameters are uset insted of ones pased as NULL. See the SlidingPuzzle.autoStart and SlidingPuzzle.autoMix properties if you want to bypass this method. |