Discuss Scratch
- scratchomaster99
-
Scratcher
26 posts
How To Make an OS in Scratch
If you want to create an OS in Scratch, You should be here!
Step 1: Logo
Of course you need a logo for your OS! Make it somewhat nice, Not just some text, But with some shapes too!
I recommend you use vector, I don't really use bitmap that much anymore.
Step 2: The Booting Screen
After you created your logo, You need a booting screen!
First make a color for the backdrop, You can choose any color you want.
Copy this script inside the backdrop:
Then, Put your logo somewhere at the top of the screen.
Put this script inside of the boot logo:
Then create a new sprite, Make it a grey bar.
It should be pretty long but not too high.
Then copy that costume and put a green bar inside of it.
Make it longer and longer until its completely green.
Then, Make this script inside the loading bar:
That will be the loading script.
(unfinished)
Step 1: Logo
Of course you need a logo for your OS! Make it somewhat nice, Not just some text, But with some shapes too!
I recommend you use vector, I don't really use bitmap that much anymore.
Step 2: The Booting Screen
After you created your logo, You need a booting screen!
First make a color for the backdrop, You can choose any color you want.
Copy this script inside the backdrop:
when green flag clicked
switch backdrop to [Boot Screen v]
Then, Put your logo somewhere at the top of the screen.
Put this script inside of the boot logo:
when green flag clicked
go to x: ( Put whatever position you put here. ) y: ( Put whatever position you put here. )
switch costume to [Logo v]
Then create a new sprite, Make it a grey bar.
It should be pretty long but not too high.
Then copy that costume and put a green bar inside of it.
Make it longer and longer until its completely green.
Then, Make this script inside the loading bar:
when green flag clicked
switch costume to [costume1 v]
wait (0.1) secs
switch costume to [costume2 v]
wait (0.1) secs
switch costume to [costume3 v]
wait (0.1) secs
switch costume to [costume4 v]
wait (0.1) secs
switch costume to [costume5 v]
wait (0.1) secs
switch costume to [costume6 v]
wait (0.1) secs
switch costume to [costume7 v]
wait (0.1) secs
switch costume to [costume8 v]
broadcast [DoneLoading v] and wait
That will be the loading script.
(unfinished)
Last edited by scratchomaster99 (July 8, 2018 13:22:29)
- SandwichCafe
-
Scratcher
100+ posts
How To Make an OS in Scratch
when green flag clicked
ask [type in password] and wait
if <> then
<(answer) = []>end
hide
- -Scales-
-
Scratcher
4 posts
How To Make an OS in Scratch
I may make an OS one day, but recently I've been making things such as the scratch editor and discord in to scratch.
- TheDigitalBrick
-
Scratcher
41 posts
How To Make an OS in Scratch
when green flag clicked
say [WHAAAT IS THIS?]
- jman876
-
Scratcher
26 posts
How To Make an OS in Scratch
when green flag clicked
ask [type in password] and waitif <> then
<(answer) = []>end
hide
I will use that in my thing!
- TheEpicFinPYT
-
Scratcher
2 posts
How To Make an OS in Scratch
If you want to create an OS in Scratch, You should be here!
Step 1: Logo
Of course you need a logo for your OS! Make it somewhat nice, Not just some text, But with some shapes too!
I recommend you use vector, I don't really use bitmap that much anymore.
Step 2: The Booting Screen
After you created your logo, You need a booting screen!
First make a color for the backdrop, You can choose any color you want.
Copy this script inside the backdrop:when green flag clicked
switch backdrop to [Boot Screen v]
Then, Put your logo somewhere at the top of the screen.
Put this script inside of the boot logo:when green flag clicked
go to x: ( Put whatever position you put here. ) y: ( Put whatever position you put here. )
switch costume to [Logo v]
Then create a new sprite, Make it a grey bar.
It should be pretty long but not too high.
Then copy that costume and put a green bar inside of it.
Make it longer and longer until its completely green.
Then, Make this script inside the loading bar:when green flag clicked
switch costume to [costume1 v]
wait (0.1) secs
switch costume to [costume2 v]
wait (0.1) secs
switch costume to [costume3 v]
wait (0.1) secs
switch costume to [costume4 v]
wait (0.1) secs
switch costume to [costume5 v]
wait (0.1) secs
switch costume to [costume6 v]
wait (0.1) secs
switch costume to [costume7 v]
wait (0.1) secs
switch costume to [costume8 v]
broadcast [DoneLoading v] and wait
That will be the loading script.
- -Antennae-
-
Scratcher
40 posts
How To Make an OS in Scratch
when green flag clicked
ask [Password please] and wait
if <[answer] = [password]> then
say [Correct password] for (2) secs
end
- -Antennae-
-
Scratcher
40 posts
How To Make an OS in Scratch
Create the app icons.
.svg)
Then, create a window.

Then a close button.
Then code the icon to do this.
Then, create a window.

Then a close button.
Then code the icon to do this.
when this sprite clickedOn the window sprite, do this:
broadcast [Window show v]
when I receive [Window show v]
show
when this sprite clickedDo this for the window:
broadcast [Close v]
when I receive [Close v]
hide
- SirSimE
-
Scratcher
47 posts
How To Make an OS in Scratch
take a look at some of my OSes https://scratch.mit.edu/studios/25924382/
- ved_chinnamgari
-
Scratcher
91 posts
How To Make an OS in Scratch
try this
when green flag clickedthis also can be used
play sound [widows v]
- ved_chinnamgari
-
Scratcher
91 posts
How To Make an OS in Scratch
when [my v] > (10)sorry windows not widows:mad:!!!!!!!!!!!!!!!!!!!11111111111111111111111111111111!!!!!!!!!!!!!!!!!!!!!!
- Minka99
-
Scratcher
10 posts
How To Make an OS in Scratch
when I receive [DoneLoading]
show
For the desktop things and anything for Start menu
Also this:
when green flag clicked
hide
- cool-moli
-
Scratcher
18 posts
How To Make an OS in Scratch
When flag clicked ask password then if it is incorrect say incorrect password and then shutdown
- cool-moli
-
Scratcher
18 posts
How To Make an OS in Scratch
when I receive [DoneLoading]show
For the desktop things and anything for Start menu
Also this:when green flag clickedhide
- cool-moli
-
Scratcher
18 posts
How To Make an OS in Scratch
Your text to link here… check out this link
Last edited by cool-moli (Sept. 18, 2020 13:30:10)















