Discuss Scratch

MrJJib
Scratcher
32 posts

How scratch could be edited

I wish there was a block like this

repeat (this for some seconds)
random snuff
end

where a script could be run for an amount of time

when I receive [help]
I will thank that person

Last edited by MrJJib (Jan. 10, 2022 20:16:58)


This is my signature it appears on every post I make.

"o_o"
this is Bobby Bob Dan
He protects me from darth vader

Hey minecrafters listen to this and be happy https://www.youtube.com/watch?v=cPJUBQd-PNM
hi875230163394
Scratcher
1000+ posts

How scratch could be edited

that… exists?
repeat (number of seconds to repeat for)
random stuff
wait (1) secs
end

if one more person comments “shovel” on my profile…

crtl+shift+down to scroll down

I shouldn't be on forums, I'm a geist

“If I'm getting eaten by the parasites it should be like Cheeh Ohhh-Seee Keee Gaaa I should be rising in the sky Behh Skaah Daaa AND THEN I get the bell, New Layer 2 Bell, New Layer 2 Bell”



I dare someone to make an online version Taikyoku Shogi, a japanese 36x36 chess variant with over 200 individual pieces on both sides, needless to say, its VERY complicated

Big Brother sees all, watch what you think

In the first age, in the first post, when the reports first submitted, one stood. Burned by the embers of Dupes, his soul blistered by the fires of Forums and tainted beyond ascension, he chose the path of perpetual torment. In his ravenous hatred, he found no peace, and with boiling blood he scoured the Suggestions seeking vengeance against the dupers who had wronged him. He wore the crown of the ST, and those that tasted the bite of his keyboard named him… the Forum Dweller.

这个男人名叫小帅




































Glory to Superstate Oceania
MrJJib
Scratcher
32 posts

How scratch could be edited

hi875230163394 wrote:

that… exists?
repeat (number of seconds to repeat for)
random stuff
wait (1) secs
end

thanks

This is my signature it appears on every post I make.

"o_o"
this is Bobby Bob Dan
He protects me from darth vader

Hey minecrafters listen to this and be happy https://www.youtube.com/watch?v=cPJUBQd-PNM
coder2045
Scratcher
1000+ posts

How scratch could be edited

MrJJib wrote:

hi875230163394 wrote:

that… exists?
repeat (number of seconds to repeat for)
random stuff
wait (1) secs
end

thanks
Actually, no. That only works for whole numbered seconds and there's a slight delay due to blocks taking 1/30 of a second to run. If you want a more accurate one, do this:
reset timer
repeat until <(timer) > (seconds)>
stuff:: grey
end

Last edited by coder2045 (Jan. 10, 2022 23:18:42)


Highlight this text and press Ctrl-Shift-Down to view more of my signature. There's a lot in there.
I FOUND THE POSTIE POSTIE POST LINK THIS
Brainteaser: What comes next? Answer on my profile. First correct answer gets a follow.

[ ]
[ [ ] ]
[ [ [ ] ] [ ] ]
Good projects ⬇️




MrJJib
Scratcher
32 posts

How scratch could be edited

hi875230163394 wrote:

that… exists?
repeat (number of seconds to repeat for)
random stuff
wait (1) secs
end

Actually that's not quite what I meant.

I want a block that repeats a script for a period of time.

This is my signature it appears on every post I make.

"o_o"
this is Bobby Bob Dan
He protects me from darth vader

Hey minecrafters listen to this and be happy https://www.youtube.com/watch?v=cPJUBQd-PNM
a1dang
Scratcher
100+ posts

How scratch could be edited

Use timer.
reset timer
repeat until <[timer]=[number of seconds]>
do stuff
end

If you can't see “end of signature” below, highlight and click shift+down (you probably can though, it's a pretty short signature.)

End of signature!!!!
MrJJib
Scratcher
32 posts

How scratch could be edited

coder2045 wrote:

MrJJib wrote:

hi875230163394 wrote:

that… exists?
repeat (number of seconds to repeat for)
random stuff
wait (1) secs
end

thanks
Actually, no. That only works for whole numbered seconds and there's a slight delay due to blocks taking 1/30 of a second to run. If you want a more accurate one, do this:
reset timer
repeat until <(timer) > (seconds)>
stuff:: grey
end

