Discuss Scratch

bobobo1er
Scratcher
35 posts

how to hack this block

so im making a game and i looking for a block like this

(item (n) of  (a):: list)
DidntMeanToDoThat
Scratcher
100+ posts

how to hack this block

As in lists? Just use
(item (1 v) of [list v] :: list)

Last edited by DidntMeanToDoThat (Jan. 30, 2025 03:32:10)

bobobo1er
Scratcher
35 posts

how to hack this block

sorry i dont know how to use these forum blocks i meant like

(item ( v) of ( v) :: list)
DidntMeanToDoThat
Scratcher
100+ posts

how to hack this block

Why would you need that?
bobobo1er
Scratcher
35 posts

how to hack this block

sorry i am stoop imean this for a project

(item [] of [] :: list)
bobobo1er
Scratcher
35 posts

how to hack this block

so then i could go

(item [] of (answer) :: list)
boxerry
Scratcher
500+ posts

how to hack this block

Paddle2See wrote:

Sorry - this service (a hacked block shop) goes against the Terms of Use Section 4.4:

4.4 You may only submit user-generated projects that were created with (1) the Scratch website editor or (2) an unmodified copy of the Scratch editor compiled from the source code described in Section 5.3. You may not upload any projects that were created, by you or by anyone else, with a modified version of the Scratch editor.

By unpacking the blocks and manually editing them, you are creating non-standard Scratch, which will confuse those learning Scratch and may break in the future since they are unsupported.


Soo I don't think people are allowed to hack blocks.

Last edited by boxerry (Feb. 8, 2025 17:27:50)

boxerry
Scratcher
500+ posts

how to hack this block

oooh anyway, you could do this instead.

you can use this block
(letter () of (answer))

Last edited by boxerry (Feb. 8, 2025 17:29:16)

bobobo1er
Scratcher
35 posts

how to hack this block

i know im just saying the scratch team should really add it
bobobo1er
Scratcher
35 posts

how to hack this block

but im trying to get, say, the 23rd object in whatever list is inserted:
when green flag clicked
ask [what list do you want] and wait
say (join [item 1 of list is ] (item [1] of (answer) :: list)) for (2) secs
say (join [Item two of list is ] (item [2] of (answer)) for (2) secs
bobobo1er
Scratcher
35 posts

how to hack this block

turn cw [ v] degrees

Last edited by bobobo1er (Feb. 9, 2025 03:11:38)

sh4dow_05
Scratcher
57 posts

how to hack this block

Hello, @bobobo1er.
This has essentially turned into a suggestion post, so please move it to Suggestions for Scratch.
I hope this helps.
bobobo1er
Scratcher
35 posts

how to hack this block

great

(item of :: list)
 
than
when green flag clicked
ask and wait
say (join (item of (answer) :: list)) for (2) secs
say (join (item of (answer)) for (2) secs

Last edited by bobobo1er (Feb. 21, 2025 22:54:55)

bobobo1er
Scratcher
35 posts

how to hack this block

also


(item of :: list)


then


when green flag clicked
ask and wait
say (join (item of (answer) :: list)) for (2) secs
say (join (item of (answer)) for (2) secs


Last edited by bobobo1er (Feb. 21, 2025 22:53:55)

Powered by DjangoBB