Discuss Scratch

KlaskyCsupoTheOT
Scratcher
7 posts

More Scratch Blocks

Add these scratchblocks to scratch

start sound [pop v] at (0.00)
wait (...) hours (...) minutes (...) seconds

Last edited by KlaskyCsupoTheOT (Feb. 26, 2022 12:44:27)

SuperSonicmario
Scratcher
100+ posts

More Scratch Blocks

I support adding the first block, but not the second as it's easy enough to work around:
wait((((h)*(3600))+((m)*(60)))+(s))secs
KlaskyCsupoTheOT
Scratcher
7 posts

More Scratch Blocks

(z position)

(mouse z)

rotate until <>

set gravity to [low v]

Last edited by KlaskyCsupoTheOT (Feb. 27, 2022 14:50:24)

dertermenter
Scratcher
1000+ posts

More Scratch Blocks

The first block I can see being very useful for just using snippets of sounds, but is it the purpose of sounds to play them halfway through? Maybe not for sound effects, but maybe for soundtracks it can be. The idea can be pushed even further as well with another option to type in when you want a sound to stop.


The2000 wrote:

All suggestions are unnecessary. If a suggestion is necessary then it's a bug report.

dertermenter wrote:

April Fools Day on the forums has been a repeated privilege, not an expectation
1080GBA
Scratcher
500+ posts

More Scratch Blocks

Scratch 4.0 be like:
//Motion
point towards x:() y:()::motion
if on [sprite1 v], bounce::motion

//Looks
stop saying::looks
stop thinking::looks
say () until <>::looks
previous costume::looks
previous backdrop::looks

//Sounds
pause sound::sound
pause all sounds::sound
resume sound::sound
resume all sounds::sound
create sound by (variable)::sound //create recordings without seeing inside

//Events
when (variable) > (10)
when (variable) is changed::events hat
when [enter v] key pressed
when [middle v] mouse button down::events hat
when costume switches to [ v]::events hat
stop [all scripts of other sprites and other scripts in this sprite v]
stop [all scripts of other sprites v]
delete all clones::control

