Und weils so schön ist:
Mit Schraffur:
3 zusätzliche Parameter erzeugen:
Name,Typ,Beschreibung:
Schraffur,fill,"Hintergrundschraffur"
StiftS,pen,"Schraffurstift"
StiftH,pen,"Hintergrundstift"
Und dann den Code im Masterskript ändern:
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">Code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">n=max(n,3)
parameters b=a
b=a
if GLOB_CONTEXT=5 then lock "b"
if Schraffur then fill Schraffur
w=360/n
v=(180-w)/2
l=sin(w)*a/2/sin(v)
hotspot2 0,0
hotspot2 -a/2,0
add2 a/2,0
rot2 180-v
for i=1 to n
if StiftS and Schraffur then
poly2_B 3,1+2+4, StiftS,StiftH, a/2*cos(v),a/2*sin(v),0, 0,0,1, l,0,0
else
line2 0,0,l,0
endif
hotspot2 0,0
add2 l,0
rot2 w
next i