Secondi
La lancetta viene aggiornata ogni secondo Turtle.Speed=10 xc=GraphicsWindow.Width/2 yc=GraphicsWindow.Height/2 r =yc*0.8 s =Clock.Second While “true” sn=Clock.Second If(s <> sn) Then s=sn Turtle.Angle=6*s GraphicsWindow.PenColor=GraphicsWindow.GetRandomColor() Turtle.X=xc Turtle.Y=yc… Leggi tutto »Secondi