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

#1 2013-02-27 17:52:38

mathfreak231
Scratcher
Registered: 2012-10-24
Posts: 80

Poll Question #1 — Do you want the Next Costume block abolished?

This is not a scientific poll, as it is for referencing sources on the Scratch Wiki. Please answer in a way that abides to these guidelines. Thanks.

The Scratch Wiki needs reference sources, so I'm going to create a series of polls to check the info, then reference it with this.

THE PAGE: Next Costume (block)

THE STATEMENT: "Many users have made suggestions about removing this block, insisting that its alternative is perfectly fine to use, however, others have disagreed saying that it saves lots of time and is handy for animation."

THE QUESTION: Would you want the Next Costume block abolished? Why or why not?

Your input helps keep the information correct and up to date, and gives it a source to go by. Thanks!

If this little poll actually works out, I'll make some more.


~This sig is false~
I'm on teh wiki!

Offline

 

#2 2013-02-28 21:02:05

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

Re: Poll Question #1 — Do you want the Next Costume block abolished?

Well, I do agree that it does save time, and it is helpful in reducing confusion. For example, a new scratcher isn't necessarily going to know how to get to the next costume, though this provides a nice, simple way of doing that. However, it can be replicated and that's needed information in some more complex projects. What pushes me over is that this nice feature can be useful at times because it creates a cleaner scripting area and is easy to understand, which when combined with the above benefits, it becomes a "neat little feature". Therefore, I say that it should be kept.

With regards,

ErnieParke


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

Offline

 

#3 2013-03-03 12:30:45

18yuj
Scratcher
Registered: 2013-03-03
Posts: 24

Re: Poll Question #1 — Do you want the Next Costume block abolished?

I vote that we should keep the "next costume" block.  smile
This is mainly because it definitely helps save time and makes the script area less congested and stuff. It helps me when I'm creating animations, because I don't have to constantly pick the costume a sprite has to switch to. Getting rid of it won't, as far as I'm concerned, necessarily help anyone. It will prove a greater stumbling block for creating a smooth animation. The "switch to 'x' costume" box is only for when you don't want certain costumes to be shown at that given time

Sincerely,
18yuj
(aka normal_girl XD)


http://i45.tinypic.com/2ptw7wy.jpg

Offline

 

#4 2013-03-03 12:47:24

shadowmouse
New Scratcher
Registered: 2013-02-03
Posts: 100+

Re: Poll Question #1 — Do you want the Next Costume block abolished?

I think it's so useful that I'd go as far as saying that there should be a previous costume block and a change costume by block.

Offline

 

#5 2013-03-03 13:43:58

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: Poll Question #1 — Do you want the Next Costume block abolished?

Meh. I don't particularly care either way, I mean, it's useful, but I personally rarely use it and the work around is more verbose.


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#6 2013-03-03 14:56:18

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

Re: Poll Question #1 — Do you want the Next Costume block abolished?

hmm

It's the block that I use the most.

Last edited by BLU_Spy (2013-03-03 14:56:28)


I HAVE SWITCHED ACCOUNTS! My new username is NoxSpooth.

Offline

 

#7 2013-03-03 15:49:26

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: Poll Question #1 — Do you want the Next Costume block abolished?

I find that block quite useful in my animations, I think it should stay.


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#8 2013-03-03 16:08:11

Laternenpfahl
Scratcher
Registered: 2011-06-24
Posts: 1000+

Re: Poll Question #1 — Do you want the Next Costume block abolished?

How about

change costume # by (3)


http://i46.tinypic.com/6yd4c0.png

Offline

 

#9 2013-03-03 20:32:57

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Poll Question #1 — Do you want the Next Costume block abolished?

bobbybee wrote:

Meh. I don't particularly care either way, I mean, it's useful, but I personally rarely use it and the work around is more verbose.


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#10 2013-03-03 20:43:52

fivehead
Scratcher
Registered: 2010-05-15
Posts: 500+

