Discuss Scratch

no8pupil
Scratcher
72 posts

Workarounds to frequently suggested blocks

Lukesstitch wrote:

Workaround to
<this sprite clicked? ::control>
block:
<<mouse down?> and <touching [mouse pointer v] ?>>

A more ‘less’ complex method:
when this sprite clicked
or alternatively:
<mouse down?>
BTW how do you add a little… thing underneath your post. Like 12349999eeeeeee9S99.

like::control hat
heart::motion
follow::list
likes (bbc (alba::stack events)::stack motion)::pen
loves the IPA::operators
friendly::cap
no8pupil
Scratcher
72 posts

Workarounds to frequently suggested blocks

Computer_Fizz wrote:

List :: list hat
No list blocks yet
What about these:
1:
if [list v] have [thing] {

}::list
2:
add number (1) to (10) to [list v]::list // 1=min 10=max
Workarounds
1:
when green flag clicked
forever
if <[list v] contains [thing] ?> then
...
end
end
2:
when green flag clicked
add (pick random (number::grey) to (max::grey)) to [list v]

Last edited by no8pupil (Dec. 22, 2019 19:41:27)


like::control hat
heart::motion
follow::list
likes (bbc (alba::stack events)::stack motion)::pen
loves the IPA::operators
friendly::cap
PixelYoshi
Scratcher
100+ posts

Workarounds to frequently suggested blocks

no8pupil wrote:

BTW how do you add a little… thing underneath your post. Like 12349999eeeeeee9S99.
look at number 29 here. also, stay on topic please.
no8pupil
Scratcher
72 posts

Workarounds to frequently suggested blocks

Suggested blocks:
1
if not <> {

}::control
2
clear all variables::variables
Workarounds:
1:
if <not <...>> then
...
end
2a:
set [variable v] to [] //copy this if you have more than 1 variable
2b:
forever {
set (pick random (1) to (infinity)) to []
}::control

like::control hat
heart::motion
follow::list
likes (bbc (alba::stack events)::stack motion)::pen
loves the IPA::operators
friendly::cap
Nambaseking01
Scratcher
1000+ posts

Workarounds to frequently suggested blocks

I see that a lot of people are suggesting workarounds for many, many, blocks. If it goes like this, this topic will be the infinite list of doom.

The title says this topic has workarounds to frequently suggested blocks. Almost none of the workaround that are being suggested by other users have been frequently suggested.

Last edited by Nambaseking01 (Dec. 23, 2019 11:51:22)


Hey there! My name is Nammy. I'm a male Forum Helper and Scratch Wiki Editor.
Profile | Test Account | Talk with me here! | Griffpatch is quitting Scratch?!
Computer_Fizz
Scratcher
100+ posts

Workarounds to frequently suggested blocks

Nambaseking01 wrote:

I see that a lot of people are suggesting workarounds for many, many, blocks. If it goes like this, this topic will be the infinite list of doom.

The title says this topic has workarounds to frequently suggested blocks. Almost none of the workaround that are being suggested by other users have been frequently suggested.
So far I've ignored such posts. But I am considering converting this thread into some other form, like a scratch project or something hosted on Lefty's website (talking to him privately about that).
Beamy68
Scratcher
100+ posts

Workarounds to frequently suggested blocks

Computer_Fizz wrote:

Nambaseking01 wrote:

I see that a lot of people are suggesting workarounds for many, many, blocks. If it goes like this, this topic will be the infinite list of doom.

The title says this topic has workarounds to frequently suggested blocks. Almost none of the workaround that are being suggested by other users have been frequently suggested.
So far I've ignored such posts. But I am considering converting this thread into some other form, like a scratch project or something hosted on Lefty's website (talking to him privately about that).
NOOOOOOOOOO I love this form, it helps me find workarounds for blocks I've been looking for.

Last edited by Beamy68 (Dec. 24, 2019 01:29:42)


Post Goal:


Motion::motion
Looks::looks
Sound::sound
Pen::pen
Events::events
Control::control
Sensing::sensing
Operators::operators
Variables::variables
List::list
More Blocks::custom
bemy
Computer_Fizz
Scratcher
100+ posts

Workarounds to frequently suggested blocks

Beamy68 wrote:

Computer_Fizz wrote:

Nambaseking01 wrote:

I see that a lot of people are suggesting workarounds for many, many, blocks. If it goes like this, this topic will be the infinite list of doom.

The title says this topic has workarounds to frequently suggested blocks. Almost none of the workaround that are being suggested by other users have been frequently suggested.
So far I've ignored such posts. But I am considering converting this thread into some other form, like a scratch project or something hosted on Lefty's website (talking to him privately about that).
NOOOOOOOOOO I love this form, it helps me find workarounds for blocks I've been looking for.
Well, what do you particularly like about it? Because as a creator I find it very limited.
Nambaseking01
Scratcher
1000+ posts

Workarounds to frequently suggested blocks

Computer_Fizz wrote:

So far I've ignored such posts. But I am considering converting this thread into some other form, like a scratch project or something hosted on Lefty's website (talking to him privately about that).

Yeah, because the 200K limit…

Hey there! My name is Nammy. I'm a male Forum Helper and Scratch Wiki Editor.
Profile | Test Account | Talk with me here! | Griffpatch is quitting Scratch?!
45afc4td
Scratcher
100+ posts

Workarounds to frequently suggested blocks

(32\-bit()::operators)

(([floor v] of ()) mod (4294967296))

(32\-bit()\+\ 32\-bit()::operators)

