Discuss Scratch

f1lip
Scratcher
1000+ posts

Extensions


Extensions are something advanced, I would say. Inside ScratchX, lots of extensions can be found. The question is will extensions ever be added to Scratch? We will have to wait and see. Inside the normal scratch editor there are 3 extensions. There is a PicoBoard extension and two LEGO WeDo extensions. There is a LEGO WeDo 1.0 extension and a LEGO WeDo 2.0 extension. There is a setup tutorial in the editor for each extension. If you have any questions post here and I hope this guide helped you!
SuperHal989
Scratcher
88 posts

Extensions

javascript:function doStuff(){(function(ext){ext._shutdown=function(){};ext._getStatus=function(){return{status:2,msg:'Ready'};};var descriptor={blocks:[,,,,,,,]};ext.string=function(num){var answer=“foo”;var binary=num;answer=parseInt(binary,2);return answer;};ext.binary=function(num){var x=“foo”;x=num;x=parseInt(x);x=x.toString(2);return x;};ext.power=function(n1,n2){var answer=Math.pow(n1,n2);return answer;};ext.testgreat=function(num1,num2){var answer=“foo”;if(num1>=num2){answer=true;}else{answer=false;}return answer;};ext.testless=function(num1,num2){var answer=“foo”;if(num1<=num2){answer=true;}else{answer=false;}return answer;};ext.root=function(num1,num2){var answer=1/num1;answer=Math.pow(num2,answer);return answer;};ext.bool=function(bool,tru,fals){var answer=bool;if(bool===true){return tru;}else{return fals;}};ScratchExtensions.register('Blocks - minirag',descriptor,ext);})({});}doStuff();


(Not made by me, But if you use chrome or Firefox and put this as a bookmark, it will add 5 new items)

SuperHAL989 Prime has awoken!

if <Awoken> then

set [Your health v] to [ 0]
end


Username was destroyed by SuperHAL989 prime
\


he despawned. D:
f1lip
Scratcher
1000+ posts

Extensions

SuperHal989 wrote:

javascript:function doStuff(){(function(ext){ext._shutdown=function(){};ext._getStatus=function(){return{status:2,msg:'Ready'};};var descriptor={blocks:[,,,,,,,]};ext.string=function(num){var answer=“foo”;var binary=num;answer=parseInt(binary,2);return answer;};ext.binary=function(num){var x=“foo”;x=num;x=parseInt(x);x=x.toString(2);return x;};ext.power=function(n1,n2){var answer=Math.pow(n1,n2);return answer;};ext.testgreat=function(num1,num2){var answer=“foo”;if(num1>=num2){answer=true;}else{answer=false;}return answer;};ext.testless=function(num1,num2){var answer=“foo”;if(num1<=num2){answer=true;}else{answer=false;}return answer;};ext.root=function(num1,num2){var answer=1/num1;answer=Math.pow(num2,answer);return answer;};ext.bool=function(bool,tru,fals){var answer=bool;if(bool===true){return tru;}else{return fals;}};ScratchExtensions.register('Blocks - minirag',descriptor,ext);})({});}doStuff();


(Not made by me, But if you use chrome or Firefox and put this as a bookmark, it will add 5 new items)
Please do not spam.

Powered by DjangoBB