Discuss Scratch

AIGamesDeveloper
Scratcher
1000+ posts

Void OS - The New OS on Scratch [Applications Closed] {NEW TEAM}



Void OS is the newest OS on Scratch being built by experienced coders and designers

The Founder of this OS has been banned from screens for a year and told me to make the new thread.

Links

BoD

Founder - @GALAXYMASTER79

Owner - @AIGamesDeveloper

Co-Owner - PyraEthan12

Manager - @Dream-123-123

WD (Website Director) - @ToastersUnited

DoA (Director of Art) - @AJ-Scratch-AJ

Workers of the Month
Akabhu

Contributors

@Galaxymaster79 {FOUNDER}
@AIGamesDeveloper {OWNER}
@TopGG {WEEK 1}
@PyraEthan12 {WEEK 1}
@Akabhu {WEEK 1}
@Dream-123-123 {WEEK 1} {manager}
@qloakonscratch

Forms
Joining Form
Username
Why do you want to join?:
Position:
Work Examples:
Experience (Optional):
Other:

bad example
username: <—————
why you want to join: yes
what job? yes
experience: yes
other Y E S

Break Form

Start of Break:
End of Break:
Reason (optional):

Positions
Thinker
  • Dream-123-123
  • qloakonscratch
  • Akabhu
Coder
  • qloakonscratch
  • Akabhu
Animator
  • qloakonscratch
Artist
  • Dream-123-123
  • qloakonscratch
Website Developer
  • Akahbu
  • qloakonscratch
Musician
  • qloakonscratch

Last edited by AIGamesDeveloper (April 27, 2022 14:02:37)













AIGamesDeveloper
Scratcher
1000+ posts

Void OS - The New OS on Scratch [Applications Closed] {NEW TEAM}

NEW TASKS BELOW

Main Apps
Settings
Browser
Music
App Store
File Manager
Calculator
Widgets
Time
Main Menu (feature)

APP STORE