//Sensing
[mouse-pointer v] touching (variable) ?::sensing boolean
touching colour::sensing reporter
distance to x:() y:()::sensing reporter
distance to [#00ffff]
<key [enter v] pressed?>
[middle v] mouse button down?::sensing boolean
am i a clone?::sensing boolean
no. of clones of [sprite1 v]::sensing boolean
project loudness::sensing reporter
pause timer::sensing
resume timer::sensing
current UTC/GMT [second v]::sensing reporter
[seconds v] since year (2022 v) month (3 v) date (1 v) hour (16 v) minute (13 v) second (0 v)::sensing reporter
[dates v] to year (2023 v) month (3 v) date (1 v) hour (16 v) minute (13 v) second (0 v)::sensing reporter

//Operators
() ^ ()::operators reporter
round () to [1 decimal place v]::operators reporter
()≠()::operators boolean
()but()::operators boolean
[neg v] of ()::operators

//Variables
set (variable) to ()
change (variable) by ()
(variable)is clicked?::variables boolean
(variable)is changed?::variables boolean

//Lists
item (middle v) of [list v] ::list reporter

//Music extension
pause music::extension
resume music::extension

//Video extension
video::extension reporter//carries the information of the frame at the moment

//Links extension
set link to (url)::extension
set (this costume v) to [clickable link v]::extension
set this sprite to [clickable link v]::extension

//Dictation extension
set dictation mode to (include punctuations v)::extension
set language to (English v)::extension
start dictation::extension//also resume dictation
stop dictaton::extension
pause dictation::extension
dictation text::reporter extension//text recorded, text in the block deleted when dictation stops

Last edited by 1080GBA (March 1, 2022 09:00:53)


Follow 1080GBA forever::#1080ba hat
⠀⠀⠀⠀
Made by 1080GBA. All copyrights reserved.
————————————————————————————————————————————————————————————————————

custom cat block fixed
————————————————————————————————————————————————————————————————————
3000th post

500th post
————————————————————————————————————————————————————————————————————
(((((((((((KING::#ff0000 ring)::#ff8800 ring)::#ffff00 ring)::#88ff00 ring)::#00ff88 ring)::#00ffff ring)::#0088ff ring)::#0000ff ring)::#8800ff ring)::#ff00ff ring)::#ff0088 ring)
————————————————————————————————————————————————————————————————————
<<<<<<<<1080GBA::#000>::#222>::#444>::#666>::#888>::#aaa>::#ccc>::#eee>
————————————————————————————————————————————————————————————————————
VedanshS933
Scratcher
1000+ posts

More Scratch Blocks

1080GBA wrote:

#5
-snip-

Probably don't make a list of suggestions



Home OS 3.0 Coming Soon!
https://scratch.mit.edu/projects/880616996/

Post Count - 2000+!
1. Suggestions 1100+ (first time hitting 1000 on a subforum!)
2. Questions about Scratch 250+
3. Advanced Topics 230+
4. New Scratchers 100+
5. Show & Tell 80+
6. Bugs and Glitches 70+

redesigning the signature
k0d3rrr
Scratcher
1000+ posts

More Scratch Blocks

So what's the suggestion meant to be?

k0d3rrr




3 forum tips for experienced forumers (in no particular order):
  1. If you are reporting a new forumer's topic to be closed, or moved to another forum, don't mention it, because then, the topic creator will think they will receive either an alert or a ban.

  2. New forumers won't immediately know the rules or terminology of the forums. I have seen this happen hundreds of times (exaggeratedly), especially when experienced forumers (I won't name any) tell new forumers that they are "necroposting", which is when someone posts on an old and resolved topic (especially in the Questions about Scratch forum), causing said topic to be moved to the front page of that forum.

  3. Using Scratchblocks as a writing style is not blockspam, unless it is irrelevant to the discussion. For example, this

    ExampleScratcher1 wrote:

    How do I make a smooth gliding animation?
    when green flag clicked
    repeat until <(my question) = [answered]>
    ask [How do I make a smooth gliding animation?] and wait
    end
    say [Thank you!]
    is not blockspam, but these

    ExampleScratcher2 (first post) wrote:

    when green flag clicked
    move (58) steps
    play sound [Stock Laughter Sound Effect HD - 1 Hour v]
    forever
    play sound [Stock Screaming Sound Effect HD - 1 Hour v]
    switch backdrop to [internet v]
    say [i broke the internet] for (2) secs
    turn cw (15) degrees
    go to [nearby restaurant v]
    next costume
    end

    ExampleScratcher2 (second post) wrote:

    when green flag clicked
    repeat until <(out of dorito's) = [true]>
    broadcast [eat dorito chip v]
    end
    say [IM OUT OF DORITO'S!!!!!!!!! :(]
    play sound [Scream2 v] until done
    forever
    turn cw (120) degrees
    play sound [Scream2 v]
    play sound [we have no dorito's sorry v]
    end
    are blockspam, and must be reported.
hi875230163394
Scratcher
1000+ posts

More Scratch Blocks

KlaskyCsupoTheOT wrote:

(z position)

(mouse z)

rotate until <>

set gravity to [low v]
please dont make long lists of suggestions, also not only is 3d scratch rejected, how would finding the z position of the mouse even work lol

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
KlaskyCsupoTheOT
Scratcher
7 posts

More Scratch Blocks

I Know

The

<is TurboWarp?>

Block Checks To
See If It's TurboWarp
Or Not

Last edited by KlaskyCsupoTheOT (March 1, 2022 13:48:47)

Myst--
Scratcher
100+ posts

More Scratch Blocks

1080GBA wrote:

Scratch 4.0 be like:
-snip-
Please don't spam.

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

More Scratch Blocks

1080GBA wrote:

Scratch 4.0 be like:
//Motion
point towards x:() y:()::motion
if on [sprite1 v], bounce::motion

//Looks
stop saying::looks
stop thinking::looks
say () until <>::looks
previous costume::looks
previous backdrop::looks

//Sounds
pause sound::sound
pause all sounds::sound
resume sound::sound
resume all sounds::sound
create sound by (variable)::sound //create recordings without seeing inside

//Events
when (variable) > (10)
when (variable) is changed::events hat
when [enter v] key pressed
when [middle v] mouse button down::events hat
when costume switches to [ v]::events hat
stop [all scripts of other sprites and other scripts in this sprite v]
stop [all scripts of other sprites v]
delete all clones::control

//Sensing
[mouse-pointer v] touching (variable) ?::sensing boolean
touching colour::sensing reporter
distance to x:() y:()::sensing reporter
distance to [#00ffff]
<key [enter v] pressed?>
[middle v] mouse button down?::sensing boolean
am i a clone?::sensing boolean
no. of clones of [sprite1 v]::sensing boolean
project loudness::sensing reporter
pause timer::sensing
resume timer::sensing
current UTC/GMT [second v]::sensing reporter
[seconds v] since year (2022 v) month (3 v) date (1 v) hour (16 v) minute (13 v) second (0 v)::sensing reporter
[dates v] to year (2023 v) month (3 v) date (1 v) hour (16 v) minute (13 v) second (0 v)::sensing reporter

//Operators
() ^ ()::operators reporter
round () to [1 decimal place v]::operators reporter
()≠()::operators boolean
()but()::operators boolean
[neg v] of ()::operators

//Variables
set (variable) to ()
change (variable) by ()
(variable)is clicked?::variables boolean
(variable)is changed?::variables boolean

//Lists
item (middle v) of [list v] ::list reporter

//Music extension
pause music::extension
resume music::extension

//Video extension
video::extension reporter//carries the information of the frame at the moment

//Links extension
set link to (url)::extension
set (this costume v) to [clickable link v]::extension
set this sprite to [clickable link v]::extension

//Dictation extension
set dictation mode to (include punctuations v)::extension
set language to (English v)::extension
start dictation::extension//also resume dictation
stop dictaton::extension
pause dictation::extension
dictation text::reporter extension//text recorded, text in the block deleted when dictation stops
the key enter pressed is what i think is somewhat rejected

when I receive [mahak2706, where is the rest of your siggy v]
say [Press CTRL+shift+down to read the rest of my siggy, stats etc.] for (2) secs
(☁ secret spy scratch) //My siggy hero
(1)::motion //helpers of my siggy
(2)::list
(crewmate) //Bruh evil kumquat
//More coming up
//with:
(☁ SAS)
//and
(☁ IMPOSTOR)
//Siggy stats (in scratchblocks and other topics)
Post count: starts 29-11-2021 (10+posts :: operators) (25+posts::operators) (50+posts::operators) (75+posts::operators) (100+posts::operators) (500+posts::obsolete)(1000+posts::obsolete) ::motion hat
followers count (till 200 followers) (100 ::operators) ::looks hat
grand duke n king count (316(king)::operators) (375(grand duke)::variables) (420 (king)::operators) (12 (grand duke) ::variables) ::sound hat
//Suggester guy, military guy, director and etc……
//Note in king: green in grand duke: orange
Paddle2See
Scratch Team
1000+ posts

More Scratch Blocks

Please create a separate topic for each suggestion you have, rather than creating a list of suggestions. That way, the conversation stays focused and each idea can get the attention it needs.

Before making a new topic, please check out the following:
Thank you!

Scratch Team Member, kayak and pickleball enthusiast, cat caregiver.

This is my forum signature! On a forum post, it is okay for Scratchers to advertise in their forum signature. The signature is the stuff that shows up below the horizontal line on the post. It will show up on every post I make.
(credit to Za-Chary)



;

Powered by DjangoBB