@@ -219,7 +219,7 @@ changes direction, to change the color of a spiral [RUN LIVE](https://turtle.sug
219219
220220"Squiral" by Brian Silverman uses the * Heading* and * X* parameter
221221blocks. [ RUN
222- LIVE] ( https://turtle.sugarlabs.org/ index.html?id=1523044463956129 &run=True )
222+ LIVE] ( https://walterbender.github.io/musicblocks/ index.html?id=1523410445476847 &run=True )
223223
224224<img src =' https://rawgithub.com/sugarlabs/turtleblocksjs/master/guide/parameters3.svg ' />
225225
@@ -249,7 +249,7 @@ and not.
249249
250250<img src =' https://rawgithub.com/sugarlabs/turtleblocksjs/master/guide/conditionals1.svg ' />
251251
252- Using a conditonal to select a color: Once the heading > 179, the
252+ Using a conditional to select a color: Once the heading > 179, the
253253color changes. [ RUN
254254LIVE] ( https://turtle.sugarlabs.org/index.html?id=1523370501577900&run=True )
255255
@@ -361,7 +361,7 @@ paint program, they become deeply engaged. How will you modify paint?
361361<img src =' https://rawgithub.com/sugarlabs/turtleblocksjs/master/guide/paint1.svg ' />
362362
363363In its simplest form, paint is just a matter of moving the turtle to
364- whereever the mouse is positioned. [ RUN
364+ wherever the mouse is positioned. [ RUN
365365LIVE] ( https://turtle.sugarlabs.org/index.html?id=1523371509276932&run=True )
366366
367367<img src =' https://rawgithub.com/sugarlabs/turtleblocksjs/master/guide/paint2.svg ' />
@@ -423,7 +423,7 @@ LIVE](https://turtle.sugarlabs.org/index.html?id=1523377203344616&run=True)
423423
424424<img src =' https://rawgithub.com/sugarlabs/turtleblocksjs/master/guide/turtles2.svg ' />
425425
426- Custom graphics can be applied to the turtles, using the * Shell* block
426+ Custom graphics can be applied to the turtles, using the * Shell* block
427427on the * Media* palette. Thus you can treat turtles as sprites that can
428428be moved around the screen. In this example, the sprite changes back
429429and forth between two states as it moves across the screen. [ RUN
@@ -477,7 +477,7 @@ LIVE](https://turtle.sugarlabs.org/index.html?id=1523382801625028&run=True)
477477Example: Fibonacci
478478------------------
479479
480- Calculating the Fibonacci sequence is often done using a resursive
480+ Calculating the Fibonacci sequence is often done using a recursive
481481method. In the example below, we pass an argument to the * Fib* action,
482482which returns a value if the argument is < ; 2; otherwise it returns
483483the sum of the result of calling the * Fib* action with argument - 1 and
@@ -518,7 +518,7 @@ specify it explicitly. (Note that the *Do* block affords a similar
518518mechanism for computing the names of actions.)
519519
520520In the following examples, we use this to accumulate the results of
521- toss a pair of dice 100 times (example inspired by Tony Forster).
521+ toss a pair of dice 1600 times (example inspired by Tony Forster).
522522
523523<img src =' https://rawgithub.com/sugarlabs/turtleblocksjs/master/guide/boxes4.svg ' />
524524
@@ -529,7 +529,7 @@ of the current value in the counter and store in that box a value of
529529
530530<img src =' https://rawgithub.com/sugarlabs/turtleblocksjs/master/guide/boxes5.svg ' />
531531
532- Next we add an * Action* to toss the dice 100 times. To simulate tossing
532+ Next we add an * Action* to toss the dice 1600 times. To simulate tossing
533533a pair of dice, we sum two random numbers between 1 and 6. We use the
534534result as the name of the box we want to increment. So for example, if
535535we throw a 7, we add one to the * Box* named 7. In this way we increment
@@ -679,7 +679,7 @@ color).
679679
680680A note about Chroma: In the Munsell system, the maximum chroma of
681681each hue varies with value. To simplify the model, if the chroma
682- specified is greated than the maximum chroma available for a hue/value
682+ specified is greater than the maximum chroma available for a hue/value
683683pair, the maximum chroma available is used.
684684
685685The * Set Color* block maps the three dimensions of the Munsell color
0 commit comments