{"identifier":77229,"topic":"Properties","name":"multiple","text":"<code> set <\/code>[<code>the<\/code>]<code> multiple to <i>trueOrFalse<\/i> <br><br>\n\n <\/code>The<code> multiple <\/code>property returns or sets whether HyperCard draws multiple images when the user (or a handler) drags with a Paint tool. It corresponds to the Draw Multiple command in the Options menu (which appears when you select a Paint tool).   <br><br>\n\n The<code> multiSpace <\/code>property affects the number of multiple shapes drawn. <br>\n<br>\n The<code> multiple <\/code>property affects the Line, Rectangle, Rounded Rectangle, Oval, and Regular Polygon tools. Its default value is false. <br>\n","related":{"69837":"centered","71536":"filled","77376":"multiSpace","45965":"reset"},"examples":"set the multiple to true","demo":"<code><pre>on multipleDemo\n  setUpPaint\n  set <b>multiple<\/b> to false\n  set dragspeed to 150\n  drag from \"240,150\" to \"290,230\"\n  set <b>multiple<\/b> to true\n  drag from \"240,150\" to \"290,230\"\n  wait 25\n  domenu \"revert\"\n  choose browse tool\nend multipleDemo\non setUpPaint\n  set lineSize to 2\n  choose regular polygon tool\n  set polysides to 4\n  show card picture\n  set centered to true\n  set filled to false\n  set grid to false\n  set multiSpace to 5\nend setUpPaint<\/pre><\/code>\n ","debug":{"9":["\rset [the] multiple "],"10":["\rThe multiple proper"]}}