From b34eb4723bde739eed00c9595192aa5325808592 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 19 Jul 2012 19:14:45 +0000 Subject: cleaned up examples --- (limited to 'samples/graphics-shades.ta') diff --git a/samples/graphics-shades.ta b/samples/graphics-shades.ta index 5d22692..68732fc 100644 --- a/samples/graphics-shades.ta +++ b/samples/graphics-shades.ta @@ -1 +1,46 @@ -[[0, "clean", 176, 221, [16, 1]], [1, "setpensize", 176, 255, [0, 2, 3]], [2, ["number", 15], 278, 255, [1, null]], [3, "storeinbox1", 176, 297, [1, 4, 5]], [4, ["number", 6200], 294, 297, [3, null]], [5, "repeat", 176, 339, [3, 6, 7, null]], [6, ["number", 6200], 227, 339, [5, null]], [7, "storeinbox2", 241, 399, [5, 23, 32]], [8, "setshade", 241, 475, [32, 17, 33]], [9, "forward", 241, 551, [33, 26, 34]], [10, "back", 241, 627, [34, 29, 35]], [11, "right", 241, 703, [35, 12, 13]], [12, ["number", 1], 299, 703, [11, null]], [13, "storeinbox1", 241, 745, [11, 20, 36]], [14, "setcolor", 241, 821, [36, 15, null]], [15, "box1", 318, 821, [14, null]], [16, ["start", 2.0], 176, 179, [null, 0]], [17, ["minus2", 0], 326, 475, [8, 18, 19]], [18, ["number", 100], 380, 475, [17, null]], [19, "box2", 404, 517, [17, null]], [20, ["minus2", 0], 359, 745, [13, 21, 22]], [21, "box1", 413, 745, [20, null]], [22, ["number", 1], 437, 787, [20, null]], [23, ["division2", 0], 359, 399, [7, 24, 25]], [24, "box1", 413, 399, [23, null]], [25, ["number", 50], 437, 441, [23, null]], [26, ["division2", 0], 312, 551, [9, 27, 28]], [27, "box1", 366, 551, [26, null]], [28, ["number", 8], 390, 593, [26, null]], [29, ["division2", 0], 299, 627, [10, 30, 31]], [30, "box1", 353, 627, [29, null]], [31, ["number", 8], 377, 669, [29, null]], [32, ["vspace", 0], 241, 441, [7, 8]], [33, ["vspace", 0], 241, 517, [8, 9]], [34, ["vspace", 0], 241, 593, [9, 10]], [35, ["vspace", 0], 241, 669, [10, 11]], [36, ["vspace", 0], 241, 787, [13, 14]]] \ No newline at end of file +[[0, "clean", 176, 221, [12, 1]], +[1, "setpensize", 176, 263, [0, 2, 28]], +[2, ["number", 15], 277, 263, [1, null]], +[3, ["number", 6200.0], 271, 347, [28, null]], +[4, "repeat", 176, 389, [28, 5, 40, null]], +[5, ["number", 6200], 227, 389, [4, null]], +[6, "setshade", 241, 575, [23, 13, 24]], +[7, "forward", 241, 659, [24, 19, 25]], +[8, "back", 241, 743, [25, 21, 26]], +[9, "right", 241, 827, [26, 10, 42]], +[10, ["number", 1], 313, 827, [9, null]], +[11, "setcolor", 241, 995, [27, 32, null]], +[12, ["start", 2.0], 176, 179, [null, 0]], +[13, ["minus2", 0], 319, 575, [6, 14, 44]], +[14, ["number", 100], 373, 575, [13, null]], +[15, ["minus2", 0], 336, 911, [42, 34, 16]], +[16, ["number", 1], 414, 953, [15, null]], +[17, ["division2", 0], 336, 491, [40, 38, 18]], +[18, ["number", 50], 414, 533, [17, null]], +[19, ["division2", 0], 315, 659, [7, 36, 20]], +[20, ["number", 8], 393, 701, [19, null]], +[21, ["division2", 0], 299, 743, [8, 30, 22]], +[22, ["number", 8], 377, 785, [21, null]], +[23, ["vspace", 0], 241, 533, [40, 6]], +[24, ["vspace", 0], 241, 617, [6, 7]], +[25, ["vspace", 0], 241, 701, [7, 8]], +[26, ["vspace", 0], 241, 785, [8, 9]], +[27, ["vspace", 0], 241, 953, [42, 11]], +[28, ["storein", 0], 176, 305, [1, 29, 3, 4]], +[29, ["string", "my box 1"], 271, 305, [28, null]], +[30, "box", 353, 743, [21, 31, null]], +[31, ["string", "my box 1"], 408, 743, [30, null]], +[32, "box", 322, 995, [11, 33, null]], +[33, ["string", "my box 1"], 377, 995, [32, null]], +[34, "box", 390, 911, [15, 35, null]], +[35, ["string", "my box 1"], 445, 911, [34, null]], +[36, "box", 369, 659, [19, 37, null]], +[37, ["string", "my box 1"], 424, 659, [36, null]], +[38, "box", 390, 491, [17, 39, null]], +[39, ["string", "my box 1"], 445, 491, [38, null]], +[40, ["storein", 0], 241, 449, [4, 41, 17, 23]], +[41, ["string", "my box 2"], 336, 449, [40, null]], +[42, ["storein", 0], 241, 869, [9, 43, 15, 27]], +[43, ["string", "my box 1"], 336, 869, [42, null]], +[44, "box", 397, 617, [13, 45, null]], +[45, ["string", "my box 2"], 452, 617, [44, null]]] -- cgit v0.9.1