Discuss Scratch

Leonkghunt
Scratcher
87 posts

What Do These Do?

<[ v] contains [thing] ?>

(() mod (0))
clear graphic effects

[scratchblocks]
([ v] of (9))
[/scratchblocks]

[scratchblocks]
(join [] [world])
[/scratchblocks]

[scratchblocks]
define (Any Text)
[/scratchblocks]
I Know What Define Does But I Dont Understand It When You Put Stuff Other Then Text In It

[scratchblocks]
clear graphic effects

[/scratchblocks]

[scratchblocks]
stamp
[/scratchblocks]

I Don't Know How To Delete Text Saying Scratch Blocks

Last edited by Leonkghunt (March 24, 2021 11:52:37)

CovidMaster
Scratcher
5 posts

What Do These Do?

<[ v] contains [thing] ?>
Checks To See If A List Has A Item In It.
clear graphic effects
Makes All Color Mosaic Fisheye Whirl Brightness And Ghost Where Off.
(join [] [world])
Joins Two Text Or Values Together.
awesome-llama
Scratcher
1000+ posts

What Do These Do?

<[list v] contains [thing] ?>
This block looks through the selected list. If any of the items match the block's input (“thing” in this example), it will return true.

((5) mod (2)) // 5 divided by 2 has the remainder of 1
Outputs the remainder of a division.

clear graphic effects
Turns off all graphical effects set by the these effect blocks:
set [ v] effect to (0)
change [ v] effect by ()

([ v] of (9)::operators)
Does more complex mathematical functions like trigonometry, logarithms, exponents, etc.

(join [hello] [world])
Joins text together. This example outputs “helloworld”.

define (Any Text)
Read this: https://en.scratch-wiki.info/wiki/My_Blocks

stamp
It's for pen. It creates a pen version of the sprite. Imagine the sprite is an ink stamp. Running this block makes the ink go on to the screen.

Leonkghunt wrote:

I Don't Know How To Delete Text Saying Scratch Blocks
Just run the say block saying nothing.
say []
Dabman2392
Scratcher
100+ posts

What Do These Do?

Define can be used to in essence, put a few blocks into one, so you have the block to trigger the define block, in which makes it where you can put other things, such as custom booleans, text-number inputs, and run without screen refresh, which is kind of like turbo mode in one block.
Think of a define block like a message block on steroids that can only be used in one sprite and can not trigger things from one sprite to another.
deck26
Scratcher
1000+ posts

What Do These Do?

Try using the wiki (link below) which should explain most, if not all, of them - any missing will be because the wiki hasn't really caught up with Scratch 3.

Last edited by deck26 (March 24, 2021 12:57:18)

Powered by DjangoBB