This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-08-24 07:53:00

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Squeak Methods?

How do I make a block doing what the person types in? I've done this so far:

Blockspec:

('run %s' #- #do:)

Code:

do: t1
     self t1 asString.

Can you help me make this work?

Last edited by WindowsExplorer (2011-08-24 07:53:16)


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#2 2011-08-24 07:55:39

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Squeak Methods?

do this block run squeak code?


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&display=small

Offline

 

#3 2011-08-24 07:57:14

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: Squeak Methods?

no, I want a run method block.


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

Board footer