Latest OxygenBasic.zip at GitHub (Click on the Wizard)
0 Members and 1 Guest are viewing this topic.
include "asm.inc"window 640,480,1float a,x=320,y=240,r=800,cwhile key(27)=0cls 0,0,0for a=0 to 360 step 0.5 color mod(a,128)+127,mod(a,128)+127,mod(a,128)+127 lx = sin(rad(a+c))*r ly = cos(rad(a+c))*r Ellipse x,y,lx,lynextc +=.5if c>=360 then c=-credrawwait 10wendwinExit