Sunset by Gustavolarana
Another Platformer
RPG Game
Public Posted Games (people will send games to us to be added to the app store)
VTube (Animations)
Void+ (Antivirus, doesn't work, but makes it realistic)
Text Editor
Camera
All These are installable via the app store
Most tasks made by aj

Last edited by AIGamesDeveloper (March 4, 2022 17:40:49)













PyraEthan12
Scratcher
1000+ posts

Void OS - The New OS on Scratch [Applications Closed] {NEW TEAM}

Ok


#3YEARSOFPYRA

If anyone wants to know I can compose music, I’m not amazing but I can do it. If you want music for a collaboration, just ask and I’ll see if I can help.

//Ethan:
Very old Scratch 2.0 Alpha help

PyraEthan12
Scratcher
1000+ posts

Void OS - The New OS on Scratch [Applications Closed] {NEW TEAM}

If co-owner is still open can I be a co-owner


#3YEARSOFPYRA

If anyone wants to know I can compose music, I’m not amazing but I can do it. If you want music for a collaboration, just ask and I’ll see if I can help.

//Ethan:
Very old Scratch 2.0 Alpha help

HappyCosmos
Scratcher
8 posts

Void OS - The New OS on Scratch [Applications Closed] {NEW TEAM}

Thank you Ai
my parents let me on my computer quick well i have to go
ill miss you all!!!

byee guys D=
AIGamesDeveloper
Scratcher
1000+ posts

Void OS - The New OS on Scratch [Applications Closed] {NEW TEAM}

PyraEthan12 wrote:

If co-owner is still open can I be a co-owner

Yeah sure!

HappyCosmos wrote:

Thank you Ai
my parents let me on my computer quick well i have to go
ill miss you all!!!

byee guys D=

No problem! I won't screw this up!












AIGamesDeveloper
Scratcher
1000+ posts

Void OS - The New OS on Scratch [Applications Closed] {NEW TEAM}

bump












qloakonscratch
Scratcher
1000+ posts

Void OS - The New OS on Scratch [Applications Closed] {NEW TEAM}

you forgot to add me and galaxy made me director of website development




Now Showing: CCRP V
https://scratch-mit-edu.ezproxy.canberra.edu.au/studios/33864948/


Coding on Scratch since 2013

Foruming since 2016

In the Forum Helpers since 2022
AIGamesDeveloper
Scratcher
1000+ posts

Void OS - The New OS on Scratch [Applications Closed] {NEW TEAM}

qloakonscratch wrote:

you forgot to add me and galaxy made me director of website development

1. Toast is
2. It says qloakonscratch{week 1!} {resigned} on the old thread. Please reapply so I can verify

Last edited by AIGamesDeveloper (March 13, 2022 21:48:58)













Akabhu
Scratcher
100+ posts

Void OS - The New OS on Scratch [Applications Closed] {NEW TEAM}

  • Hello all
    im gonna tell u bout our site
i is going worse
no-one knows the meaning and the use of “class='TEXT' ”

shift + down arrow to read more

Ckies
A*K


100+ posts in forums
100000+ comments in scratch

and This is my roblox

well don't go to username


Here's void os
https://scratch-mit-edu.ezproxy.canberra.edu.au/discuss/topic/599681/?page=1
Akabhu
Scratcher
100+ posts

Void OS - The New OS on Scratch [Applications Closed] {NEW TEAM}

the code

(
<!DOCTYPE html>
<html>
<head>
<!– Meta tags –>
<meta charset=“UTF-8”>
<meta name=“viewport” content=“width=device-width”>
<!– Title and favicon –>
<title>VoidOS</title>
<link rel=“shortcut icon” href=“logo.svg” />
<!– CSS Links –>
<link href=“style.css” rel=“stylesheet” type=“text/css” />
<!– JS Links –>
<script src="https://cdn.tailwindcss.com“></script>
</head>
<body>
<header class=”text-black-400 bg-blue-900 body-font“>
<div class=”container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center“>
<h1 style=”color: white“>VoidOS Official Website</h1>
<nav class=”md:ml-auto flex flex-wrap items-center text-base justify-center“>
<a class=”mr-5 hover:text-white“ href=”https://scratch-mit-edu.ezproxy.canberra.edu.au/studios/31047649“>Our Studio</a>
<a class=”mr-5 hover:text-white“ href=”/team.html“>The Team</a>
</nav>
<button class=”inline-flex items-center bg-gray-800 border-0 py-1 px-3 focusutline-none hover:bg-gray-700 rounded text-base mt-4 md:mt-0“><a href=”https://scratch-mit-edu.ezproxy.canberra.edu.au/discuss/post/6010095/“>Official Thread</a></button>
<figure>
<nav>
<a href=”https://Chats-1.void-os.repl.co“”>chat non functional</a>/
<a href=“AJCHAT.html”>message non functional</a>
</nav>
<img src=“logo.svg”>
<figcaption><center>Our Logo!</center></figcaption>
</figure>
</div>
</header>
<section class=“text-black-400 bg-blue-900 body-font”>
<div class=“container px-5 py-24 mx-auto”>
<div class=“xl:w-1/2 lg:w-3/4 w-full mx-auto text-center”>
<p class=“leading-relaxed text-lg”>Void OS, The new OS on Scratch. Our aim is to nurture your dreams, not dump them into the void.</p>
<span class=“inline-block h-1 w-10 rounded bg-indigo-500 mt-8 mb-6”></span>
</div>
</div>
</section>
</body>
<br />
<br />
<br />
</html>
)
is half wrong or used in html3

shift + down arrow to read more

Ckies
A*K


100+ posts in forums
100000+ comments in scratch

and This is my roblox

well don't go to username


Here's void os
https://scratch-mit-edu.ezproxy.canberra.edu.au/discuss/topic/599681/?page=1
Akabhu
Scratcher
100+ posts

Void OS - The New OS on Scratch [Applications Closed] {NEW TEAM}

we use class to identify a given text
e.g. <p class=“hi”>Hello</p>
so in css we can tell the computer easily
that i want to make the text “Hello” white
the code for it is

.hi{
color: white;
}

shift + down arrow to read more

Ckies
A*K


100+ posts in forums
100000+ comments in scratch

and This is my roblox

well don't go to username


Here's void os
https://scratch-mit-edu.ezproxy.canberra.edu.au/discuss/topic/599681/?page=1
Akabhu
Scratcher
100+ posts

Void OS - The New OS on Scratch [Applications Closed] {NEW TEAM}

hope you understand
AKABHU

Last edited by Akabhu (April 8, 2022 17:45:47)


shift + down arrow to read more

Ckies
A*K


100+ posts in forums
100000+ comments in scratch

and This is my roblox

well don't go to username


Here's void os
https://scratch-mit-edu.ezproxy.canberra.edu.au/discuss/topic/599681/?page=1
qloakonscratch
Scratcher
1000+ posts

Void OS - The New OS on Scratch [Applications Closed] {NEW TEAM}

AIGamesDeveloper wrote:

qloakonscratch wrote:

you forgot to add me and galaxy made me director of website development

1. Toast is
2. It says qloakonscratch{week 1!} {resigned} on the old thread. Please reapply so I can verify
meh whatever




Now Showing: CCRP V
https://scratch-mit-edu.ezproxy.canberra.edu.au/studios/33864948/


Coding on Scratch since 2013

Foruming since 2016

In the Forum Helpers since 2022
Akabhu
Scratcher
100+ posts

Void OS - The New OS on Scratch [Applications Closed] {NEW TEAM}

Akabhu wrote:

hope you understand
AKABHU

plz focus all it's important

shift + down arrow to read more

Ckies
A*K


100+ posts in forums
100000+ comments in scratch

and This is my roblox

well don't go to username


Here's void os
https://scratch-mit-edu.ezproxy.canberra.edu.au/discuss/topic/599681/?page=1
Akabhu
Scratcher
100+ posts

Void OS - The New OS on Scratch [Applications Closed] {NEW TEAM}

HEY PPL ONLINE!

shift + down arrow to read more

Ckies
A*K


100+ posts in forums
100000+ comments in scratch

and This is my roblox

well don't go to username


Here's void os
https://scratch-mit-edu.ezproxy.canberra.edu.au/discuss/topic/599681/?page=1
Akabhu
Scratcher
100+ posts

Void OS - The New OS on Scratch [Applications Closed] {NEW TEAM}

>
quick reply ME!

shift + down arrow to read more

Ckies
A*K


100+ posts in forums
100000+ comments in scratch

and This is my roblox

well don't go to username


Here's void os
https://scratch-mit-edu.ezproxy.canberra.edu.au/discuss/topic/599681/?page=1
AIGamesDeveloper
Scratcher
1000+ posts

Void OS - The New OS on Scratch [Applications Closed] {NEW TEAM}

Akabhu wrote:

>
quick reply ME!

Hello












Akabhu
Scratcher
100+ posts

Void OS - The New OS on Scratch [Applications Closed] {NEW TEAM}

AIGamesDeveloper wrote:

Akabhu wrote:

>
quick reply ME!

Hello
Hey chk above posts

shift + down arrow to read more

Ckies
A*K


100+ posts in forums
100000+ comments in scratch

and This is my roblox

well don't go to username


Here's void os
https://scratch-mit-edu.ezproxy.canberra.edu.au/discuss/topic/599681/?page=1
AIGamesDeveloper
Scratcher
1000+ posts

Void OS - The New OS on Scratch [Applications Closed] {NEW TEAM}

I can try to use my knowledge of HTML and CSS to make a good website for us.
Because I think that we can improve
Don't you agree with me?

Last edited by AIGamesDeveloper (April 8, 2022 17:56:20)













Powered by DjangoBB