From Test-Scratch-Wiki
![]() |
This page is in question to whether it is useful or not. You can discuss whether you want it deleted or not on its talk page. Reason: notable? |
![]() |
This page has links to outside of the Scratch website or Wikipedia. Remember to stay safe when using the internet as we can't guarantee the safety of other sites. |
Blockode | |
Version | 0.3 |
Operating Systems | Windows |
Developer(s) | eribetra |
Open source? | Yes |
Programming language | Squeak |
Released? | Yes |
Compatible with | Scratch 1.4 |
Official Website | http://ericdutra.com/blockode.html |
2.0 Forum Topic | http://scratch.mit.edu/discuss/topic/8314 |
Active | Mostly not |
Blockode[1] is a Scratch Modification created by eribetra based on Scratch 1.4. Its main purpose is to add more blocks to the Scratch interface.
New Blocks
Blockode has 14 new blocks and a new category called Others.
Motion
point towards x (10) y (10) :: motion
points towards the specified x and y position.
Control
make a clone of myself :: control
anddelete this clone
makes and deletes a clone (has no use, no "when I start as a clone" block).
Looks
change costume by (1) :: looks
changes costume by a specified number.change stretch by (10) :: looks
stretches the sprite by a specified amount.set stretch to (100)% :: looks
sets the amount of stretch of the sprite to a specified number.
Sensing
(current [minute v])
Original block from Scratch 2.0, this block lets you see what X (time: minutes, hours, etc.) is it.
Operators
double (10) :: operators reporter
says the double of the specified number (ex. double (2) inputs 4).true :: operators boolean
andfalse :: operators boolean
inputs true or false (also in BYOB and Snap!)if <> then [] else [] :: operators reporter
if the boolean is true, it will input the first string; else, it will input the second string.
Others (new category)
open a website with URL [] :: sensing
opens your default browser in the specified URL.
Future Development
There may be a version 0.4.