From 5de063245a54b8aef9b0d52d38acc86d1a1b9eda Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Sat, 10 Jan 2015 14:27:16 -0800 Subject: Add ask and answer blocks to the tool sprite See the screenshots for implementations but these are very simple blocks which will make basic OOP operations a bit easier until 4.1 `ask` takes in a reporter and a string and will call that reporter on the requested sprite. `tell` takes in a script and a string and runs the script on the sprite. These are sensing blocks and there are two differences from the BYOB tool sprite: * These use string and not "objects" since that doesnt exist yet. * I did not (yet) implement the "input list" versions because Im not sure they will be used as frequently, though I do think they should be in some library --- tools.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools.xml') diff --git a/tools.xml b/tools.xml index e05d7bb..1f93675 100644 --- a/tools.xml +++ b/tools.xml @@ -1 +1 @@ -
1datamapmany1data lists
1
1
110i
1
cont
catchtag
cont
catchtag
\ No newline at end of file +
1datamapmany1data lists
1
1
110i
1
cont
catchtag
cont
catchtag
\ No newline at end of file -- cgit v1.3.1