diff --git a/libraries/LIBRARIES b/libraries/LIBRARIES index 967b0b72..21305700 100644 --- a/libraries/LIBRARIES +++ b/libraries/LIBRARIES @@ -8,7 +8,6 @@ word-sentence.xml Words, sentences One of the big ideas in Logo that they left o cases.xml Multi-branched conditional (switch) Like "switch" in C-like languages or "cond" in Lisp. Thanks to Nathan Dinsmore for inventing the idea of a separate block for each branch! leap-library.xml LEAP Motion controller Report hand positions from LEAP Motion controller (leapmotion.com). setrgb.xml Set RGB or HSV pen color Set or report pen color as RGB (red, blue, green) or HSV (hue, saturation, value). -penTrails.xml Save and restore pictures drawn by pen Save and restore lines drawn and costumes stamped on the stage, or make a sprite costume from saved pen trails. try-catch.xml Catch errors in a script Run a script; if an error happens, instead of stopping the script with a red halo, run another script to handle the error. Also includes a block to cause an error with a message given as input. Also includes a block to create a script variable and give it a value. multiline.xml Allow multi-line text input to a block In general, text inputs allow only a single line. The MULTILINE block accepts multi-line text input and can be used in text input slots of other blocks. Eisenbergification.xml Provide getters and setters for all GUI-controlled global settings Eisenberg's Law: Anything that can be done from the GUI should be doable from the programming language, and vice versa. diff --git a/libraries/penTrails.xml b/libraries/penTrails.xml deleted file mode 100644 index 313f11a4..00000000 --- a/libraries/penTrails.xml +++ /dev/null @@ -1 +0,0 @@ -LABEL will stamp text on the stage at the given font size. The direction of the text is the direction the sprite is facing, and color will match the pen color.
Hello!12
Make a new sprite, have it run this block to turn into a button. This will clear anything drawn on the stage.
Push me!
pen trail
\ No newline at end of file