READ THE INSTRUCTIONS BEFORE YOU USE THE PROJECT!!!! I saw a really cool project the other day where someone had used a list to create an old-fashioned computer OS, so I decided I would take it to the next level. In this retro-styled OS, you type in terminal commands to view and change settings, play music, look at the time of day, and program applications using the DragonType[ORIGIN] programming language (created by me, DragonZBW, of course). More is coming soon! NOTE: USE TURBO MODE IF YOU ARE USING THE CAMERA APP
- Coding: Me - Camera app coding: @Leyzej - Also the inspiration for this was from another Scratch project (I don't have the url anywhere, so I can't link it... *sad face*). - Enjoy the project - Please leave any suggestions in the comments - Don't forget to check out my other projects - I'm working on documentation for the coding language CHANGELOG: v.0.2.0: - Finished up the programming stuff. This is the final release. There will be no more updates because the code has gotten way too complicated. I wanted to add user input to the programming language, but it's extremely hard to do in Scratch. :( v.0.1.8: - Added scripting implementation for display.ln commands. You can now use display.ln.add(), display.ln.clear, and display.ln.delete() in your custom programs to create, edit, and delete display text. - Added a new program-only command, wait(<seconds>). Just type that in with <seconds> as any positive number and List_OS will wait that amount of seconds. Useful for programming music where you want rests, or when you just want a piece of text to appear on the screen for more that a split second. v.0.1.7: - Added scripting implementation for music and volume. Now you can use the music.music, music.volume, and music.off commands in your programs. - Added scripting implementation for display.clear. Now you can clear out the display by typing display.clear in your programs. v.0.1.6: - Added scripting implementation for sounds. Now you can program songs with the programming interface! I'm going to make a second project soon with specific instructions on how to use all the commands and programming references in this project correctly. v.0.1.5: - Added a new default program, Camera, which lets the user take a picture with their webcam. The picture gets a little pixellated in the process, and sometimes doesn't scan the whole picture, but mostly it works OK. v.0.1.4: - Added a new default program, NotePlay, which allows the user to play notes with different instruments. It may not seem like much, but when user-created programs are fully implemented, you will be able to play full songs with commands from this program. - Removed the sound menu from the built in Help program because you need to be using NotePlay to use the sound commands - Changed the way the system tells you that you have entered a nonexistent or execute-only program into the program.edit(<programname>) command. v.0.1.2: - Re-worked the Help program to be more organized and modular - Keep in mind that even though the Help program provides information on them, any commands in the class "music" are not implemented yet BUT they will be added along with a built in music app in v.0.1.4. v.0.1.1: - Bug fixes with syntax errors v.0.1.0: - The first version - Added basic default programs - Added music playing system - Added RAM-like memory system for user-created programs - LOTS OF CODING WENT INTO THIS!!!