Discuss Scratch

daniel10294368
Scratcher
2 posts

How To Make an OS in Scratch

cutiecatmeow1
Scratcher
100+ posts

How To Make an OS in Scratch

That really helped!!







A Game you should try out! Black Dot
Swarthak_kid
Scratcher
7 posts

How To Make an OS in Scratch

Scratch Addons
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
WALDEX
Scratcher
5 posts

How To Make an OS in Scratch

wow
WALDEX
Scratcher
5 posts

How To Make an OS in Scratch

Chrome OS  on GOOGLE
WALDEX
Scratcher
5 posts

How To Make an OS in Scratch

move (GOOGOL) steps
WALDEX
Scratcher
5 posts

How To Make an OS in Scratch

when I receive [ EVERYTHING COMES TO AN END]
sidmaster14
Scratcher
5 posts

How To Make an OS in Scratch

when green flag clicked
say [windows] for (2) secs
TIMON666ENTER
Scratcher
4 posts

How To Make an OS in Scratch

When greenFlag clicked
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

scratchomaster99 wrote:

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.

Actually, I have a better solution.

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

JustAProjectMaker wrote:

You obviously need customization, so make a settings button/application when possible.
when this sprite clicked
if <(id) = [settings]> then
broadcast (Settings! v)
end
Can we revive this with a new forum
JustAProjectMaker
Scratcher
57 posts

How To Make an OS in Scratch

nolan66666 wrote:

JustAProjectMaker wrote:

You obviously need customization, so make a settings button/application when possible.
when this sprite clicked
if <(id) = [settings]> then
broadcast (Settings! v)
end
Can we revive this with a new forum

Maybe…
Humayd_Master_Y5
Scratcher
1 post

How To Make an OS in Scratch

Powered by DjangoBB