Discuss Scratch
- Discussion Forums
- » Suggestions
- » Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.
- TheElementGuy
-
Scratcher
67 posts
Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.
I think this would make it very hard to make projects with subtitles. Also, Scratch revolves around seconds like:
wait () secs…
say [] for (2) secs
glide () secs to x: (0) y: (0)
timer //in seconds
- twogadugary
-
Scratcher
100+ posts
Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.
For those who think it would be harder to do something like
start sound [sound v] :: soundremember you can just multiply the minutes by 60 and add it to the seconds.
wait (326.47) seconds :: control
- Maximouse
-
Scratcher
1000+ posts
Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.
The thing is that this isn't needed for any reason.It isn't needed, but it's useful.
- 960times10_5is106044
-
Scratcher
500+ posts
Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.
I do know but this feature has existed in Scratch 2.0 but was not added in Scratch 3.0.
Any ideas? 
Any ideas? 
- 960times10_5is106044
-
Scratcher
500+ posts
Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.
bump
- -iviedwall-
-
Scratcher
500+ posts
Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.
No support. The whole Scratch editor doesn't measure time by minutes. Such as
wait () secsYou cannot find a “wait () mins” block in the current editor, so you will have to multiply the minutes by 60 plus the seconds if this gets implemented. It's worse than just taking a look at the number of seconds.
- scratchgodo
-
Scratcher
1000+ posts
Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.
Removed
Last edited by scratchgodo (Feb. 21, 2022 10:44:39)
- SuperMarioHome
-
Scratcher
100+ posts
Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.
+----------+
| (insert |
| speaker |
| here) |
¦----------¦
| Example |
| 6m 9s |
+----------+
- 960times10_5is106044
-
Scratcher
500+ posts
Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.
For you who say something like “it would make it harder to make projects using subtitles in them,” you can make a custom block for example, like the wait block using minutes:
Here are the blocks I just also wanted them to be added:
define wait (minutes) mins (seconds) secs
wait (((minutes) * (60)) + (seconds)) secs :: control
when green flag clicked
play sound [Monkeys Spinning Monkeys v]
wait (2) mins (5.06) secs :: custom
say [Done!]
Here are the blocks I just also wanted them to be added:
wait (5) mins (26) secs :: control
say (join [now playing - ] (music)) for (5) mins (26) secs :: looks
think (join [now playing - ] (music)) for (5) mins (26) secs :: looks
when [timer v] > (5) mins (26) secs :: events hat
say [music finish]
- 960times10_5is106044
-
Scratcher
500+ posts
Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.
bump ::
- Jbear_
-
Scratcher
1000+ posts
Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.
Why though, the seconds are more accurate and like said above many times, everything revolves around seconds
- 960times10_5is106044
-
Scratcher
500+ posts
Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.
Yes, I knew that Scratch revolves around seconds, but please look at Scratch 2 Offline Editor, you can see the amount of minutes in sound lengths in the sound tab, but Scratch 3.0 has prevented it. See the Scratch 2.0 Offline Editor with the Sound Tab. You can see the amount of minutes in sound lengths. Below the Scratch 3.0 editor you will no longer be able to show the amount of minutes but in seconds, and I'm dissatisfied with that. Scratch 3.0 then ignores the minutes for sounds longer than a minute. The old format is satisfying, but my suggestion is to show the sound length in minutes and seconds by hovering the sound length in seconds. See:

Fun fact: You can show the number of minutes in sound lengths on Snap! and Scratch 1.4 (it allows hours).

Fun fact: You can show the number of minutes in sound lengths on Snap! and Scratch 1.4 (it allows hours).
- 960times10_5is106044
-
Scratcher
500+ posts
Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.
ʙᴜᴍᴘ
Is this my 70th post?
Is this my 70th post?
- 960times10_5is106044
-
Scratcher
500+ posts
Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.
bump .
- 960times10_5is106044
-
Scratcher
500+ posts
Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.
Scratch, please bring it back, I love the minutes for the length of sounds in sounds tab. Why do Scratch 3.0 prevented us to show the number of minutes in sound lengths? I really wanted this. Please look at those screenshots below for Scratch 2.0 and 3.0. Look, we want to have the same format in Scratch 3.0.


- 960times10_5is106044
-
Scratcher
500+ posts
Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.
bump?
- Ham19-01-2011
-
Scratcher
1000+ posts
Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.
Your statement is invalid. On average, you learn multiplication at age 7-8, and scratch's target audience is 8-16. Also, there is a multiplying block:No support. The whole Scratch editor doesn't measure time by minutes. Such asNot every one can multiply so your no support is invalid.wait () secsYou cannot find a “wait () mins” block in the current editor, so you will have to multiply the minutes by 60 plus the seconds if this gets implemented. It's worse than just taking a look at the number of seconds.
How is “It worse than just taking a look at the number of seconds”?
((...) * (...))
If someone doesn't know multiplication, they should probably be using ScratchJr.
Last edited by Ham19-01-2011 (Feb. 20, 2022 15:36:35)
- 960times10_5is106044
-
Scratcher
500+ posts
Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.
BUMP
- The_Planets_Of_Life
-
New Scratcher
2 posts
Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.
Hello
- The_Planets_Of_Life
-
New Scratcher
2 posts
Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.
Hello friends.
- Discussion Forums
- » Suggestions
-
» Allow users to show the number of minutes (like what Scratch 2.0 has) in the length of sounds.











