Latest OxygenBasic.zip at GitHub (Click on the Wizard)
0 Members and 1 Guest are viewing this topic.
include "ss.inc"OpenWindow 800,600,0 w = GetWidth ()/2h = GetHeight()/2 single xs = 1single ys = 1single a = 700single b = a * asingle c = 600single q,r,ysingle i,m,n,p,x,stsingle ia = 1/asingle xa While Key(27)=0Cls 0,0,0For x=0, a, xss = x * xp = sqr(b - s)st=6*ys For i=-p, p, st r = Sqr(s + i * i) /a q = (r -1) * Sin(-48 * r) y = i/3 + q * c If i=-p Then m=y n=y End If If y > m Then m = y If y < n Then n = y If m=y Or n=y Then Color 255,128,128,200 SetPixel -x/2+w+Sin(rad(xa))*40, -y/2+h+Cos(rad(xa))*20 SetPixel x/2+w+Sin(rad(xa))*40, -y/2+h+Cos(rad(xa))*20 End If NextNext xa +=10If xa >=360 Then xa = -xaSyncWendCloseWindow
Hi Aurel,We love 32Bit, don't we?