sync on : sync rate 30 : color backdrop rgb(0,0,0) : Make object cube 1,1 : make object cube 2,1 : set object smoothing 1,60 : set object smoothing 1,60 : t1=timer() : do if time >= 1000 : a = rnd(255) : b=rnd(255) : c=rnd(255) : t1=timer() : time = 0 : endif : color backdrop rgb(c-10,b-10,a-10):color object 1,rgb(a,b,c) : color object 2,rgb(a,b,c) : yrotate object 1,object angle y(1)+0.1 : yrotate object 2,object angle y(2)+0.1 : xrotate object 1,object angle x(1)+1 : xrotate object 2,object angle x(2)-1 : sync : time = timer()-t1 :LOOP
Well I was board, I know its not the greatest but it does its job pretty well

My software never has bugs, it just develops random features.
C4: silly putty for men.