From Scarab to batman! in 100 pics
' transformer scarab to batman.bas SmallBASIC 0.12.9 (B+=MGA) 2017-06-09
' in 100 pics
color 15, 4
for j = 3.14 to 6.28 step .0314
cls : c++ : print c, "press any...
x = 650 : x1 = x : y = 500 : f = 0
for z = 1 to 200000
f = f + j : g = f * f
x = x + cos(g) : x1 = x1 - cos(g)
y = y + sin(g) : p = z % 255
pset x, y, rgb(p, p, p)
pset x1, y, rgb(p, p,,p)
next
while len(inkey)= 0 : showpage : wend
next
pause