Re: Poll Question #1 — Do you want the Next Costume block abolished?

Laternenpfahl wrote:

How about

change costume # by (3)

that would be an interesting block actually.


Goodbye 1.4  sad
http://24.media.tumblr.com/tumblr_mc7sst6hKv1rghkxeo1_500.gifhttp://24.media.tumblr.com/tumblr_mctyxwHfGI1rghkxeo6_250.gif

Offline

 

#11 2013-03-03 21:01:55

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: Poll Question #1 — Do you want the Next Costume block abolished?

Laternenpfahl wrote:

How about

change costume # by (3)

Well, in 2.0, you can do this:

define next costume (count)
repeat (count)
next costume
end


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#12 2013-03-04 04:33:40

technoguyx
Scratcher
Registered: 2008-10-18
Posts: 1000+

Re: Poll Question #1 — Do you want the Next Costume block abolished?

Let's not forget, that Scratch is a programming language designed to introduce children to programming, without going through much of the hassle involved in learning to use an actual programming enviroment.

Do you really think some 5 year old (as we have users this young in this very website), just starting to use Scratch, possibly with no access to an Internet connection to ask for help, will be able to figure out something like [set costume to ((costume #) + [1])], as trivial as it may be to us?

Keep it.


http://getgnulinux.org/links/en/linuxliberated_4_78x116.png

Offline

 

#13 2013-03-04 21:19:43

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: Poll Question #1 — Do you want the Next Costume block abolished?

Even though it's work-aroundable I think that it should be kept.


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#14 2013-03-06 22:32:40

bob6
Scratcher
Registered: 2010-07-01
Posts: 100+

Re: Poll Question #1 — Do you want the Next Costume block abolished?

I think that we should abolish this, or create another block.
What's the second option?
Well, I think that the "next costume" block feels out of place, so I suggest creating a "previous costume" block to make it less lonely!  smile


http://i46.tinypic.com/3148ksz.gif

Offline

 

#15 2013-03-07 06:06:09

Gravitation
New Scratcher
Registered: 2012-09-26
Posts: 500+

Re: Poll Question #1 — Do you want the Next Costume block abolished?

technoguyx wrote:

Let's not forget, that Scratch is a programming language designed to introduce children to programming, without going through much of the hassle involved in learning to use an actual programming enviroment.

Do you really think some 5 year old (as we have users this young in this very website), just starting to use Scratch, possibly with no access to an Internet connection to ask for help, will be able to figure out something like [set costume to ((costume #) + [1])], as trivial as it may be to us?

Keep it.

+10

Offline

 

#16 2013-03-07 06:42:06

calebxy
Scratcher
Registered: 2009-12-31
Posts: 1000+

Re: Poll Question #1 — Do you want the Next Costume block abolished?

I really really really really want it to stay.


I'm making my own Doctor Who series!  big_smile  See the first episode here.
And please join Story Zone!  big_smile

Offline

 

#17 2013-03-07 14:01:29

iTweak0r
Scratcher
Registered: 2011-07-30
Posts: 100+

Re: Poll Question #1 — Do you want the Next Costume block abolished?

OH NOEZ i really really dont want it to go


Make it in Scratch! because it's cooler when it's made in scratch
http://i.imgur.com/D4iqPHR.png

Offline

 

#18 2013-03-07 16:20:19

mathfreak231
Scratcher
Registered: 2012-10-24
Posts: 80

Re: Poll Question #1 — Do you want the Next Costume block abolished?

Thanks for your replies! I think this is enough feedback to work by, so I'm requesting this topic to be closed now.

Scratch on!


~This sig is false~
I'm on teh wiki!

Offline

 

#19 2013-03-07 16:25:20

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: Poll Question #1 — Do you want the Next Costume block abolished?

Closed by request of the topic owner.


http://i39.tinypic.com/2nav6o7.gif

Offline

 

Board footer