Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Official [scratchblocks] Testing Topic 3
- k3nnch1u
-
16 posts
Official [scratchblocks] Testing Topic 3
Hey
Last edited by k3nnch1u (Sept. 13, 2020 00:24:16)
- god286
-
1000+ posts
Official [scratchblocks] Testing Topic 3
Last edited by god286 (Sept. 13, 2020 05:40:19)
- the-yacine-os-maker
-
30 posts
Official [scratchblocks] Testing Topic 3
Guys look, there's a bug with Custom C-Shape Blocks in the Scratch Blocks Plugin:
So I typed:
[scratchblocks]
forever if <[] = []> {
} @loopArrow :: control cap
[/scratchblocks]
And this is what I got:
To fix this, type:
[scratchblocks]
forever if <[] = [] :: boolean> {
} @loopArrow :: control cap
[/scratchblocks]
And you will get:
So I typed:
[scratchblocks]
forever if <[] = []> {
} @loopArrow :: control cap
[/scratchblocks]
And this is what I got:
To fix this, type:
[scratchblocks]
forever if <[] = [] :: boolean> {
} @loopArrow :: control cap
[/scratchblocks]
And you will get:
- thecatmanof7
-
86 posts
Official [scratchblocks] Testing Topic 3
when gf clicked
say
when I receive
forever
scratch.mit.edu = :: #ffc199
say
when I receive
forever
scratch.mit.edu = :: #ffc199
- thecatmanof7
-
86 posts
Official [scratchblocks] Testing Topic 3
Last edited by thecatmanof7 (Sept. 13, 2020 17:14:06)
- Vannakreach
-
100+ posts
Official [scratchblocks] Testing Topic 3
run ({create clone :: control} @addInput :: grey ring) :: control
<() @addInput :: grey ring>
say (http:// :: sensing)
((6) × (7) :: operators)
(join @delInput @addInput :: operators)
script variables ((foo) :: grey) ((bar) :: grey) @delInput @addInput :: grey
(all but first of (list) :: list)
warp {
move (10) steps
} :: grey
report :: control cap
(<> @addInput) // without even the :: grey ring
<() @addInput :: grey ring>
say (http:// :: sensing)
((6) × (7) :: operators)
(join @delInput @addInput :: operators)
script variables ((foo) :: grey) ((bar) :: grey) @delInput @addInput :: grey
(all but first of (list) :: list)
warp {
move (10) steps
} :: grey
report :: control cap
(<> @addInput) // without even the :: grey ring
- Discussion Forums
- » Help with Scripts
-
» Official [scratchblocks] Testing Topic 3