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

#1 2011-10-08 18:47:46

efisher82
Scratcher
Registered: 2009-12-07
Posts: 100+

New blocks

...they are:

1) [wait until I receive____↓]

2) [stop all of this sprite's scripts]

That last one could probably be worded better.
SUPPORTERS

Of both:

efisher82
KrIsMa
laptop97
my-chemical-romance
schnrfl

Of #2 only:

Greenatic

Last edited by efisher82 (2011-10-11 20:10:12)


http://bit.ly/ApaYt4http://ow.ly/8Jemvhttp://fulltwist.net/wp-content/plugins/social-slider/icons/standard/youtube-32.png

Offline

 

#2 2011-10-08 19:56:06

KrIsMa
Scratcher
Registered: 2011-09-20
Posts: 500+

Re: New blocks

Support!


http://blocks.scratchr.org/API.php?user=KrIsMa&action=onlineStatus&online=http://i49.tinypic.com/2pzic0m.png&offline=http://i49.tinypic.com/r7p10n.png
The Scratch Team (and fellow scratchers!) is/are so nice!!!

Offline

 

#3 2011-10-08 22:55:43

efisher82
Scratcher
Registered: 2009-12-07
Posts: 100+

Re: New blocks

KrIsMa wrote:

Support!

Thanks! I'll start a list...


http://bit.ly/ApaYt4http://ow.ly/8Jemvhttp://fulltwist.net/wp-content/plugins/social-slider/icons/standard/youtube-32.png

Offline

 

#4 2011-10-08 22:57:47

laptop97
Scratcher
Registered: 2011-06-27
Posts: 1000+

Re: New blocks

Support!

I think they're working on <wait until I receive____↓>

Offline

 

#5 2011-10-08 23:16:21

my-chemical-romance
Scratcher
Registered: 2011-04-24
Posts: 1000+

Re: New blocks

support on both, 1 can be done now with variables, but it's still handy to have it otherwise

Offline

 

#6 2011-10-09 08:06:46

efisher82
Scratcher
Registered: 2009-12-07
Posts: 100+

Re: New blocks

my-chemical-romance wrote:

support on both, 1 can be done now with variables, but it's still handy to have it otherwise

Yes, I know [wait until I receive_____] can be done with a true/false variable, but it's much easier this way.


http://bit.ly/ApaYt4http://ow.ly/8Jemvhttp://fulltwist.net/wp-content/plugins/social-slider/icons/standard/youtube-32.png

Offline

 

#7 2011-10-11 09:56:39

my-chemical-romance
Scratcher
Registered: 2011-04-24
Posts: 1000+

Re: New blocks

and a clear all of sprite block too

Offline

 

#8 2011-10-11 17:40:44

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: New blocks

I agree with the second, but not the first.  How would it be different from the hat block?

Offline

 

#9 2011-10-11 18:23:26

efisher82
Scratcher
Registered: 2009-12-07
Posts: 100+

Re: New blocks

Greenatic wrote:

I agree with the second, but not the first.  How would it be different from the hat block?

if the message was received while the script was not running or was running a different part, nothing would happen.


http://bit.ly/ApaYt4http://ow.ly/8Jemvhttp://fulltwist.net/wp-content/plugins/social-slider/icons/standard/youtube-32.png

Offline

 

#10 2011-10-11 18:28:32

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: New blocks

efisher82 wrote:

Greenatic wrote:

I agree with the second, but not the first.  How would it be different from the hat block?

if the message was received while the script was not running or was running a different part, nothing would happen.

Workaround:

When Green Flag Clicked:
set variable to 0.

When I receive [broadcast]:
if <(variable) = 0> {
set variable to 1.
SCRIPTS HERE
set variable to 0.
}

Offline

 

#11 2011-10-11 18:36:23

efisher82
Scratcher
Registered: 2009-12-07
Posts: 100+

Re: New blocks

Greenatic wrote:

efisher82 wrote:

Greenatic wrote:

I agree with the second, but not the first.  How would it be different from the hat block?

if the message was received while the script was not running or was running a different part, nothing would happen.

Workaround:

When Green Flag Clicked:
set variable to 0.

When I receive [broadcast]:
if <(variable) = 0> {
set variable to 1.
SCRIPTS HERE
set variable to 0.
}

Read this from above

efisher82 wrote:

my-chemical-romance wrote:

support on both, 1 can be done now with variables, but it's still handy to have it otherwise

Yes, I know [wait until I receive_____] can be done with a true/false variable, but it's much easier this way.

Because workarounds aren't as good!

Last edited by efisher82 (2011-10-11 18:38:00)


http://bit.ly/ApaYt4http://ow.ly/8Jemvhttp://fulltwist.net/wp-content/plugins/social-slider/icons/standard/youtube-32.png

Offline

 

#12 2011-10-11 19:34:23

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: New blocks

efisher82 wrote:

Because workarounds aren't as good!

Not by much.  I would just do the workaround.  Sorry, but I don't support.

(The first one, I mean  wink  )

Last edited by Greenatic (2011-10-11 19:34:57)

Offline

 

#13 2011-10-11 19:47:32

schnrfl
Scratcher
Registered: 2011-10-11
Posts: 500+

Re: New blocks

YESS. #2 is the best
It's possible to make #1 with variables, but some people might not know how to use them.

zomg not used to 180 second rule ;________;


opposable thumbs • ubc • dvorak • help
sprach eˣius//Foresson

Offline

 

#14 2011-10-11 20:11:35

efisher82
Scratcher
Registered: 2009-12-07
Posts: 100+

Re: New blocks

Greenatic wrote:

efisher82 wrote:

Because workarounds aren't as good!

Not by much.  I would just do the workaround.  Sorry, but I don't support.

(The first one, I mean  wink  )

Variables can be glitchier, too. At least in my experience.


http://bit.ly/ApaYt4http://ow.ly/8Jemvhttp://fulltwist.net/wp-content/plugins/social-slider/icons/standard/youtube-32.png

Offline

 

#15 2011-10-14 14:56:19

efisher82
Scratcher
Registered: 2009-12-07
Posts: 100+

Re: New blocks

Bump


http://bit.ly/ApaYt4http://ow.ly/8Jemvhttp://fulltwist.net/wp-content/plugins/social-slider/icons/standard/youtube-32.png

Offline

 

Board footer