Discuss Scratch

Poketale_0223
Scratcher
65 posts

Official [scratchblocks] testing topic

repeat until received (Scratch is a lie)
Dance
end

Last edited by Poketale_0223 (Aug. 3, 2017 21:06:53)

78ch3
Scratcher
1000+ posts

Official [scratchblocks] testing topic

Poketale_0223 wrote:

say
Please don't spam.
78ch3
Scratcher
1000+ posts

Official [scratchblocks] testing topic

Poketale_0223 wrote:

repeat until received (Scratch is a lie)
Dance
end
Please don't spam. It is not nice to spam one somebody's topic. If you want to spam, you will receive an alert of even a ban.
I'd love it if you didn't spam, because that is what you have been doing to my topics lately.
Millie_S
Scratcher
79 posts

Official [scratchblocks] testing topic

infinity::operators reporter
[]::operators reporter
<>xor<>::operators boolean
using full screen?::sensing boolean
time since [message1 v] received::events reporter
New Scratcher?::sensing boolean
@delInput @addInput
//@delInput @addInput
user agent::sensing reporter
[language v] of [hello]::operators reporter
(example block::stack)::ring operators
[population v] of [china v]::sensing reporter
definitions of [hello]::sensing reporter
[location v] of [US v] phone [123-456-7890] according to [service goes here v]::sensing reporter
//Don't add this block!
once upon a time, ([John] was [shopping])
Charles12310
Scratcher
1000+ posts

Official [scratchblocks] testing topic

78ch3 wrote:

Charles12310 wrote:

78ch3 wrote:

