Discuss Scratch

96498cb
Scratcher
100+ posts

The Official Guide to the Scratchblocks Plugin

windowsvista07 wrote:

when green flag clicked
say [OOOOOOHHHMMAIIIGOOOOOOOOOOOOOOOOOOOODDD] for these next (100) year
Please do not test the scratchblocks plugin in this topic! test them here…
JQuinnproductions
Scratcher
26 posts

The Official Guide to the Scratchblocks Plugin

Create-Scratch101
Scratcher
500+ posts

The Official Guide to the Scratchblocks Plugin

JQuinnproductions wrote:

https://www.youtube.com/watch?v=PhYUREj6wZ8
Do not test YouTube links here. You are not allowed to TEST YouTube links on the forums.
Matikiscool
Scratcher
100+ posts

The Official Guide to the Scratchblocks Plugin

Deleted by Matikiscool.

Last edited by Matikiscool (Aug. 23, 2024 11:57:34)

-tnt_
Scratcher
20 posts

The Official Guide to the Scratchblocks Plugin

Hello

Last edited by -tnt_ (Aug. 24, 2024 09:55:36)

-tnt_
Scratcher
20 posts

The Official Guide to the Scratchblocks Plugin

Last edited by -tnt_ (Aug. 24, 2024 09:57:18)

-tnt_
Scratcher
20 posts

The Official Guide to the Scratchblocks Plugin

-tnt_ wrote:

when green flag clicked
forever
if <(username) < [???????]> then
pen down
forever

point towards [ v]end
A-MARIO-PLAYER
Scratcher
1000+ posts

The Official Guide to the Scratchblocks Plugin

-tnt_ wrote:

(#70)

-tnt_ wrote:

when green flag clicked
forever
if <(username) < [???????]> then
pen down
forever

point towards [ v]end
did you read the warning at the top? test scratchblocks here

also please close your [scratchblocks] tags

Last edited by A-MARIO-PLAYER (Aug. 24, 2024 11:51:02)

Rock-Joen
Scratcher
48 posts

The Official Guide to the Scratchblocks Plugin

Can you please give me the colors I can choose from? Thanks!
JQuinnproductions
Scratcher
26 posts

The Official Guide to the Scratchblocks Plugin

Create-Scratch101 wrote:

JQuinnproductions wrote:

https://www.youtube.com/watch?v=PhYUREj6wZ8
Do not test YouTube links here. You are not allowed to TEST YouTube links on the forums.
I'm not testing it I'm bypassing the link so I don't get muted for 5 minutes
arya50
Scratcher
100+ posts

The Official Guide to the Scratchblocks Plugin

han614698 wrote:

The Official Guide to the Scratchblocks Plugin
Please test out your new scratchblocks skills here, not on this topic.
Note: If you're new to the scratchblocks plugin, I highly recommend you read all of Section 1 first so you do not get confused.
Table of Contents
Other/Older Topics
Credits
@Paddle2See for giving me permission here.
@Zydrolic for an image.
@Techno-CAT for a lot of the content (completely rewritten by me).
@theonlygusti for some ideas.
@Create-Scratch101 for inspiration.
@Maximouse for working with me and several others on my main source I used.
@Gamerboy1023 for some scratchblocks text that I then didn't have to make myself.


Hi there!

Could you make a bot on scratch?
han614698
Scratcher
1000+ posts

The Official Guide to the Scratchblocks Plugin

arya50 wrote:

Hi there!

Could you make a bot on scratch?
Please create your own topic in Questions about Scratch, thanks.
-tnt_
Scratcher
20 posts

The Official Guide to the Scratchblocks Plugin

when green flag clicked
forever
if <(username) = [eyisiuma]> then
say [(^o^)]
say [hello elysiuma] for (2) secs

Last edited by -tnt_ (Aug. 28, 2024 01:03:01)

Create-Scratch101
Scratcher
500+ posts

The Official Guide to the Scratchblocks Plugin

-tnt_ wrote:

when green flag clicked
forever
if <(username) = [eyisiuma]> then
say [(^o^)]
say [hello elysiuma] for (2) secs

Please test Scratchblocks here.
josephineriel
Scratcher
29 posts

The Official Guide to the Scratchblocks Plugin

no-one has said anything in a while. did anyone check out my project?? my new discussion??
bleveru
Scratcher
20 posts

The Official Guide to the Scratchblocks Plugin

josephineriel wrote:

no-one has said anything in a while. did anyone check out my project?? my new discussion??
well some people did.
-tnt_
Scratcher
20 posts

The Official Guide to the Scratchblocks Plugin

when green flag clicked
forever
if <(username) = [yzyk-TWICE]> then


forever
go to [ v]
pen down
set pen color to [#92b086]
end
else
stop [ v]
end

Last edited by -tnt_ (Aug. 29, 2024 00:57:23)

17Domin0
Scratcher
100+ posts

The Official Guide to the Scratchblocks Plugin

han614698 wrote:

Section 3 - Advanced Syntax
SUBSECTION ONE - DEVELOPING NEW BLOCKS
Custom Coloring
To create custom coloring on a block, you must add a preset color or hex code after the block.
The preset colors available are the following:
  • motion
  • looks
  • sound
  • pen
  • variables
  • list
  • events
  • control
  • sensing
  • operators
  • custom
  • custom-arg
  • extension
  • grey
  • obsolete
cool new block::custom-arg
produces
cool new block::custom-arg
Custom Shapes
In order to create custom shapes, you have to put one of the below types of block after two colons (::).
  • hat
  • stack
  • ring
  • boolean
  • reporter
  • cap
when green flag clicked::cap 
produces
when green flag clicked::cap
Stacking Custom Colors and Blocks
If you want to have a custom shape and color of a block, you can stack the two above properties.
when project ends::grey reporter
produces
when project ends::grey reporter
Custom C
To create a custom C block, you have to use curly brackets to separate the lines.
repeat (forever v){
move (10) blocks
}and ever::control
produces
repeat (forever v){
move (10) steps
}and ever::control
SUBSECTION TWO - INSERTABLE IMAGES
Green Flag
If you want to add a Green Flag to a block, you have to type the code @greenFlag.
<@greenFlag clicked?::control>
produces
<@greenFlag clicked?::control>
Input Addition and Deletion
If you want to add the symbol to delete and add inputs to a block, you have to type the codes @delInput or @addInput.
create variable [foo] [bar] @delInput @addInput::variables
produces
create variable [foo] [bar] @delInput @addInput::variables
Loop Arrow
If you want to add a loop arrow to a block, you have to type the code @loopArrow.
if <[1]=[1]> then repeat (10){ 
. . .
} @loopArrow::control
produces
if <[1]=[1]> then repeat (10){ 
. . .
} @loopArrow::control
When you said “curly brackets” you meant braces
Syedbilal321
Scratcher
35 posts

The Official Guide to the Scratchblocks Plugin

very useful
Honey_Dreamz
Scratcher
100+ posts

The Official Guide to the Scratchblocks Plugin

This is really helping me tbh, good job on the sticky man

Powered by DjangoBB