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:

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)

BoooinG
Scratcher
1 post

How To Make an OS in Scratch

-Kahoot-
New Scratcher
1 post

How To Make an OS in Scratch

Nice
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
Swabe
Scratcher
18 posts

How To Make an OS in Scratch

YEAH BOI
-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

SandwichCafe wrote:

when green flag clicked
ask [type in password] and wait
if <> then

<(answer) = []>end
hide

I will use that in my thing!

TheEpicFinPYT
Scratcher
2 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.

-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.

Then, create a window.

Then a close button.
Then code the icon to do this.
when this sprite clicked
broadcast [Window show v]
On the window sprite, do this:
when I receive [Window show v]
show
when this sprite clicked
broadcast [Close v]
Do this for the window:
when I receive [Close v]
hide
oyster59
Scratcher
1 post

How To Make an OS in Scratch

say [YEet] for (2) secs
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 clicked
play sound [widows v]
this also can be used
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

If password is correct say correct
cool-moli
Scratcher
18 posts

How To Make an OS in Scratch

Minka99 wrote:

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

Your text to link here… check out this link

Last edited by cool-moli (Sept. 18, 2020 13:30:10)

Powered by DjangoBB