clear ; turtle0.invisible() for (i <- 1 to 20) { runInBackground { val t = newTurtle(i*10, 0) t.left(i*10) t.circle(5+i * 3) } }