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
When flag clicked Say [hello]
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!)
walk () steps ⛏::motion
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 ::motion
[/scratchblocks]
Edit:It Glitched When I Posted It

Gonna Try [scratchblocks]walk () steps ::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
<span>walk () steps ⛏::motion</span>
Edit: nope. The span tag doesn't work for emojis
walk steps () <span>⛏</span>
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
move @greenFlag steps
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:
move @</span>turnRight steps::motion
Source:
move @</span>turnRight steps::motion
the @</span>greenFlag just made a variadic input @</span>delInput @</span>addInput :: #</a>ff00ff
[scratchblocks]
the @</span>greenFlag just made a variadic input @</span>delInput @</span>addInput :: #</a>ff00ff
[/scratchblocks]
Gonna Try [scratchblocks]
move @turnRight steps ::motion
[/scratchblocks]
Thats Fine!