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

#1 2011-09-30 18:50:29

slayerrobe7
Scratcher
Registered: 2011-06-24
Posts: 500+

new block (do together)

this new block would have the same format as repeat or forever but instead of having them done repeditivly have them done simletainiously hears an example

(when green flag clicked)
(do together)
(move 10 steps)
(turn 15 degrees)
(end together)

this way he would move 10 steps as he turns 15 degrees as opposed to one after the other this way more posobilaties for scratch could be born

supporters (1)
slayerrobe7


!!!When it comes to Scratch2.0 I am totally like freaking out!!!

Offline

 

#2 2011-09-30 19:03:35

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: new block (do together)

You could just do:

when flag clicked
move 10 steps

when flag clicked
turn 15 degrees

Offline

 

#3 2011-09-30 19:25:58

slayerrobe7
Scratcher
Registered: 2011-06-24
Posts: 500+

Re: new block (do together)

that works to but a do together button would be handy


!!!When it comes to Scratch2.0 I am totally like freaking out!!!

Offline

 

#4 2011-09-30 20:22:03

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: new block (do together)

As instantaneous as some things seem on the computer, there is an order to scripts. No matter how Scratch threads multiple scripts, ultimately, one block has to be executed before another. Scratch can't just make two blocks execute at the exact same time; one has to come before the other.

And kayybee, the point actually is the same with your solution. Even though Scratch threads different scripts together, that's achieved by switching between scripts. One still has to happen before the other.


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i.imgur.com/OZn2RD3.png&link2=http://i.imgur.com/duzaGTB.png&link3=http://i.imgur.com/CrDGvvZ.png&link4=http://i.imgur.com/POEpQyZ.png&link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#5 2011-09-30 20:44:47

slayerrobe7
Scratcher
Registered: 2011-06-24
Posts: 500+

Re: new block (do together)

well that is true if its done by having many scripts start at the same time to seem instentainious why cant it be done in blocks


!!!When it comes to Scratch2.0 I am totally like freaking out!!!

Offline

 

#6 2011-10-01 07:23:33

joefarebrother
Scratcher
Registered: 2011-04-08
Posts: 1000+

Re: new block (do together)

What if there was a block like that (or maybe called "run simultaneously") that has 2 c inputs like with the if/else block that ran the blocks in the first input at the same time as it ran the blocks in the second input.


My latest project is called http://tinyurl.com/d2m8hne! It has http://tinyurl.com/d395ygk views, http://tinyurl.com/cnasmt7 love-its, and http://tinyurl.com/bwjy8xs comments.
http://tinyurl.com/756anbk   http://tinyurl.com/iplaychess

Offline

 

#7 2011-10-01 08:09:02

shugocharafan88
Scratcher
Registered: 2009-10-07
Posts: 1000+

Re: new block (do together)

how about (do together with [sprite 1]) and it automatically copies that script to the other sprite


http://29.media.tumblr.com/tumblr_m37925cD311qbdrz4o1_r2_500.gif I'm back. Here's a Kento/Shori kiss.

Offline

 

#8 2013-02-28 14:59:49

tklameth
New Scratcher
Registered: 2013-02-28
Posts: 1

Re: new block (do together)

I am teaching 11 year olds scratch... A "do together" block would be an awesome enhancement!

Offline

 

#9 2013-02-28 15:22:48

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: new block (do together)

It's like the BYOB "launch"


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#10 2013-03-03 08:48:00

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: new block (do together)

Your example is actually a bit complex. However, Scratch 2.0 will have "atomic" procedures - custom blocks run all at once.

Offline

 

#11 2013-03-03 10:49:33

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

Re: new block (do together)

Scratch 2.0 has it! Its called "run without screen update"


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

Offline

 

#12 2013-03-03 11:32:32

OrcaCat
Scratcher
Registered: 2010-06-30
Posts: 500+

Re: new block (do together)

iTweak0r wrote:

Scratch 2.0 has it! Its called "run without screen update"

Yep.


     Awesome music     Electrode's theme     Epic music
Bye, 1.x.  sad                             Hello, 2.x!  smile

Offline

 

Board footer