Discuss Scratch
- Scratcher1002
 - 
                            
						
						
                            Scratcher
                        
						
						 
1000+ posts
Delete both 2 go to blocks
But if we remove every number except 1 and 0, how can you get to twenty-one? You'd just get 1+.[sarcasm] If those have such easy workarounds that we should delete them, let's also delete this block!While we're at it, let's remove every number except for 1 and 0! the number 21 can be made from the following:if <> thenIt has a workaround! Then we can delete this one!
else
endwait (1) secsAnd then this one!when [ v] key pressedThen we can remove every workaroundable block!
[/sarcasm] No support.((((((1)+(1))+(1))*((1)+((1)+(1))))*((1)+(1)))+((1)+((1)+(1))))

I'm not going to support nor not support since I think the OP has had enough of this. (Correct me if I'm wrong OP.)
- NanoRook
 - 
                            
						
						
                            Scratcher
                        
						
						 
1000+ posts
Delete both 2 go to blocks
NO SUPPORT!!!!!
If you don't list a reason, your entire argument is useless.
No support, it's for newer scratchers.
- helloandgoodbye9
 - 
                            
						
						
                            Scratcher
                        
						
						 
1000+ posts
Delete both 2 go to blocks
No support due to this - https://scratch.mit.edu/discuss/topic/195968/
                        
                        
                    - dude341
 - 
                            
						
						
                            Scratcher
                        
						
						 
1000+ posts
Delete both 2 go to blocks
<sarcasm>Can't we just do this?
                        
                            run code::control cstart(No offence to original poster)
cd [C:/DOS]::control
move to [next folder v]::control
write binary: (0101010)::operators
end program::cend
Last edited by dude341 (May 8, 2016 10:31:41)
- jokebookservice1
 - 
                            
						
						
                            Scratcher
                        
						
						 
1000+ posts
Delete both 2 go to blocks
No support as per everybody else. That workaround isn't complete since pen projects will produce an L shape rather than a diagonal line \ when using the workaround. The glide block could be an alternative, but I think that that block should be kept because each of the movement blocks are workaroundable with that one block:
So really, the goto block can workaround the others, but the set block leaves an L shape.
And therefore, I do not support the removal of the goto block, since the workaround provided is not perfect, but the two blocks that you have tried to use as a workaround can be replaced with a goto block. So, if you want to remove any blocks, remove all of the (non rotational) movement blocks, since they are all wrkaroundable with the goto block (actually, don't, I'm just saying that we don't need the others, not saying to remove them)
Thanks for reading.
Summary: No support, workaround is not complete
                        
                            define move (steps) stepsAnd even glide is wrkaroundable via atan.
go to x: ((x position) + ((steps) * ([sin v] of (direction)))) y: ((x position) + ((steps) * ([cos v] of (direction))))
define go to (sprite name) //Hack the JSON
go to x: ([x position v] of (sprite name) ) y: ([y position v] of (sprite name) ) //Hack the JSON
define set x to (x)
go to x: (x) y: (y position)
define change x by (x)
go to x: ((x position) + (x)) y: (y position)
define set y to (y)
go to x: (x position) y: (y)
define change y by (y)
go to x: (x position) y: ((y) + (y position))
So really, the goto block can workaround the others, but the set block leaves an L shape.
And therefore, I do not support the removal of the goto block, since the workaround provided is not perfect, but the two blocks that you have tried to use as a workaround can be replaced with a goto block. So, if you want to remove any blocks, remove all of the (non rotational) movement blocks, since they are all wrkaroundable with the goto block (actually, don't, I'm just saying that we don't need the others, not saying to remove them)
Thanks for reading.
Summary: No support, workaround is not complete
Last edited by jokebookservice1 (May 8, 2016 11:50:17)
- asivi
 - 
                            
						
						
                            Scratcher
                        
						
						 
1000+ posts
Delete both 2 go to blocks
Actually you don't need to hack the json since you can include any string in that reporter block:define go to (sprite name) //Hack the JSON
go to x: ([x position v] of (sprite name) ) y: ([y position v] of (sprite name) ) //Hack the JSON
([x position v] of (join [] [name of sprite]))
([x position v] of (name of sprite))
([x position v] of (item ( v) of [ v]))
- jokebookservice1
 - 
                            
						
						
                            Scratcher
                        
						
						 
1000+ posts
Delete both 2 go to blocks
True. But if you want a drop down menu for the hat, you have to hack the JSON thoughActually you don't need to hack the json since you can include any string in that reporter block:define go to (sprite name) //Hack the JSON
go to x: ([x position v] of (sprite name) ) y: ([y position v] of (sprite name) ) //Hack the JSON([x position v] of (join [] [name of sprite]))
([x position v] of (name of sprite))
([x position v] of (item ( v) of [ v]))
- p-p-p-p-p-p-p-p-p-p-
 - 
                            
						
						
                            Scratcher
                        
						
						 
1000+ posts
Delete both 2 go to blocks
instead ofI would deletego to x: () y: ()
doset x to ()
set y to ()
instead ofgo to [mouse pointer]
doset x to (mouse x)
set y to (mouse y)
set x to ()and just use the go to X: Y:
set y to ()
- coder_isaiyah11
 - 
                            
						
						
                            Scratcher
                        
						
						 
100+ posts
Delete both 2 go to blocks
Multiplication is workaroundable, so should we take that out as well? No support.hey thats my suggestion!
- coder_isaiyah11
 - 
                            
						
						
                            Scratcher
                        
						
						 
100+ posts
Delete both 2 go to blocks
also this topic will become this topic if this keeps going on @Harakou the one that closed my topic before it became an lag monster would need to close this
                        
                        
                    - lovecodeabc
 - 
                            
						
						
                            Scratcher
                        
						
						 
1000+ posts
Delete both 2 go to blocks
Multiplication is workaroundable, so should we take that out as well? No support.Yep because
repeat ( muitiplyer )
change [output v] by (muitlypier)
end
            