Some interesting blocks:
run (move (10) steps :: motion stack) if <touching color [#ff0000]> :: control // runs the block inside it if Boolean condition is true

forever once <touching color [#ff8000]::sensing> {...} :: control c-end // runs forever once the Boolean condition is true

(set ([x position v] of [Example Sprite v]) to (10):: operators)
// sets the value of the reporter inserted to the number or value of another inserted reporter on the right

draw text [hello] :: pen // draws text in the box from the sprite's position

draw picture [illuminati v] :: pen // draws the selected picture using the correct colours. You can also make custom pics
This is edited daily!


For the first one:
if <touching color [#ff0000]> :: control
move (10) steps
end
Actually, the first block conserves space. If you clicked the insert, it would allow you to put multiple blocks in while only seeing one.
Other than that, please close your BBcode tags.
But it wouldn't really be necessary. Besides, if this was a suggestion, I doubt Scratch Team would add a hacked blocks for inserting blocks into inputs.
Charles12310
Scratcher
1000+ posts

Official [scratchblocks] testing topic

<user is [Scratcher v]? :: sensing >

<user is [New Scratcher v]? :: sensing >

<user is in See Inside? :: sensing >

<user is using fullscreen? :: sensing >

<user [] has viewed this project? :: sensing >

<user [] has [loved v] this project? :: sensing >

<user [] has [favorited v] this project? :: sensing >

shout [abc v] :: sound

while shout [abc v] {
} :: sound

(root () of () :: operators )

(()^() :: operators )

(()^ 2 :: operators )

(()^ 3 :: operators )

(day of month :: sensing : )

Last edited by Charles12310 (Aug. 5, 2017 03:59:05)

dogeiscut
Scratcher
500+ posts

Official [scratchblocks] testing topic

78ch3 wrote:

antarticapenguins wrote:

HELLO SCRATCH!
when green flag clicked
change [color v] effect by (25)
Please don't spam.
PLEASE SHUT UP
Charles12310
Scratcher
1000+ posts

Official [scratchblocks] testing topic

dogeiscut wrote:

78ch3 wrote:

antarticapenguins wrote:

HELLO SCRATCH!
when green flag clicked
change [color v] effect by (25)
Please don't spam.
PLEASE SHUT UP
WOAH, WHAT?

say [Everyone, STOP!]

Millie_S
Scratcher
79 posts

Official [scratchblocks] testing topic

user has [photosensitive epilepsy v]?::sensing boolean
connected to the Internet?::sensing boolean
user [talked to Siri v] at 3am?::sensing boolean
[country v] of user::sensing reporter
//also with language option
window.location.[href v]::sensing reporter
//this is a feature in JavaScript
window.[]::sensing reporter
window.[]::sensing
(((example block::stack)::ring)::ring)::ring
lorem ipsum::operators reporter
define example (::stack)

set cursor to [costume1 v]::looks
Poketale_0223
Scratcher
65 posts

Official [scratchblocks] testing topic

78ch3 wrote:

Poketale_0223 wrote:

say
Please don't spam.
sorry i didnt mean to spam i was making a colored object but it failed XD
Poketale_0223
Scratcher
65 posts

Official [scratchblocks] testing topic

play sound [ v] until message <> was received


I think this can be

repeat until <>
play sound [ v]
end

but it will be much easier to make the block combination than that (even though its super simple XD) because new players wont know what to do so they will find the easiest way to make objects work

Last edited by Poketale_0223 (Aug. 4, 2017 02:56:52)

Poketale_0223
Scratcher
65 posts

Official [scratchblocks] testing topic

another thing is
when green flag clicked
forever
if <key [space v] pressed?> then
repeat until <key [space v] pressed?>
make [computer v] draw [straight line v] [90] degrees facing [Northwest] for [1] seconds
end

end
end

i dont know how this will be used but ill let anyone reading this tell me

Last edited by Poketale_0223 (Aug. 4, 2017 03:02:57)

Charles12310
Scratcher
1000+ posts

Official [scratchblocks] testing topic

Charles12310 wrote:

<user is [Scratcher v]? :: sensing >

<user is [New Scratcher v]? :: sensing >

<user is in See Inside? :: sensing >

<user is using fullscreen? :: sensing >

<user [] has viewed this project? :: sensing >

<user [] has [loved v] this project? :: sensing >

<user [] has [favorited v] this project? :: sensing >

shout [abc v] :: sound

while shout [abc v] {
} :: sound

(root () of () :: operators )

(()^() :: operators )

(()^ 2 :: operators )

(()^ 3 :: operators )

(day of year :: sensing : )
<I receive [broadcast v] and <> :: events >

<I receive [broadcast v] or <> :: events >

<I did not receive [broadcast v] :: events >

forever if I receive [broadcast v] {
} :: events :: cap

(if <> then [] else [] :: operators )

(# of active users :: sensing )

(# of all users on Scratch :: sensing )

([days v] since [] :: sensing )

([days v] since [] to [] :: sensing )

<key [space v] and [a v] pressed? :: sensing >

<key [space v] or [a v] pressed? :: sensing >

(letters () to () of [] :: operators )

([] contains []? :: operators )
jctag
Scratcher
100+ posts

Official [scratchblocks] testing topic

Just wondering, what is all this kumquat stuff about? what even is a kumquat?
jctag
Scratcher
100+ posts

Official [scratchblocks] testing topic

78ch3 wrote:

Poketale_0223 wrote:

repeat until received (Scratch is a lie)
Dance
end
Please don't spam. It is not nice to spam one somebody's topic. If you want to spam, you will receive an alert of even a ban.
I'd love it if you didn't spam, because that is what you have been doing to my topics lately.
Since you are telling everybody in the world to stop spamming, what is considered spam? Because I don't know

Last edited by jctag (Aug. 4, 2017 15:44:53)

jctag
Scratcher
100+ posts

Official [scratchblocks] testing topic

I want to make some interesting blocks. This will be edited with them when i get time.
When I get [time v] :: hat
This post will be [made v]
Poketale_0223
Scratcher
65 posts

Official [scratchblocks] testing topic

jctag wrote:

78ch3 wrote:

Poketale_0223 wrote:

repeat until received (Scratch is a lie)
Dance
end
Please don't spam. It is not nice to spam one somebody's topic. If you want to spam, you will receive an alert of even a ban.
I'd love it if you didn't spam, because that is what you have been doing to my topics lately.
Since you are telling everybody in the world to stop spamming, what is considered spam? Because I don't know
i dont spam though and everyone is saying i spam but i dont.

Last edited by Poketale_0223 (Aug. 4, 2017 18:38:35)

Poketale_0223
Scratcher
65 posts

Official [scratchblocks] testing topic

when people stop accusing me for spam
be [happy v]
Poketale_0223
Scratcher
65 posts

Official [scratchblocks] testing topic

Poketale_0223 wrote:

when people stop accusing me for spam
be [happy v]
no offence 78ch3 but you are always accusing me for spam and i dont understand. Also you tell this to EVERYBODY so does that mean YOU are spamming?
jctag
Scratcher
100+ posts

Official [scratchblocks] testing topic

Poketale_0223 wrote:

Poketale_0223 wrote:

when people stop accusing me for spam
be [happy v]
no offence 78ch3 but you are always accusing me for spam and i dont understand. Also you tell this to EVERYBODY so does that mean YOU are spamming?
yeah… but he is the creator so you could get reported…

Powered by DjangoBB