you're right. thanks

This is my signature it appears on every post I make.

"o_o"
this is Bobby Bob Dan
He protects me from darth vader

Hey minecrafters listen to this and be happy https://www.youtube.com/watch?v=cPJUBQd-PNM
MrJJib
Scratcher
32 posts

How scratch could be edited

k0d3rrr wrote:

Would the block look like this?
repeat (for (3) seconds:: #e1a91a reporter)
change [color v] effect by (5)
turn cw (5) degrees
end
Yes it would actually

This is my signature it appears on every post I make.

"o_o"
this is Bobby Bob Dan
He protects me from darth vader

Hey minecrafters listen to this and be happy https://www.youtube.com/watch?v=cPJUBQd-PNM
MrJJib
Scratcher
32 posts

How scratch could be edited

thanks

Last edited by MrJJib (Jan. 27, 2022 20:16:30)


This is my signature it appears on every post I make.

"o_o"
this is Bobby Bob Dan
He protects me from darth vader

Hey minecrafters listen to this and be happy https://www.youtube.com/watch?v=cPJUBQd-PNM
Myst--
Scratcher
100+ posts

How scratch could be edited

MrJJib wrote:

Mirror [ v]

mirror options could be “up” “down” “left” and "right
Please do not put multiple suggestions in one discussion. Make a separate topic for each suggestion.

-+-+-+-ʜᴇʟʟᴏ ᴛʜᴇʀᴇ!-+-+-+-
.⋆。⋆☂˚。⋆。˚☽˚。⋆✧。.♥⋆。˚⋆。⋆.
+*:ꔫ:*﹤(⁄ ⁄•⁄ω⁄•⁄ ⁄)゚˚₊⋆· ͟͟͞͞➳❥
.༺♥༻∞༺♥༻✧༺♥༻.
-+-+-ʜᴀᴠᴇ ᴀ ɴɪᴄᴇ ᴅᴀʏ!-+-+-
supplementaryangle
New to Scratch
3 posts

How scratch could be edited

hi875230163394 wrote:

that… exists?
repeat (number of seconds to repeat for)
random stuff
wait (1) secs
end
Does not work for decimals and

coder2045 wrote:

MrJJib wrote:

hi875230163394 wrote:

that… exists?
-snip-
Actually, no. That only works for whole numbered seconds and there's a slight delay due to blocks taking 1/30 of a second to run. If you want a more accurate one, do this:
reset timer
repeat until <(timer) > (seconds)>
stuff:: grey
end

MrJJib wrote:

Mirror [ v]

mirror options could be “up” “down” “left” and "right
Make another topic for that. Would this basically be the mirror option in costumes and backdrops when editing them?

A supplementary angle is an angle when added to another supplementary angle gives 180 degrees of measure.
Supplementary angles are 2 angles when added together give 180 degrees of measure.
MrJJib
Scratcher
32 posts

How scratch could be edited

Myst-- wrote:

MrJJib wrote:

Mirror [ v]

mirror options could be “up” “down” “left” and "right
Please do not put multiple suggestions in one discussion. Make a separate topic for each suggestion.

okay

This is my signature it appears on every post I make.

"o_o"
this is Bobby Bob Dan
He protects me from darth vader

Hey minecrafters listen to this and be happy https://www.youtube.com/watch?v=cPJUBQd-PNM
MrJJib
Scratcher
32 posts

How scratch could be edited

k0d3rrr wrote:

Okay, I made a better version of its design:
repeat for () seconds{
}:: #e1a91a

cool

This is my signature it appears on every post I make.

"o_o"
this is Bobby Bob Dan
He protects me from darth vader

Hey minecrafters listen to this and be happy https://www.youtube.com/watch?v=cPJUBQd-PNM
k0d3rrr
Scratcher
1000+ posts

How scratch could be edited

Moving this topic to page number one so everyone can see this (even though I have no idea if this is a duplicate).

I really like this idea! You could use this for a timing-based project, or something like that. You could probably also use this for projects where if you hold a button for a certain amount of seconds, something will happen.

Example:
when [space v] key pressed
repeat for (5) seconds {
if <key [space v] pressed?> then

end
}:: control
say [You may now let go of space...]
wait until <not <key [space v] pressed?>>
Or something like that…

Powered by DjangoBB