This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-06-01 18:57:27

BLU_Spy
Scratcher
Registered: 2012-01-05
Posts: 1000+

Sound Groups

I think we should have a way to organize Sounds on Scratch.

"Why?"

Sometimes, you may want to stop a single sound (the Music, for example), but that won't be possible, since the only way to stop it is by using this block:

stop all pinks //Actually, it's "Stop all sounds", but it's not working... -.-
... So, my idea is:

At the Sound Category , add a button called Make A Group, that works just like the "Make A Variable" one. After creating the group, you'll have to right-click on the sound you want to put in that group, then select Add to Group.... Also, a new block must be added:
Stop all sounds from group [Group v]
That'll surely help Scratchers' lives (including mine!).


Please consider this!  big_smile

Last edited by BLU_Spy (2013-02-13 10:41:46)


I HAVE SWITCHED ACCOUNTS! My new username is NoxSpooth.

Offline

 

#2 2012-06-01 21:54:33

G0D_M0D3
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: Sound Groups

Yes, ze need zhis very, very bahdly. NOW! GO!


I made a MC texture pack! Get it at planetminecraft!
http://i.imgur.com/0EG0u.png

Offline

 

#3 2012-06-01 23:27:19

Lightnin
Scratch Team
Registered: 2008-11-03
Posts: 1000+

Re: Sound Groups

Interesting idea! However, I think just allowing you to stop individual sounds would be a good start - and maybe a little simpler design wise. That way you could group them / keep track of them yourself, without needing Scratch to handle that job. Definitely worth considering!


Help Scratchers make the leap to 2.0!
http://img818.imageshack.us/img818/6844/transitionteam.jpg

Offline

 

#4 2012-06-01 23:35:21

TorbyFork234_Test
Scratcher
Registered: 2012-04-04
Posts: 15

Re: Sound Groups

Lightnin wrote:

Interesting idea! However, I think just allowing you to stop individual sounds would be a good start - and maybe a little simpler design wise. That way you could group them / keep track of them yourself, without needing Scratch to handle that job. Definitely worth considering!

If you did make a block that would stop an individual sound it should allow reporter blocks into the name of the sound (like the costume block with costumes), that way you can add groups into lists and stop the individual sounds there. Like this:

set [counter v] to [0]
add [Pop] to [Group of Sounds v]
add [Meow] to [Group of Sounds v]
add [Intro] to [Group of Sounds v]
add [song] to [Group of Sounds v]
repeat <length of [Group of Sounds v]>
stop sound <item (counter) of [Group of Sounds v]>
change [counter v] by [1]
end
That way you wouldn't have to have a long script (if you had many sounds) of this:
stop sound [Pop v]
stop sound [Meow v]
stop sound [intro v]
stop sound [song v]

Offline

 

#5 2012-06-01 23:37:17

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: Sound Groups

TorbyFork234_Test wrote:

That way you wouldn't have to have a long script (if you had many sounds) of this:

stop sound [Pop v]
stop sound [Meow v]
stop sound [intro v]
stop sound [song v]

^ That isn't very long.


http://trinary.tk/images/signature_.php

Offline

 

#6 2012-06-05 06:20:04

Jevacio
New Scratcher
Registered: 2012-06-04
Posts: 7

Re: Sound Groups

I support +1

Offline

 

#7 2012-08-15 22:35:51

BLU_Spy
Scratcher
Registered: 2012-01-05
Posts: 1000+

Re: Sound Groups

Heroic bump.


I HAVE SWITCHED ACCOUNTS! My new username is NoxSpooth.

Offline

 

#8 2012-08-15 22:43:06

41w4y5
Scratcher
Registered: 2012-08-15
Posts: 100+

Re: Sound Groups

Like in Stencyl!

Yeah but you should just be able to stop certain sounds.


http://i.imgur.com/Em1YC.png

Offline

 

#9 2013-02-09 17:54:40

BLU_Spy
Scratcher
Registered: 2012-01-05
Posts: 1000+

Re: Sound Groups

Yes, I know it's a necropost, but...

Bump.  tongue


I HAVE SWITCHED ACCOUNTS! My new username is NoxSpooth.

Offline

 

#10 2013-02-09 18:10:12

ImagineIt
Scratcher
Registered: 2011-02-28
Posts: 1000+

Re: Sound Groups

How about instead: Stop all sounds on this sprite.

Offline

 

#11 2013-02-09 19:45:40

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Sound Groups

This actually sounds like a nice, interesting, useful idea that doesn't sound too hard code-wise to implement. Although I never have found a use for this as of yet, I imagine that it could be useful in other projects because it could really improve some projects, and because this feature cannot be replicated in Scratch except through strenuous work. Also, you know how there's the option to stop every script as well as a single script? Then if there's an option to stop every sound, then why not have one to stop a single sound? So, I support.

Last edited by ErnieParke (2013-02-09 19:46:24)


http://i46.tinypic.com/35ismmc.png

Offline

 

#12 2013-02-10 09:11:19

BLU_Spy
Scratcher
Registered: 2012-01-05
Posts: 1000+

Re: Sound Groups

ErnieParke wrote:

This actually sounds like a nice, interesting, useful idea that doesn't sound too hard code-wise to implement. Although I never have found a use for this as of yet, I imagine that it could be useful in other projects because it could really improve some projects, and because this feature cannot be replicated in Scratch except through strenuous work. Also, you know how there's the option to stop every script as well as a single script? Then if there's an option to stop every sound, then why not have one to stop a single sound? So, I support.

Thanks!  big_smile


I HAVE SWITCHED ACCOUNTS! My new username is NoxSpooth.

Offline

 

#13 2013-02-13 10:40:52

BLU_Spy
Scratcher
Registered: 2012-01-05
Posts: 1000+

Re: Sound Groups

Bump.


I HAVE SWITCHED ACCOUNTS! My new username is NoxSpooth.

Offline

 

Board footer