(((([floor v] of ()) mod (4294967296)) \+ (([floor v] of ()) mod (4294967296))) mod (4294967296))

(32\-bit()\-\ 32\-bit()::operators)

(((([floor v] of ()) mod (4294967296)) \+ (([floor v] of ()) mod (4294967296))) mod (4294967296))
Nambaseking01
Scratcher
1000+ posts

Workarounds to frequently suggested blocks

45afc4td wrote:

(32\-bit()::operators)

(([floor v] of ()) mod (4294967296))

(32\-bit()\+\ 32\-bit()::operators)

(((([floor v] of ()) mod (4294967296)) \+ (([floor v] of ()) mod (4294967296))) mod (4294967296))

(32\-bit()\-\ 32\-bit()::operators)

(((([floor v] of ()) mod (4294967296)) \+ (([floor v] of ()) mod (4294967296))) mod (4294967296))

This isn't even a frequently suggested block and the title indicates that the list is for them! …

Hey there! My name is Nammy. I'm a male Forum Helper and Scratch Wiki Editor.
Profile | Test Account | Talk with me here! | Griffpatch is quitting Scratch?!
Sada4907
Scratcher
7 posts

Workarounds to frequently suggested blocks

Hi. Is there a possible way to get
(pick random (1) to (10))
as a workaround for an actual block like
Pick random from (1) to (10)

Last edited by Sada4907 (Dec. 24, 2019 10:46:52)

WindOctahedron
Scratcher
1000+ posts

Workarounds to frequently suggested blocks

Sada4907 wrote:

Hi. Is there a possible way to get
(pick random (1) to (10))
as a workaround for an actual block like
Pick random from (1) to (10)
set [variable v] to (pick random (1) to (10))
See?

The message above may contain wrong information, rude remarks, or something embarrassing to my current self. In this case, please ignore it and remember that I likely wrote it back when I didn't know what “respect” truly meant. I really hate thinking about it again.
45afc4td
Scratcher
100+ posts

Workarounds to frequently suggested blocks

Nambaseking01 wrote:

45afc4td wrote:

(32\-bit()::operators)

(([floor v] of ()) mod (4294967296))

(32\-bit()\+\ 32\-bit()::operators)

(((([floor v] of ()) mod (4294967296)) \+ (([floor v] of ()) mod (4294967296))) mod (4294967296))

(32\-bit()\-\ 32\-bit()::operators)

(((([floor v] of ()) mod (4294967296)) \+ (([floor v] of ()) mod (4294967296))) mod (4294967296))

This isn't even a frequently suggested block and the title indicates that the list is for them! …
This is about workarounds of everything.
Nambaseking01
Scratcher
1000+ posts

Workarounds to frequently suggested blocks

45afc4td wrote:

This is about workarounds of everything.

No.

Computer_Fizz told me the exact opposite.

Hey there! My name is Nammy. I'm a male Forum Helper and Scratch Wiki Editor.
Profile | Test Account | Talk with me here! | Griffpatch is quitting Scratch?!
45afc4td
Scratcher
100+ posts

Workarounds to frequently suggested blocks

Nambaseking01 wrote:

45afc4td wrote:

This is about workarounds of everything.

No.

Computer_Fizz told me the exact opposite.
So, people show non-existent code and show which existing block it is a workaround of?
no8pupil
Scratcher
72 posts

Workarounds to frequently suggested blocks

45afc4td wrote:

Nambaseking01 wrote:

45afc4td wrote:

This is about workarounds of everything.

No.

Computer_Fizz told me the exact opposite.
So, people show non-existent code and show which existing block it is a workaround of?
Stop arguing you two. Its both funny and annoying. BTW Nambaseking01 does have a point.

like::control hat
heart::motion
follow::list
likes (bbc (alba::stack events)::stack motion)::pen
loves the IPA::operators
friendly::cap
no8pupil
Scratcher
72 posts

Workarounds to frequently suggested blocks

WindOctahedron wrote:

Sada4907 wrote:

Hi. Is there a possible way to get
(pick random (1) to (10))
as a workaround for an actual block like
Pick random from (1) to (10)
set [variable v] to (pick random (1) to (10))
See?
idk what to say so æ

like::control hat
heart::motion
follow::list
likes (bbc (alba::stack events)::stack motion)::pen
loves the IPA::operators
friendly::cap
Nambaseking01
Scratcher
1000+ posts

Workarounds to frequently suggested blocks

45afc4td wrote:

So, people show non-existent code and show which existing block it is a workaround of?

Blocks that are suggested a lot but haven't been implemented yet get workarounds here.

But blocks that haven't been suggested yet or not at all don't get a workaround here. If someone asks how to workaround a block, basically show them the code; it doesn't need to come in this list (unless the block is requested a lot).

Hey there! My name is Nammy. I'm a male Forum Helper and Scratch Wiki Editor.
Profile | Test Account | Talk with me here! | Griffpatch is quitting Scratch?!
12349999eeeeeee9S99
Scratcher
51 posts

Workarounds to frequently suggested blocks

Lukesstitch wrote:

Workaround to
<this sprite clicked? ::control>
block:
<<mouse down?> and <touching [mouse pointer v] ?>>


Do you mean (When this sprite clicked)
Or, is it when its clicked, because they're basically the same thing.

when green flag clicked
forever
say [DESTROY THE GACHAS!!] for (2) secs
point towards [ gacha]
broadcast [ clear gacha]
end

Powered by DjangoBB