Discuss Scratch

MS44676
Scratcher
33 posts

Helpful Workarounds for Frequently Suggested Blocks!

if <broadcast(message1)received?> then
say [Follow MS44676!]
end
yoshifan364
Scratcher
5 posts

Helpful Workarounds for Frequently Suggested Blocks!

change [stretch x v] effect by (25)
change [stretch y v] effect by (25)
set [stretch x v] effect to (0)
set [stretch y v] effect to (0)
doctorstrange2000
Scratcher
16 posts

Helpful Workarounds for Frequently Suggested Blocks!

add blocks for doing random stuff
doctorstrange2000
Scratcher
16 posts

Helpful Workarounds for Frequently Suggested Blocks!

yoshifan364 wrote:

change [stretch x v] effect by (25)
change [stretch y v] effect by (25)
set [stretch x v] effect to (0)
set [stretch y v] effect to (0)
-RabbitWorld-
Scratcher
1000+ posts

Helpful Workarounds for Frequently Suggested Blocks!

when green flag clicked
switch costume to [((costume #) - (1)) v]

workaround of the block previous custume

♥ SDS Manager
♥ 6 Featured Studios
♥ FPC #517
♥ SWC Reviewer
-RabbitWorld-
Scratcher
1000+ posts

Helpful Workarounds for Frequently Suggested Blocks!

Aarnay3t wrote:

campioncottage wrote:

EDGE_X wrote:

Aarnay3t wrote:

I think there should be a block called
location::sensing reporter
It is supposed to say what location a Scratcher is in.
(e.g. United Kingdom, United States, France, India)

Whoops! It is supposed to be a reporter block called “location”
location block is a bad idea. many will be doxxed.

yes i am aware the scratchers location is given on their profile page, but still this is a bad idea
I agree
Yet these nations are generally very big, some even reaching over 1,000,000km², so hackers still will find it a mammoth task.
well I don't think it is a bad idea cuz it shows that on your profile

♥ SDS Manager
♥ 6 Featured Studios
♥ FPC #517
♥ SWC Reviewer
Pear-Studios
Scratcher
15 posts

Helpful Workarounds for Frequently Suggested Blocks!

If creating a clone gets too confusing, just use stamp instead!
when green flag clicked
stamp
say [Follow Pear-Studios!]
rjnjrn
Scratcher
46 posts

Helpful Workarounds for Frequently Suggested Blocks!

doctorstrange2000 wrote:

yoshifan364 wrote:

change [stretch x v] effect by (25)
change [stretch y v] effect by (25)
set [stretch x v] effect to (0)
set [stretch y v] effect to (0)
I would actually need that

when a post is made clicked
Create a signature
when I receive [hot food v]
Activate Michael Rosen mode
nice
sashynilasen
Scratcher
81 posts

Helpful Workarounds for Frequently Suggested Blocks!

how to make a square/cube root?

(√()::operators)

Last edited by sashynilasen (Nov. 29, 2021 17:51:32)



<!–DOCTYPE HTML–>
<head>
<title> Scratch </title>
<style>
p.disc {
font = 4px
}

</style>
</head>

<body>
<h1> Scratch </h1>
<p> Scratch is an online coding community. Their motto is: Imagine, Program, Share </p>
<p class=“disc”> 2021 © Scratch </p>
</body>
sashynilasen
Scratcher
81 posts

Helpful Workarounds for Frequently Suggested Blocks!

Pear-Studios wrote:

If creating a clone gets too confusing, just use stamp instead!
when green flag clicked
stamp
say [Follow Pear-Studios!][/quote]
yep I’ll sure do the second thing
*imagine begging for follows though, f4f is where it’s at*


<!–DOCTYPE HTML–>
<head>
<title> Scratch </title>
<style>
p.disc {
font = 4px
}

</style>
</head>

<body>
<h1> Scratch </h1>
<p> Scratch is an online coding community. Their motto is: Imagine, Program, Share </p>
<p class=“disc”> 2021 © Scratch </p>
</body>
MistyHH
Scratcher
100+ posts

Helpful Workarounds for Frequently Suggested Blocks!

goldenlion06 wrote:

MDCCCLXVII wrote:

RobertLewandowski3 wrote:

Paste Text (Score) 
your suggestion will get ,more attention in a separate topic
ok 1 use propper grammar 2 hes asking if there is an workaround
Not meaning to be rude, but you don't have to use proper grammar all the time, and also, you didn't either…. Just saying ;-;

P.S.
There was a block I wanted a workaround for at one time…
Well, in the meantime, what's a workaround for

<key [shift v] pressed?>

and what about /?
Griffpatch had it in Appel where you used the slash key by itself to enter code into a block. So there must be some way to do it…

Last edited by MistyHH (Nov. 30, 2021 07:26:24)


Thisisacharacteraccount!SometimesIenduppostingonthisoneanywayjust'causeIhappenedtobehereatthetime,soifyouseethisit'sprobablynotthecharacter talking.

Fun fact: When you invert the colors of the stop sign and flag, they reverse.
The green flag is red flag and red stop is green stop.


See? The corners are rounded. ezgif doesn't really do a good job on it though lol it's really hard to see.
HEY. IT'S CLEAR. HOW'D IT DO THAT?
YAAAAAY
Uhh anyway- I just FINALLY learned how to post images now so now I want to use it lots.
xD


when [location v] reaches (Scratch Discuss v) :: hat sensing
if <[cat_tap] is (looking for help v)::sensing> then
if <(thoughts of [cat_tap]::sensing) is (I have a question. v)::sensing> then
go to (Questions About Scratch v)
Make topic
end
if <(thoughts of [cat_tap]::sensing) is (I can't code. v)::sensing> then
go to (Help With Scripts v)
Make topic
end
else
if <[cat_tap] is (wanting to help v)::sensing> then
if <(thoughts of [cat_tap]::sensing) is (Maybe I can answer a few questions. v)::sensing> then
go to (Questions About Scratch v)
Search
end
if <(thoughts of [cat_tap]::sensing) is (Maybe I can code. v)::sensing> then
go to (Help With Scripts v)
Search
end
else
repeat until <(Change signature::#0066cc ring) visible?::sensing>
scroll y by (-1)::motion
end
set [mouse x v] to (Change signature::#0066cc ring)::control
click mouse::control
enter input (thoughts of [cat_tap]::sensing)::looks
end
end
define Make topic
set [mouse x v] to (New Topic::#1a8cff ring) ::control
click mouse::control
enter input (thoughts of [cat_tap]::sensing)::looks
define Search
run Google Search for (thoughts of [cat_tap]::sensing)::extension
move mouse to (Search results::extension)::control
click mouse::control
think (answer) until <i receive [Idea!!! v]::control>::looks
enter input (answer)::looks
doctorstrange2000
Scratcher
16 posts

Helpful Workarounds for Frequently Suggested Blocks!

when green flag clicked
play drum ( v) for (0.25) beats
change [3d] effect by (25)
doctorstrange2000
Scratcher
16 posts

Helpful Workarounds for Frequently Suggested Blocks!

when green flag clicked
make minecraft
dj_greener
Scratcher
100+ posts

Helpful Workarounds for Frequently Suggested Blocks!

sashynilasen wrote:

how to make a square/cube root?

(√()::operators)
([sqrt v] of () :: operators)
dj_greener
Scratcher
100+ posts

Helpful Workarounds for Frequently Suggested Blocks!

No workaround:
(report script{when green flag clicked
forever
if <Following [dj_greener]?::sensing> then

Be awesome::grey

else
Be awesome::grey
end
end}::operators)

Last edited by dj_greener (Nov. 30, 2021 11:08:11)

dj_greener
Scratcher
100+ posts

Helpful Workarounds for Frequently Suggested Blocks!

create clone of [ v]
when I start as a clone

stamp
when i start stamped ::hat :: pen // Suggested and no workaroud.
Lars12398
Scratcher
100+ posts

Helpful Workarounds for Frequently Suggested Blocks!

x position of  [ v]

y position of  [ v]

Lars12398

MY PROFILE

forum posts made: {10}

Follower Rank:##507,625 worldwide #3045 by location

DogeBoihehe
Scratcher
3 posts

Helpful Workarounds for Frequently Suggested Blocks!

Lars12398 wrote:

x position of  [ v]

y position of  [ v]

you can do that by doing this in the sprite you want:
set [ X of sprite1] to (x position)
set [ Y of sprite1] to (y position)

then you can use them like this:
when green flag clicked
forever
set x to (X of sprite1)
set y to (Y of sprite1)
end
monomial
Scratcher
32 posts

Helpful Workarounds for Frequently Suggested Blocks!

dj_greener wrote:

sashynilasen wrote:

how to make a square/cube root?

(√()::operators)
([sqrt v] of () :: operators)
cube root.

monomial: a polynomial with one term
Examples
x^3
3x
100x
10x^2
99x^33333
Cat2437
Scratcher
500+ posts

Helpful Workarounds for Frequently Suggested Blocks!

How About
<key [enter v] pressed>
say [...] for (...) secs in color [] ::looks
when key [enter v] pressed ::events hat
stop [this sprite v]
shout [...] ::looks
shout [...] for (...) secs ::looks

(My Siggy May Be Too Big… Highlight The Text And Use Ctrl+Shift+Down Arrow!)





Hello! Check Me Out!
Latest Project: Keybind System Tutorial
F4F = NO
Advertising = Games & Animations Maybe | Stuff That Includes Me = YES!

My Quote = To Accept Failure Is Not Wrong, You Can Then Learn From What Happened, And Try Again. (My Own Quote!)
Current Blocks:
when green flag clicked
if <@greenFlag clicked? ::sensing> then
broadcast [Destroy the evil kumquats! v]

Powered by DjangoBB