By: Jens
Views: 3697 | LoveIts: 83
Description: This project shows how to create your own command blocks for Scratch using the Scratch Source Code released by MIT. Have fun! -Jens P.S.: you can get the source code following this link: http://scratch.mit.edu/pages/source There's also a helpful forum thread here: http://scratch.mit.edu/forums/v ... show more
By: billyedward
Views: 1633 | LoveIts: 43
Description: STREAK IS OUT!!!!! It is at http://streak.t35.com/ Please note that when it comes out in v(1.3.1)0.2, this block will be called 'run externally.' Follow the steps in this project to make a block to open a browser with a specified url in it. You can now hyperlink in scratch! You can also type th ... show more
By: billyedward
Views: 1271 | LoveIts: 25
Description: STREAK IS OUT!!!!! It is at http://streak.t35.com/ Follow the steps in this project to make 2 new blocks: If a boolean is true, it reports the first value, else it reports the second. Im actually surprised, with the usefulness of this, and the relative shortness of the code that runs it, that MIT ... show more
By: billyedward
Views: 1232 | LoveIts: 23
Description: STREAK IS OUT!!!!! It is at http://streak.t35.com/ ___________________________ WHAT'S UP WITH THE FIXED? Those of you who have seen this project as it originally was will know that it didn't used to run any scripts, just show the blocks. This is because of two streak-only watchers I added, which an ... show more
By: scmb1
Views: 914 | LoveIts: 52
Description: These are my ideas for Scratch 2.0. If the voice and the words aren't together, turn the sound down, close your eyes, or download. :) Downloading is preferred, of course. Relevant tags are always welcome! (But the tag "relevant tag" doesn't count! ) 3rd Top Viewed- April 8th 2nd Top Vie ... show more
By: sparks
Views: 832 | LoveIts: 114
Description: A plea to the Scratch designer to work in some extra camera blocks for V 1.4.1 PLEASE, IF YOU AGREE THAT SCRATCH WOULD BE BETTER WITH THESE BLOCKS, LIKE IT, LOVE IT, COMMENT ON IT, DOWNLOAD IT, REMIX IT, DO WHAT YOU CAN TO GET THE ATTENTION OF THE SCRATCH DESIGNERS! WOO! "TOP LOVED" ... show more
By: henley
Views: 193 | LoveIts: 8
Description: sound and pen coming soon never mind i'm not going to make it i'm going to make another one instead
By: BlueFlame
Views: 164 | LoveIts: 12
Description: Ask Calculator Version 6.0 ================== You are now able to use pi and phi! ================== Created: 21th August 2009 ================== Scratch 1.4.1: 30 June 2009 ================== Features: - Less Rounding - Invalid number + letter filters - Dividing by zero filters - Equa ... show more
By: jceggbert5
Views: 129 | LoveIts: 4
Description: Here is a new block that I hope is implemented into Scratch 1.3, or 2.0 (or whatever the next version is) Hope it makes it...
By: Cannash
Views: 103 | LoveIts: 4
Description: I made this to show how to make something repeat for a certain amount of time.
By: wwjd3
Views: 76 | LoveIts: 2
Description: On the screen is a picture of a block that would be nice to have in Scratch. Although there are two ways to do this block already, (one involving math, and one involving a hidden sprite), it would be a good block not only for beginners, but for those who want to save time and make their projects sim ... show more
By: bluefox12
Views: 75 | LoveIts: 9
Description: Welcome to the spotlight maze! It's an original spotlight maze idea. You've probably seen "get the square through the maze" idea. This one is different. Everything is completely dark. The only way you can see is the spotlight! Control the spotlight with the mouse. With it, you can ... show more
By: Nerdynerd911
Views: 67 | LoveIts: 3
Description: This is one of the only projects of it's type on scratch. I made a simulation, or a very close copy, of the scratch scrolling bar. And in case you're wondering, no, I did not hack scratch or do anyhing of the sort. If you don't believe me, look at the scipts-they don't lie. This project is only a be ... show more
By: scimonster
Views: 67 | LoveIts: 0
Description: Click on the block for it to run. Suggested on Scratch Suggestions by cpumaster930 here: http://suggest.scratch.mit.edu/forums/60449-suggestions/suggestions/996841-add-flash-s-smoot h-transi Another suggestion I have: http://scratch.mit.edu/projects/scimonster/1394563 A cool idea based on this: h ... show more
By: harrypotter345
Views: 59 | LoveIts: 1
Description: I just made a new block!
By: mina
Views: 56 | LoveIts: 1
Description: to the Scratch Team: Please make this block in a future version of Scratch!
By: sccar3
Views: 55 | LoveIts: 0
Description: ('point towards x: %n y: %n' #- #pointToX:y:) The reason you only have to make the spec is because scratch already made the script but no block to go with it. if you go into the instance and motion it will already have the script. I said finder but its browser.
By: m10guy
Views: 51 | LoveIts: 0
Description: when green flag clicked forever set color effect to (costume * (obsolete)) wait obsolete secs
By: tawnySimon
Views: 33 | LoveIts: 1
Description: I've posted a scratch suggestion just like this and I hope you will vote for it. I need this block in alot of my projects and I hope it will be picked.
By: timetravelernick
Views: 29 | LoveIts: 0
Description: how to get the get time/date block code1 ('get %s' #r #getTime:date') code2 getTime: t1 t1 = 'date' ifTrue: [^ Date today]. t1 = 'short date' ifTrue: [^ Date today printFormat: #(1 2 3 $- 2 2 )]. t1 = 'time' ifTrue: [^ Time now]. t1 = 'seconds' ifTrue: [^ Time now seconds]. t1 = 'minutes' ifTrue: ... show more
By: jurk
Views: 29 | LoveIts: 4
Description: pres space for next backround and download for the hat block when is true
By: mariogameguide
Views: 28 | LoveIts: 1
Description: Can someone please make me this Block? PLEASE COMMENT!!!!!
By: electrified123
Views: 26 | LoveIts: 1
Description: if you dont know how to bring up the browser then here you go shift click the are in the scratch logo at the top left of the screen and and select turn fill screen off then click the white space at the bottom and then open browser then do the following steps in the beginning of this project.
By: Pecola1
Views: 20 | LoveIts: 0
Description: does not work online. If downloaded the blocks are obsolete but still there will be a tuitorial soon! ASCII code allows you to be able to tell if a letter is capital or lower-case. The tutorial is http://scratch.mit.edu/projects/Pecola1/1429431
By: myh9090
Views: 15 | LoveIts: 2
Description: This is a step-by-step demo of how to add a simple Scratch block (to check if an input value is within a range of values) and create a "hacked" version. I've done it on Windows/PC, so it may look a bit different on other machines/OSs. I know very little Smalltalk, so the functionality of ... show more
By: gabe3
Views: 11 | LoveIts: 0
Description: if you use this, give me credit.
By: gabe3
Views: 10 | LoveIts: 0
Description: I made it! here's the tutorial: http://scratch.mit.edu/projects/gabe3/1202619
By: MOLE66
Views: 4 | LoveIts: 0
Description: This project is based on the example project GravityBlocks.You may have noticed an addition to this beta.The swirl block is an annoying block that pushes your blocks around randomly.I will be making this game better in the future.
