Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Official [scratchblocks] Testing Topic 9
- deck26
- Scratcher
1000+ posts
Official [scratchblocks] Testing Topic 9
Not actually Scratchblocks, just trying to work out why a certain bit of text fell foul of the filter so I couldn't post in Help with Scripts.
will send a message to
other sprites
If you join the two lines above the filter objects!
will send a message to
other sprites
If you join the two lines above the filter objects!
Last edited by deck26 (April 3, 2024 08:49:08)
- Pibby59
- Scratcher
500+ posts
Official [scratchblocks] Testing Topic 9
quote this lol
[/quote]
oh no i got scratchblocked :: motion
- 96498cb
- Scratcher
100+ posts
Official [scratchblocks] Testing Topic 9
actual board sizei cant even post a tetris board (made with scratchblocks) because "Sorry, this post appears to include unsuitable language and will not be posted."
() () () () () () () () () () :: #ffffff
() () () () () () () () () () :: #ffffff
() () () () () () () () () () :: #ffffff
() () () () () () () () () () :: #ffffff
() () () () () () () () () () :: #ffffff
() () () () () () () () () () :: #ffffff
() () () () () () () () () () :: #ffffff
() () () () () () () () () () :: #ffffff
() () () () () () () () () () :: #ffffff
() () () () () () () () () () :: #ffffff
() () () () () () () () () () :: #ffffff
() () () () () () () () () () :: #ffffff
() () () () () () () () () () :: #ffffff
() () () () () () () () () () :: #ffffff
() () () () () () () () () () :: #ffffff
() () () () () () () () () () :: #ffffff
() () () () () () () () () () :: #ffffff
() () () () () () () () () () :: #ffffff
() () () () () () () () () () :: #ffffff
() () () () () () () () () () :: #ffffff
Last edited by 96498cb (April 3, 2024 18:57:26)
- 96498cb
- Scratcher
100+ posts
Official [scratchblocks] Testing Topic 9
page 8^2
Last edited by 96498cb (April 3, 2024 19:10:11)
- trey666666666
- Scratcher
23 posts
Official [scratchblocks] Testing Topic 9
when this sprite touches (mouse pointer v) :: hat :: events
Last edited by trey666666666 (April 3, 2024 21:40:21)
- Bobmr2024
- Scratcher
100+ posts
Official [scratchblocks] Testing Topic 9
make the blocks:
and the:
and the:
for each [shared v] project by [] {
} :: cap :: // This block had a string input meant to hold the username of a Scratch user. It also had a drop-down menu with two possible arguments: Shared, which loops the code inside the block once for every project that the inputted user has shared Favorited, which loops the code once for every project that the inputted user has favorited
[title v] of project :: reporter // — This block had five possible arguments, and could return the title, description, number of love-its, number of favorites, or number of comments associated with the project currently selected by the loop block.
# of [Motion v] [move %n steps in project v] :: reporter // — This block reported how many of a specific block was used in the selected project. It could select blocks from the Motion, Looks, Sound, Pen, Data, List, Events, Control, Sensing, and Operators categories (all of the categories of Scratch 2.0 except for More Blocks).
project uses blocks in [Motion v]? :: boolean // — This block was a boolean that returned true if the selected project used at least one block from the selected category, or false otherwise.
for each Scratcher [following v] [] {
} :: cap // This block would loop through the code that it contained one time for each Scratcher either following or followed by the chosen user, depending on which input was selected in the drop-down menu.
[username v] of Scratcher :: reporter //— This block could report the username, country, or "About me" of the user selected in the current iteration of the For Each Scratcher () () block. The block was originally called
[username v] of user :: reporter //, but "user" was changed to "Scratcher" after there was some confusion about the correct usage of the block, and some Scratchers tried to use the block outside of the loop to get the username of the user viewing the project (which the block did not support). This block was then released with the username block.
total # of projects on Scratch :: reporterThese blocks returned, respectively, the total number of projects, users, and comments on Scratch.
total # of users on Scratch :: reporter
total # of comments on Scratch :: reporter
and the:
Play Note () for () Seconds
Color FX Test () :: looks
User ID :: sensing
Hide All Sprites :: looks
Forever If <> :: control
Scratch Days :: reporter sensing
Show Monitor [variable v] :: variables
Hide Monitor [variable v] :: variables
Loud? :: sensing
scroll right (10) :: motion
scroll up (10) :: motion
align scene [middle v] :: motion
x scroll :: reporter sensing
y scroll :: reporter sensing
All at Once {
} :: control
Stop All @stopSign :: cap control
Stop Script :: control
Stamp Transparent () :: pen
[say v] [] :: stack looks
[say v] [] for () Secs :: looks
Set Text [] :: looks
Set Font [plain v] Color [#000000] :: looks
Sense Color 1 [#000000] :: looks
Sense Color 2 [#000000] :: looks
Sense Color 3 [#000000] :: looks
Sense Color 4 [#000000] :: looks
Sense Color 5 [#000000] :: looks
Sense Color 6 [#000000] :: looks
Set Thresholds Hue () Sat () Bri () :: looks
Create Clone :: control
Note On () Vel () Chan () :: sound
Note Off () Chan () :: sound
Pitch Bend () Chan () :: sound
Set Controller () to () Chan () :: sound
Set Instrument to () Chan () :: sound
Turn All Notes Off :: sound
Use Java Synthesizer <> :: sound
start movie :: sound
stop movie :: sound
change seconds by (1) :: sound
set seconds to (0) :: sound
change zoom by (10) :: sound
set zoom to (100)% :: sound
change horiz. pan by (10) :: sound
set horiz. pan to (0) :: sound
change vert. pan by (10) :: sound
set vert. pan to (0) :: sound
change fade by (-10) :: sound
set fade to (100) % :: sound
set fade color to [#00FF00] :: sound
camera motion :: reporter sensing
camera direction :: reporter sensing
camera relative x :: reporter sensing
camera relative y :: reporter sensing
camera absolute x :: reporter sensing
camera absolute y :: reporter sensing
track motion :: sensing
track color :: sensing
auto calibrate red :: sensing
abs () :: reporter operators
When <> Is True :: control hat
Change Costume by () :: looks
Change Background by () :: looks
Beep :: sound
Say Nothing :: looks
Point Away From Edge :: motion
sqrt () :: reporter operators
Set Stretch to ()% :: looks
Change Stretch by () :: looks
and the:
[ v] received? :: events boolean
draw [circle v] with perimeter (100) :: pen
stop [all and press green flag v]
repeat (1) seconds {
} :: control
spawn {
} :: control
clone? :: control boolean
change by x: () y: () :: motion
glide () secs by x: () y: () :: motion
glide () secs () steps :: motion
point towards x: () y: () :: motion
distance to x: () y: () :: sensing reporter
stop ask :: sensing
ask in progress? :: sensing boolean
sprite clicked? :: sensing boolean
show all sprites :: looks
previous costume :: looks
previous backdrop :: looks
() ^ () :: reporter operators
true :: boolean operators
false :: boolean operators
[] ≠ [] :: operators boolean
[] ≥ [] :: boolean operators
[] ≤ [] :: operators boolean
if <> then [] else [] :: reporter operators
letters [] through [] of [] :: reporter operators
digit () of () :: reporter operators
round () to the nearest () :: operators reporter
[ v] effect :: looks reporter
sound ( v) playing? :: boolean sound
play sound ( v) for (1) beats :: sound
instrument :: reporter music
change item (1) of [ v] by (1) :: list
if <> forever {
} :: control
when @stopSign clicked :: hat events
<> xor <> :: boolean operators
[] is a number? :: boolean operators
shown? :: boolean looks
stop [all scripts in this sprite v]
hide all variables :: variables
- Coolsandbox
- Scratcher
100+ posts
Official [scratchblocks] Testing Topic 9
My browser / operating system: MacOS Macintosh X 10.15.7, Safari 17.3.1, No Flash version detectedMy browser / operating system: MacOS Macintosh X 10.15.7, Safari 17.3.1, No Flash version detected
when I seeMy browser / operating system: MacOS Macintosh X 10.15.7, Safari 17.3.1, No Flash version detected :: operators hat
Play and code to try out a new game! :: loop
Ended the game and try to play another :: sensing cap
- igtnathan5
- Scratcher
1000+ posts
Official [scratchblocks] Testing Topic 9
sorry FAILED LOL quote this lol
do [thing] :: motion
- theapplesguy2-1
- Scratcher
100+ posts
Official [scratchblocks] Testing Topic 9
what i would like in scratch:
exponentiation is the act of multiplying a number by itself an amount of times (aka a^b where you multiply a by itself b times, so lets say a is 2 and b is 4 so 2^4 = 2*2*2*2 = 4*4 = 16 so 2^4 = 16)
() ^ () :: operators reporter
exponentiation is the act of multiplying a number by itself an amount of times (aka a^b where you multiply a by itself b times, so lets say a is 2 and b is 4 so 2^4 = 2*2*2*2 = 4*4 = 16 so 2^4 = 16)
- champion_ofcloud-var
- Scratcher
500+ posts
Official [scratchblocks] Testing Topic 9
haquote this lol[/quote]
sorry FAILED LOL
[scratchblocks]
do [thing] :: motion
[/scratchblocks][/quote]
- igtnathan5
- Scratcher
1000+ posts
Official [scratchblocks] Testing Topic 9
quote this lol[/quote]
sorry FAILED LOL
[scratchblock]
do [thing] :: motion
ha[/quote]
ha
- champion_ofcloud-var
- Scratcher
500+ posts
Official [scratchblocks] Testing Topic 9
quote this lol[/quote]
[scratchblocks][/quote]
sorry FAILED LOL
[scratchblock]
do [thing] :: motion
[/scratchblocks][/quote]
[/scratchblocks]
[/quote][scratchblocks]
ha[/quote]
ha
[/scratchblocks][/quote]
HA
- _MAR1O_
- Scratcher
6 posts
Official [scratchblocks] Testing Topic 9
testing my signiture
move () steps
- theapplesguy2-1
- Scratcher
100+ posts
Official [scratchblocks] Testing Topic 9
oooo ocular testing my signituremove () steps
- ReFriedBeans17
- Scratcher
12 posts
Official [scratchblocks] Testing Topic 9
when green flag clicked
forever
change size by (((size) + (<touching [mousepointer v] ?> * (50))) / (3))
end
a really easy code to use in your game
((((((((((((((((RefriedBeans17))))))))))))))))