From 6c97a347ce95052767c778255dbde06f6b1519d0 Mon Sep 17 00:00:00 2001 From: Brian Harvey Date: Wed, 1 Feb 2017 17:19:00 -0500 Subject: [PATCH] Add BUTTON block to penTrails library This is in response to a Piazza request. Uses pen trail to make a button-shaped costume with given text. --- libraries/penTrails.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/penTrails.xml b/libraries/penTrails.xml index 56daac5a..6610b106 100644 --- a/libraries/penTrails.xml +++ b/libraries/penTrails.xml @@ -1 +1 @@ -
pen trail
\ No newline at end of file +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