Projects Tagged with "new block"

flip

flip

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

How to make a new block [open Browser with URL []]

How to make a new block [open Browser with URL []]

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

How to make a new block: (if<>then[]else[])

How to make a new block: (if<>then[]else[])

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

REAL NEW BLOCKS (in streak) (fixed)

REAL NEW BLOCKS (in streak) (fixed)

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

Scratch 2.0 Ideas

Scratch 2.0 Ideas

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

Better Camera Blocks for Scratch

Better Camera Blocks for Scratch

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

future blocks

future blocks

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

Ask Calculator

Ask Calculator

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

New &quot;fade to costume&quot; Block

New "fade to costume" Block

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...

How to Repeat for a Certain Amount of Time

How to Repeat for a Certain Amount of Time

By: Cannash

Views: 103 | LoveIts: 4

Description: I made this to show how to make something repeat for a certain amount of time.

Point Towards X- Y- Block

Point Towards X- Y- Block

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

Spotlight Maze

Spotlight Maze

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

scratch scrolling beta

scratch scrolling beta

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

new looks block

new looks block

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

New block: if touthing color white bounce

New block: if touthing color white bounce

By: harrypotter345

Views: 59 | LoveIts: 1

Description: I just made a new block!

Block Request: Links

Block Request: Links

By: mina

Views: 56 | LoveIts: 1

Description: to the Scratch Team: Please make this block in a future version of Scratch!

How to make block [point towards x: y:] READ NOTES

How to make block [point towards x: y:] READ NOTES

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.

A new block i would like for the next scratch release

A new block i would like for the next scratch release

By: gabe3

Views: 54 | LoveIts: 1

Description:

set color to obsolete

set color to obsolete

By: m10guy

Views: 51 | LoveIts: 0

Description: when green flag clicked forever set color effect to (costume * (obsolete)) wait obsolete secs

New block for scratch

New block for scratch

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.

how to get the date/time block

how to get the date/time block

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

cool origami

cool origami

By: jurk

Views: 29 | LoveIts: 4

Description: pres space for next backround and download for the hat block when is true

When I recive Else block

When I recive Else block

By: mariogameguide

Views: 28 | LoveIts: 1

Description: Can someone please make me this Block? PLEASE COMMENT!!!!!

make a new block take photo block

make a new block take photo block

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.

I MADE THE ASCII BLOCK WITHOUT A TUITORIAL OOR INSTRUCTIONS!!

I MADE THE ASCII BLOCK WITHOUT A TUITORIAL OOR INSTRUCTIONS!!

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

Boundary Block

Boundary Block

By: BoyKetchup

Views: 19 | LoveIts: 0

Description:

adding new block 1

adding new block 1

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

how to make the &quot;last costume block&quot;

how to make the "last costume block"

By: gabe3

Views: 11 | LoveIts: 0

Description: if you use this, give me credit.

the &quot;Louder then %n&quot; block!

the "Louder then %n" block!

By: gabe3

Views: 10 | LoveIts: 0

Description: I made it! here's the tutorial: http://scratch.mit.edu/projects/gabe3/1202619

Scratch Builder(beta1.1)

Scratch Builder(beta1.1)

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.

Please Wait...