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

#1 2010-05-31 03:23:05

iCode-747
Scratcher
Registered: 2009-11-21
Posts: 1000+

[Do-together] loop block

Sometimes, you have to create a broadcast and make a lot more scripts than necessary when you want something to happen to a sprite simultaneously.  hmm

That's a real pain.  sad

So, for Scratch 2.0, I'd like to see a 'Do-together' loop block!  smile

It would look like a 'if < >' C-chaped block, but would execute the blocks inside of it simultaneously.

Thoughts?  wink


-End Transmission-

Offline

 

#2 2010-05-31 03:36:27

Wolfie1996
Retired Community Moderator
Registered: 2009-07-08
Posts: 1000+

Re: [Do-together] loop block

I support!  big_smile  This would be very useful when making 1s1sers - and any other project that you'd want to do stuff together in  smile

One question, though - what would happen if I put something like this:

[do together]
[go to x: (100) y: (100)]
[go to x: (-100) y: (-100)]
[/do together]


"...Jargon - the practice of never calling a spade a spade, when you might instead call it a manual earth-restructing implement..." - Bill Bryson, Mother Tongue

Offline

 

#3 2010-05-31 03:42:39

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: [Do-together] loop block

I support!  smile  In BYOB, you can make a block and script it with other blocks, and make the block execute everything simultaneously - I want that in Scratch as well!  big_smile

Last edited by Jonathanpb (2010-05-31 03:42:54)


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#4 2010-05-31 03:52:18

juststickman
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: [Do-together] loop block

Wolfie1996 wrote:

One question, though - what would happen if I put something like this:

[do together]
[go to x: (100) y: (100)]
[go to x: (-100) y: (-100)]
[/do together]

That is where we get a syntax error and scratch crashes.


Jk, I'm not sure though...


http://is.gd/iBQi2 Add grob to your sig and help with world dominiation!http://is.gd/iBQ9Q                                                             Hey guys, we're seriously naming our team bob?

Offline

 

#5 2010-05-31 04:03:49

iCode-747
Scratcher
Registered: 2009-11-21
Posts: 1000+

Re: [Do-together] loop block

juststickman wrote:

Wolfie1996 wrote:

One question, though - what would happen if I put something like this:

[do together]
[go to x: (100) y: (100)]
[go to x: (-100) y: (-100)]
[/do together]

That is where we get a syntax error and scratch crashes.

lol

Maybe... A debugger in Scratch 2.0! That would be epic!  yikes

It would make 2 instances of itself, and each instance would go to each location!

But instances and classes can be hard to understand for kids... Not that I'm not one myself.  tongue


-End Transmission-

Offline

 

#6 2010-05-31 04:45:50

juststickman
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: [Do-together] loop block

iCode-747 wrote:

But instances and classes can be hard to understand for kids... Not that I'm not one myself.  tongue

Kinda simple actually. For little kids...
A "class" is like a job, but the instance follows it exactly.
An "instance" is like a person doing a job, but they make no mistakes and follow instructions exactly.


http://is.gd/iBQi2 Add grob to your sig and help with world dominiation!http://is.gd/iBQ9Q                                                             Hey guys, we're seriously naming our team bob?

Offline

 

#7 2010-05-31 05:51:58

iCode-747
Scratcher
Registered: 2009-11-21
Posts: 1000+

Re: [Do-together] loop block

juststickman wrote:

iCode-747 wrote:

But instances and classes can be hard to understand for kids... Not that I'm not one myself.  tongue

Kinda simple actually. For little kids...
A "class" is like a job, but the instance follows it exactly.
An "instance" is like a person doing a job, but they make no mistakes and follow instructions exactly.

yikes  I heard differently...

A class is an object.

An instance is a type of that object.

What language?  hmm


-End Transmission-

Offline

 

#8 2010-05-31 09:32:58

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: [Do-together] loop block

Bump... OH NO, THIS DOESN'T NEED TO GET BUMPED.

I support!

Last edited by meew0 (2010-05-31 09:33:13)


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#9 2010-05-31 10:01:42

Greatdane
Scratcher
Registered: 2007-06-05
Posts: 1000+

Re: [Do-together] loop block

iCode-747 wrote:

juststickman wrote:

iCode-747 wrote:

But instances and classes can be hard to understand for kids... Not that I'm not one myself.  tongue

Kinda simple actually. For little kids...
A "class" is like a job, but the instance follows it exactly.
An "instance" is like a person doing a job, but they make no mistakes and follow instructions exactly.

yikes  I heard differently...

A class is an object.

An instance is a type of that object.

What language?  hmm

No, they're all the same. Don't you notice his definition? Carry out a job provided by the class.

The Class is an object.

An instance is a type of that object that does the real work.

Did you know that classes can have parents and children? It makes our line more complicated, but a child class is mutated from the parent Class and called its own. It's a useful function of programming called "inheritance".


The future belongs to those who believe in the beauty of their dreams.
        ~ Eleanor Roosevelt

Offline

 

Board footer