Discuss Scratch

Ch64B
Scratcher
55 posts

How do I put Flag Symbol on a [scratchblocks]?

I want to put “green flag” on a custom [scratchblocks].
atggyha flag green flag
-ShadowOfTheFuture-
Scratcher
1000+ posts

How do I put Flag Symbol on a [scratchblocks]?

Type @greenFlag.

example: @greenFlag
KangaCoder
Scratcher
1000+ posts

How do I put Flag Symbol on a [scratchblocks]?

I'm not sure what you mean. Like put the Scratchblock for flag:
when green flag clicked

Or make a Scratchblock with a flag in it, with @greenFlag:
@greenFlag
dhfbei8987
Scratcher
1000+ posts

How do I put Flag Symbol on a [scratchblocks]?

-ShadowOfTheFuture- wrote:

Type @greenFlag.

example: @greenFlag

Idk what ur saying (edited since part of the quote was deleted, please d9nt take it seriously)

The plug-in or custom blocks in the editor?
jvvg
Scratcher
1000+ posts

How do I put Flag Symbol on a [scratchblocks]?

You can also do “when gf clicked”:
when gf clicked
mybearworld
Scratcher
1000+ posts

How do I put Flag Symbol on a [scratchblocks]?

\@greenFlag - @greenFlag :: control
\@turnRight - @turnRight :: control
\@loopArrow - @loopArrow :: control
The latter is more thought for situations like these:
repeat while <> {
} @loopArrow::control


I'm certain there is something like @addInput or @delInput, I just used it yesterday, but it doesn't work?!
CST1229
Scratcher
1000+ posts

How do I put Flag Symbol on a [scratchblocks]?

mybearworld wrote:

\@greenFlag - @greenFlag :: control
\@turnRight - @turnRight :: control
\@loopArrow - @loopArrow :: control
The latter is more thought for situations like these:
repeat while <> {
} @loopArrow::control


I'm certain there is something like @addInput or @delInput, I just used it yesterday, but it doesn't work?!
For me it works.
list [][] @delInput @addInput :: list reporter
list [][] @delInput @addInput :: list reporter

Last edited by CST1229 (April 4, 2021 11:09:37)

Chiroyce
Scratcher
1000+ posts

How do I put Flag Symbol on a [scratchblocks]?

Is it this?
when green flag clicked
Marc92020
Scratcher
1000+ posts

How do I put Flag Symbol on a [scratchblocks]?

@greenFlag
also these work too:
@turnRight
@turnLeft
@loopArrow

Powered by DjangoBB