Clear() SetSpeed(fast) SetBackground(yellow) Var Fill=cm.hsla(115,1,0.5,0.6) repeat (30){ SetFillcolor(fill) repeat(15){ Forward(100) Right(360/50) } right() Fill=fill.spin(60) }