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

#126 2011-11-02 13:17:02

Jens
Scratcher
Registered: 2007-06-04
Posts: 1000+

Re: Learn To Build Your Own Blocks - A Beginners Guide To BYOB

hi schusteralex2,
you can right click on any custom block in BYOB and select "edit" from the pop-up menu. This will open the Block Editor on the custom block's definition and let you change it.


Jens Mönig

Offline

 

#127 2011-11-02 14:15:09

schusteralex2
Scratcher
Registered: 2011-09-17
Posts: 1000+

Re: Learn To Build Your Own Blocks - A Beginners Guide To BYOB

thanks


http://i44.tinypic.com/2uj37ds.gif

Offline

 

#128 2011-11-03 18:05:02

cocolover76
Scratcher
Registered: 2011-10-09
Posts: 500+

Re: Learn To Build Your Own Blocks - A Beginners Guide To BYOB

fg123 wrote:

BTW, it's -1 instead of 1 for the previous costume.  wink

Let me think.....
Example:
Costume #=1
Costume # - -1 = 2. Whenever you use a negative, it does the opposite of your operation.
Costume # - 1 = 0. Whenever you use a positive, it does your operation.


http://i.imgur.com/HfEPZ.gifhttp://i.imgur.com/pvKb6.png

Offline

 

#129 2011-11-04 21:11:31

krenesha
New Scratcher
Registered: 2011-10-01
Posts: 2

Re: Learn To Build Your Own Blocks - A Beginners Guide To BYOB

i love king<change pen color by(

Offline

 

#130 2012-02-03 15:40:31

shannonlove2010
New Scratcher
Registered: 2012-02-03
Posts: 1

Re: Learn To Build Your Own Blocks - A Beginners Guide To BYOB

i want to make my own srach

Offline

 

#131 2012-12-23 14:08:26

randomzombie7
Scratcher
Registered: 2012-10-20
Posts: 15

Re: Learn To Build Your Own Blocks - A Beginners Guide To BYOB

I don't know how to upload BYOB block energy into these comments. so i made a scratch project for my block. http://scratch.mit.edu/projects/randomzombie7/2993647

Offline

 

#132 2013-01-06 17:04:25

lovey01
Scratcher
Registered: 2010-03-26
Posts: 2

Re: Learn To Build Your Own Blocks - A Beginners Guide To BYOB

This is my script I made!

[scratchblocks]
go front (number) layers
set (the (attribute [layer V]) block) to ((the (attribute [layer V]) block) + (number))

Offline

 

#133 2013-01-07 11:54:47

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

Re: Learn To Build Your Own Blocks - A Beginners Guide To BYOB

meew0 wrote:

A block idea:

http://imgur.com/CnjUm.gif

That won't work.
You need the input to be boolean unevaluated, and put
if (call (condition)) ...


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

 

#134 2013-01-15 10:27:43

techboy102
New Scratcher
Registered: 2012-06-01
Posts: 17

Re: Learn To Build Your Own Blocks - A Beginners Guide To BYOB

when gf clicked
say [lololololololololololol lol!] for (10000000) secs

Offline

 

#135 2013-02-04 11:54:01

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

Re: Learn To Build Your Own Blocks - A Beginners Guide To BYOB

I want to make a do random block where it has and c-shape input with the arrows that mean that you can increase or decrease the amount of c-shapes. It will then run a random one of the c-shapes, how do I do this?

Offline

 

#136 2013-02-05 12:16:43

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

Re: Learn To Build Your Own Blocks - A Beginners Guide To BYOB

I worked it out with the input 'things...' run item (pick random (1 to (length of things) of things.

Offline

 

Board footer