How Would You Use Scratch Blocks On Snap! Forums?

How Would You Put Scratch Blocks On The Forums?

You can't put Scratch blocks on the forums. You just right click a script and then press "Script Pic"

Okay Thanks!

You can use the [scratchblocks] bbcode tags, and then just type in scratchblocks. For example

[scratchblocks]
When flag clicked
Say [hello]
[/scratchblocks]

There's a few more weird qurks abot it, so just read this scratchblocks tutorial

Can you mark my comment as a solution?

I Knew That (Why I Asked Was Becuse I Thought I Spelled Right But I Did Not So Since I Spelled That Wrong I Thought That You Needed To Do Something Else But Thanks!)
[scratchblocks]
walk () steps :pick:::motion
[/scratchblocks]

Mark this comment as a solution...

That Glitched

You have to surround the scratchblocks tags with the <p> tags to prevent that from happening, for example

<p>[scratchblocks]
walk () steps ⛏::motion
[/scratchblocks]</p

Is

[scratchblocks] walk () steps ⛏::motion [/scratchblocks]

That way is glitchy and unreliable, you should use </span> in the middle of the tag instead.

Okay

[scratchblocks]
walk () steps :pick:::motion
[/scratchblocks]


Edit:It Glitched When I Posted It :open_mouth:

Gonna Try [scratchblocks]walk () steps :pick:::motion[/scratchblocks]
As Of Writeing This Its Glitchy

Oh, I think your problem is that you're not starting the tag on a new line
[scratchblocks]
walk () steps :pick:::motion
[/scratchblocks]

Edit: nope. The span tag doesn't work for emojis

[scratchblocks]
walk steps () :pick:
[/scratchblocks]

That only works if you're using @ symbols, but if you're using emojis, you have to use the <p> tags.

It's ot working for me. Can you give me an example?

Oh Okay I Knew How To Use The @ Symbols
[scratchblocks]
move @greenFlag steps
[/scratchblocks]
This Is More Simple On Scratch Forums (Not Trying To Be Mean)

Yeah, they should really try to fix the stuff. It makes using [scratchblocks] such a hassle.

Well, it works with the @ symbols. For example:
[scratchblocks]
move @turnRight steps::motion
[/scratchblocks]
Source:

move @</span>turnRight steps::motion

[scratchblocks]
the @greenFlag just made a variadic input @delInput @addInput :: #ff00ff
[/scratchblocks]

[scratchblocks]
the @</span>greenFlag just made a variadic input @</span>delInput @</span>addInput :: #</a>ff00ff
[/scratchblocks]

Gonna Try [scratchblocks]
move @turnRight steps ::motion
[/scratchblocks]

:open_mouth: Thats Fine!