Knobel gerade an einem UI Vector....
habe dazu einen Bild mit nur einem Pixel in die Bibliothek geladen und diesen UI_Pixel genannt...Diesen Pixel würde ich gerne ein wenig durch die Gegend schicken.
Im UI Script bin ich soweit, s.u.....funktioniert noch nicht und durch Null teilen sollte man auch nicht
😞Wer Lust hat mit zu knobeln ist eingeladen..
der return Befehl schimpft momentan !?
!UI SCRIPT=====================================
!RES ist Auflösung
RES =5 : x1 = 100 :Y1 = 1 : x2 = 10 : y2 = 35 : GOSUB "UI_Vector"
!!=================================================================
"UI_Vector":
roundx = x2-x1
roundy = y2-y1
IF roundx>roundy then round = roundx
IF roundy>roundx then round = roundy
Y1=-(Y1-200) !Setzt Nullpunkt nach unten
Y2=-(Y2-200) !Setzt Nullpunkt nach unten
for i=1 to round
UI_PICT "UI_Pixel",x1,y1,RES,RES,1
x1=x1+roundx/round
y1=y1+roundy/round
next i
return
Mac OSX - up to date
GER Archicad Full, Up to date