Laufmaschine

Aus Wiki1

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 9: Zeile 9:
var ca = brd.create('circle',[p0,15],{visible:false});
var ca = brd.create('circle',[p0,15],{visible:false});
     p2 = brd.create('glider',[0,15,ca], {name:'Diesen Punkt ziehen', size:4, strokeColor:"red", fillColor:"red"}),
     p2 = brd.create('glider',[0,15,ca], {name:'Diesen Punkt ziehen', size:4, strokeColor:"red", fillColor:"red"}),
-
     d3 = brd.create('segment', [p0, p2], {withLabel:true, name:'m', strokeColor:"#BDBDBD"}),
+
     d3 = brd.create('segment', [p0, p2], {visible:false}),
     c2 = brd.create('circle',[p2,50],{visible:false}),
     c2 = brd.create('circle',[p2,50],{visible:false}),
     p3 = brd.create('intersection', [c1, c2, 1], {withLabel:false, size:1, strokeColor:"#A4A4A4", fillColor:"#A4A4A4"}),
     p3 = brd.create('intersection', [c1, c2, 1], {withLabel:false, size:1, strokeColor:"#A4A4A4", fillColor:"#A4A4A4"}),
Zeile 17: Zeile 17:
     c4 = brd.create('circle',[p1,40.1],{visible:false}),
     c4 = brd.create('circle',[p1,40.1],{visible:false}),
     p4 = brd.create('intersection', [c3, c4, 0], {withLabel:false, size:1, strokeColor:"#A4A4A4", fillColor:"#A4A4A4"}),
     p4 = brd.create('intersection', [c3, c4, 0], {withLabel:false, size:1, strokeColor:"#A4A4A4", fillColor:"#A4A4A4"}),
-
     b3 = brd.create('segment', [p3, p4], {withLabel:true, name:'e'}),
+
     b3 = brd.create('segment', [p3, p4], {visible:false}),
-
     b4 = brd.create('segment', [p1, p4], {withLabel:true, name:'d'}),
+
     b4 = brd.create('segment', [p1, p4], {visible:false}),
     c5 = brd.create('circle',[p1,39.3],{visible:false}),
     c5 = brd.create('circle',[p1,39.3],{visible:false}),
     c6 = brd.create('circle',[p2,61.9],{visible:false}),
     c6 = brd.create('circle',[p2,61.9],{visible:false}),
Zeile 33: Zeile 33:
     p7 = brd.create('intersection', [c9, c10, 1], {withLabel:false, size:1, fillColor:"red", trace:true}),
     p7 = brd.create('intersection', [c9, c10, 1], {withLabel:false, size:1, fillColor:"red", trace:true}),
     b9 = brd.create('segment', [p5, p7], {withLabel:true, name:'i'}),
     b9 = brd.create('segment', [p5, p7], {withLabel:true, name:'i'}),
-
     b10= brd.create('segment', [p6, p7], {withLabel:true, name:'h'}),
+
     b10= brd.create('segment', [p6, p7], {visible:false}),
     p8 = brd.create('point', [-180,-93], {withLabel:false, fixed:true, size:3, strokeColor:"white", fillColor:"white"}),
     p8 = brd.create('point', [-180,-93], {withLabel:false, fixed:true, size:3, strokeColor:"white", fillColor:"white"}),
     p9 = brd.create('point', [180,-93], {withLabel:false, fixed:true, size:3, strokeColor:"white", fillColor:"white"}),
     p9 = brd.create('point', [180,-93], {withLabel:false, fixed:true, size:3, strokeColor:"white", fillColor:"white"}),

Version vom 09:07, 6. Okt. 2017

Persönliche Werkzeuge