ScratchData LogoScratchData
Back to messijestsuper's profile

Scratch OS Codename Lynx Build 28

MEmessijestsuper•Created July 5, 2021
Scratch OS Codename Lynx Build 28
9
9
195 views
View on Scratch

Instructions

Hello! This is first beta build of my new OS, Scratch OS! It is themed like Windows 3.11 (credit in the "Notes and Credits" section) and inspired by the fake Windows Cougar build 28. I want to make the final name a surprise, so you have to wait for one of the last beta builds. You may ask: why? The final name would be revealed in later beta builds, that's why. This build contains 4 apps: - File Manager; - Control Panel; - Clipboard Viewer (yes, I haven't seen a Scratch OS anywhere that has a clipboard, also I never implemented a clipboard to any of my Scratch OSs) - Internet Explorer (scroll down to see the available sites) AVAILABLE SITES IN INTERNET EXPLORER: - ie://home (main page that is a list of other available websites) - scratchsearch.mit.edu (Google in Scratch) - scratchsoft.com (The site of creator of this OS)

Description

NOTES: I can show you how to code the clipboard. It's not that hard to code as you may think. 1. Create a variable named "copied" 2. Make a clipboard app if you haven't already. You can design it on your own or make it look the same as mine. You can use assets of this without my permission, so feel free to use them in your projects, but you must credit me in the "Notes and Credits" section. 3. Open your clipboard app and create a new list named "Clipboard". 4. Scale the list to fit in the window. 5. Then, decide which app would copy something. 6. Add this script to the copy button (if you haven't already): when this sprite clicked set [copied] to (<write something>) The <write something> is the text box for this block. 7. And then, add this script for the paste button in the clipboard app: when this sprite clicked add (copied) to [Clipboard] 8. The final step - go to backdrop scripts and add this: when (green flag) clicked delete all from [Clipboard] set [copied] to () Note: the () is the text box. Leave it blank. And if you do everything correct, it should work like the one that I made. That's all! Beta Release Notes: Build 28, shared on 2021/07/07 22:03 Credits: Code: me Windows 3.11: Microsoft Scratch On! :)

Project Details

Project ID550850740
CreatedJuly 5, 2021
Last ModifiedJuly 3, 2023
SharedJuly 7, 2021
Visibilityvisible
CommentsAllowed