BLOCKY - Alpha This is BLOCKY, a programming language inspired by Scratch. This is still in development (but you can run projects already). This is a preview to show you the planned design and the main blocks of BLOCKY. Try using some blocks, discover some new features and tell me your ideas - as BLOCKY is still in development, I can pay attention to your ideas and add it to the final version. ------------------------------------------------------------------------- ==NAME:== BLOCKY ==STATUS:== -work in progress- ==GOAL:== Program your own game with one of the most advanced Scratch in Scratch Projects in the whole Scratch Community - Test the first Scratch in Scratch which allows you to create Custom Blocks - a brand new feature! Drag your blocks from the pallette at the right to the script area. LIST OF ALL WORKING BLOCKS (22): If ► clicked If ■ clicked wait () secs. move () steps turn → () degrees turn ← () degrees set direction () clear everything pen down pen up stamp set pen color () set pen size () show hide change color () change size () set x to () change x by () set y to () change y by () run script again BLOCKS TO BE ADDED: If [key] pressed If [sprite] clicked If [variable] < () If [variable] > () If [sprite] receive [message] send [message] to [sprite] wait until () stop [] if () if () else else (1/2) repeat forever repeat () times repeat until () end (1/2) If clone created create clone delete clone point towards () go to x() y() --remove? go to () next look previous look ask () and wait say () say () for () s. think () think () for () s. play sound () stop all sounds set volume () change volume () set () to () change () by () show () hide ()
This is the original Blocky made by @papageigames. If you'd like to contribute to this project, please check out the official Blocky studio at https://scratch.mit.edu/studios/4841627/ ! Scratch 3.0 broke some features of the editor and the overall design For developers: See the NOTE! sprite for more information and instructions about making changes to this alpha. There's also a changelog where you should add all changes you make. There are currently 59 blocks. GUIDE: Drag & Drop blocks to code. Drop one block at another to connect them. Hover over blocks to get their value and use the pen symbol to change its value. To run your project, you have to enable turbo mode (Shift + Green Flag) and click the start symbol. It's recommended to not use turbo mode while coding, as some animations will not be shown. ANLEITUNG: Bewege die Blöcke per Drag & Drop und lasse einen Block über dem Block los, mit dem er verbunden werden soll. Um den Wert eines Blockes anzuschauen, musst du mit dem Mauszeiger über ihn fahren. Benutze das dann gezeigte Stift-Symbol, um den Wert zu ändern. Um dein Projekt auszuführen, musst Du den Turbo-Modus aktivieren (Shift / Umschalttaste + Grüne Flagge), damit das Projekt flüssig läuft. Zum Programmieren solltest Du den Turbo-Modus jedoch ausgeschaltet lassen, da sonst einige Animationen nicht angezeigt werden.