(scratch 3 y u bork my os) Click the green flag to start the OS! Can we get 50 love-its? NEW VERSION OF SCRATCHOS: https://scratch.mit.edu/projects/118207932/ NOTE: I am not working on this right now. (Although I may come back to it in the future) (ↄ) Copyleft 2016 Pugduddly This is ScratchOS, a revolutionary OS written in Scratch! It is designed from the ground up to look good, and have a simple user interface. PROGRAMMING INSTRUCTIONS: Use the terminal for this! -- How to edit a file -- Type "edit" at the prompt, followed by the name of the file you want to edit. Once the editor opens, you can edit your file! Use the arrow keys to navigate your file. Backspace and Return work normally. If you can't type anything, you probably just typed a special character. Keep pressing that special character repeatedly until another one appears, then press backspace to delete it. Hit delete to exit the editor. -- Running a file -- It's easy. Just type "exec" at the prompt, followed with the name of the file you want to execute. -- Variables -- Variable names are enclosed in curly brackets ("{" and "}"). To assign a value to a variable, just type the following: "{variable name}=value" (without the quotes). The command "query" (input text) puts the text you typed in into a variable called "OpResult". -- Math -- Coming soon -- Commands -- Run the command "help". HOW TO GET CUSTOM WALLPAPER: 1. Scan your image with https://scratch.mit.edu/projects/66980580/ at a resolution of 240x180. 2. Output the list called "Image" to a file. 3. Before you log in to ScratchOS, import that list (there's an identical list called "Image" in this project). 4. Then set the variable "CustomWallpaper" to 1. 5. And log in. There you go! Custom wallpaper!
re-shared for archival purposes, last modified june 7 2016. original notes are below Features: Smooth transitions SVG (scaleable vector graphics) A working word processor A CLI (command line interface) A scripting engine Coming soon: Cloud preferences Credit to: Changelog: 0.30.0 : Holding down a special key (shift, ctrl, alt, etc) during startup starts the CLI instead of the GUI 0.29.2 : Fixed bugs with terminal 0.29.1 : Added 's rotating clock widget (from ), fixed bug with screen dimming, fixed bug with backgrounds, clicking the green flag no longer resets your preferences, settings app is now rendered with 's text engine 0.28.3 : Fixed backdrop glitch 0.28.2 : Fixed bug with user accounts 0.28.1 : Disabled 1 transition (it looks better now) 0.28.0 : Cloud user accounts now work. 0.27.0 : Added blur effect to login screen 0.26.0 : Screen dims after 6 seconds of inactivity 0.25.0 : Changed login screen to 's (It's much better then what I made) 0.24.0 : Re-wrote reboot code, and added something (I'm not sure what to call it) 0.23.1 : Fixed glitch with menu opening (I hope) 0.23.0 : More transitions (credit to ) 0.22.0 : Added more wallpaper (credit to ) 0.21.0 : Spruced up transitions (credit to ) 0.20.0 : Removed "load", "save", and "run" commands, and added "exec" and "edit" commands 0.19.0 : Added "|" character to text engine 0.18.0 : added "graphics" command 0.17.0 : Added "ver" and "textmode" commands. textmode 1 may be laggy 0.16.0 : You can now reboot your computer in the menu 0.15.0 : You can now backspace between multiple lines in the terminal 0.14.0 : Rewrote app icon positioning script 0.13.0 : Terminal now has a better icon 0.12.0 : Added CLI (command line interface) 0.11.0 : Added griffpatch's word processor 0.10.0 : You can now have custom wallpaper! 0.9.1 : Fixed bug with menu 0.9.0 : Added menu 0.8.0 : Added sounds 0.7.0 : Added User Account Control API 0.6.1 : Fixed bug in settings 0.6.0 : Removed previously mentioned feature due to glitches 0.5.0 : Added feature where you can peek at wallpaper in the login screen 0.4.0 : Added logon screen 0.3.0 : Added more AppBar colors 0.2.0 : Added functional settings app 0.1.0 : Added boot process & desktop