sfx(1)for c=0,30 do poke(16335+c,215)end function TIC()cls()for i=0,1e4 do X=0Y=0s=60r=i t=time()/1e4while s>1 do X,Y=Y+s*math.sin(r+t),X+s*math.cos(r+t)r=r*5s=s/(2+i/8%2)end U=X+120V=Y+68G=pix(U,V)if G<15then pix(U,V,G+1)end end print"Merry Christmas"end