Discuss Scratch
- Swarthak_kid
-
Scratcher
7 posts
How To Make an OS in Scratch
when I receive [Login v]
ask [PIN] and wait
if <(answer) = [1234]> then
say [Correct] for (2) secs
else
say [Wrong] for (2) secs
end
- sidmaster14
-
Scratcher
5 posts
How To Make an OS in Scratch
when green flag clicked
say [windows] for (2) secs
- abobavasa228
-
New Scratcher
1 post
How To Make an OS in Scratch
when green flag clicked
hide
repeat (18)
turn cw (10) degrees
end
this code for spinning loading screen
- CoderJRocks
-
Scratcher
8 posts
How To Make an OS in Scratch
If you want to create an OS in Scratch, You should be here!Actually, I have a better solution.
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.
when green flag clicked
show
go to x: (X location) y: (Y Location)
repeat (54)
next costume
wait (0.06) secs
end
hide
broadcast [Loading Done v]
Last edited by CoderJRocks (Aug. 18, 2025 01:50:32)
- JustAProjectMaker
-
Scratcher
57 posts
How To Make an OS in Scratch
You obviously need customization, so make a settings button/application when possible.
when this sprite clicked
if <(id) = [settings]> then
broadcast (Settings! v)
end
Last edited by JustAProjectMaker (Aug. 18, 2025 04:52:36)
- nolan66666
-
Scratcher
100+ posts
How To Make an OS in Scratch
You obviously need customization, so make a settings button/application when possible.Can we revive this with a new forumwhen this sprite clicked
if <(id) = [settings]> then
broadcast (Settings! v)
end
- JustAProjectMaker
-
Scratcher
57 posts
How To Make an OS in Scratch
You obviously need customization, so make a settings button/application when possible.Can we revive this with a new forumwhen this sprite clicked
if <(id) = [settings]> then
broadcast (Settings! v)
end
Maybe…
- Humayd_Master_Y5
-
Scratcher
1 post
How To Make an OS in Scratch
You can also see my OS:
https://scratch.mit.edu/projects/1211928188/
https://scratch.mit.edu/projects/1211928188/








