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.
Offline
fg123 wrote:
BTW, it's -1 instead of 1 for the previous costume.
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.
Offline
i want to make my own srach
Offline
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
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)) ...
Offline
when gf clicked say [lololololololololololol lol!] for (10000000) secs
Offline
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
I worked it out with the input 'things...' run item (pick random (1 to (length of things) of things.
Offline