Pages: 1
Topic closed
Hi. this forum is a place to talk about new Scratch blocks and their code. i have provided some starters.
Offline
henley wrote:
pwiter wrote:
henley wrote:
In which ops you put the code doesn't matter. It was just created for organization.OK I tried that and it said, unknown variable: t1
Okay, if you REALLY REALLY REALLY REALLY want to know. I will give you the WHOLE tutorial!
Step 1: Open the system browser
Step 2: Go to the block specs
Step 3: Enter the block spec:
if in the nonsource version:Code:
('link to %s' #- #linkTo: 'http://scratch.mit.edu/')if in the source version:
Code:
('link to %s' - linkTo: 'http://scratch.mit.edu/')Step 4: Enter the code for the block in 'other ops'.
Step 5: The code being:Code:
linkTo: t1 Cursor wait showWhile: [ScratchPlugin primOpenURL: t1]Is there anything else?
Offline
Hello, you might want to look at the iTopics and other forum poses before making your own.
Look for spark's block library, as that is pretty much the same thing.
Offline
Topic closed
Pages: 1