Discuss Scratch

xouzouris
Scratcher
100+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

Hmm… yeah we could have them come to a forum to apply to be moderators

>> Head of Scratchedia <<

Scratchedia is the recreation of the
internet, on Scratch, that's safe!

Random Stuff:
My little cousin asked me why we can't make and run a nuclear reactor at home…

Don't forget to keep on Scratchin'
xouzouris
Scratcher
100+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

Have you hired anybody new?

>> Head of Scratchedia <<

Scratchedia is the recreation of the
internet, on Scratch, that's safe!

Random Stuff:
My little cousin asked me why we can't make and run a nuclear reactor at home…

Don't forget to keep on Scratchin'
Codingland
Scratcher
500+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

xouzouris wrote:

Have you hired anybody new?
No


Hello! I'm Codingland! I like to make games and I love to code!
I have more siggy! Ctrl+Shift+down this text!

Play my latest game! CCM (Codingland's Cloud Multiplayer)


Play Cubit here! (click the image)




Fun Fact:
The first coding language I ever learned was Scratch



xouzouris
Scratcher
100+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

When you say search engine, you mean like, you type for example: chatty.com and it shows you multiple sites that you can chat? Or just the thing you're looking for?

>> Head of Scratchedia <<

Scratchedia is the recreation of the
internet, on Scratch, that's safe!

Random Stuff:
My little cousin asked me why we can't make and run a nuclear reactor at home…

Don't forget to keep on Scratchin'
Codingland
Scratcher
500+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

xouzouris wrote:

When you say search engine, you mean like, you type for example: chatty.com and it shows you multiple sites that you can chat? Or just the thing you're looking for?
I mean like the Google search engine


Hello! I'm Codingland! I like to make games and I love to code!
I have more siggy! Ctrl+Shift+down this text!

Play my latest game! CCM (Codingland's Cloud Multiplayer)


Play Cubit here! (click the image)




Fun Fact:
The first coding language I ever learned was Scratch



xMysticalCoder
Scratcher
1000+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

do any of you know how check if your search contains a keyword?

Codingland
Scratcher
500+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

xMysticalCoder wrote:

do any of you know how check if your search contains a keyword?
Yes


Hello! I'm Codingland! I like to make games and I love to code!
I have more siggy! Ctrl+Shift+down this text!

Play my latest game! CCM (Codingland's Cloud Multiplayer)


Play Cubit here! (click the image)




Fun Fact:
The first coding language I ever learned was Scratch



xMysticalCoder
Scratcher
1000+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

Codingland wrote:

xMysticalCoder wrote:

do any of you know how check if your search contains a keyword?
Yes
if its not the makey makey way, how would you do it?

Codingland
Scratcher
500+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

xMysticalCoder wrote:

do any of you know how check if your search contains a keyword?
You would do:
if <(answer) contains [Keyword]?> then
Stuff
end

Last edited by Codingland (Dec. 31, 2020 16:25:41)



Hello! I'm Codingland! I like to make games and I love to code!
I have more siggy! Ctrl+Shift+down this text!

Play my latest game! CCM (Codingland's Cloud Multiplayer)


Play Cubit here! (click the image)




Fun Fact:
The first coding language I ever learned was Scratch



xMysticalCoder
Scratcher
1000+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

Codingland wrote:

xMysticalCoder wrote:

do any of you know how check if your search contains a keyword?
You would do:
if <(answer) contains [Keyword]> then
Stuff
end
ohhh i forgot about that block since i never use it.

I was trying to do if list contains answer before

Vaibhs11
Scratcher
1000+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

what do you mean by “websites”
Scratch project (no join)
HTML, CSS, JS (of course join)
any other (may join)

Also, this is the strongest collab I've seen. With 5 pages in more or less than a day

Last edited by Vaibhs11 (Dec. 31, 2020 16:29:18)

Codingland
Scratcher
500+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

Vaibhs11 wrote:

what do you mean by “websites”
Scratch project (no join)
HTML, CSS, JS (of course join)
any other (may join)

Also, this is the strongest collab I've seen. With 5 pages in more or less than a day
I mean that we use the cloud to create “websites”


Hello! I'm Codingland! I like to make games and I love to code!
I have more siggy! Ctrl+Shift+down this text!

Play my latest game! CCM (Codingland's Cloud Multiplayer)


Play Cubit here! (click the image)




Fun Fact:
The first coding language I ever learned was Scratch



xMysticalCoder
Scratcher
1000+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

xMysticalCoder wrote:

Codingland wrote:

xMysticalCoder wrote:

do any of you know how check if your search contains a keyword?
You would do:
if <(answer) contains [Keyword]> then
Stuff
end
ohhh i forgot about that block since i never use it.

I was trying to do if list contains answer before
still doesnt work… I tried:

if <[keywords v] contains [answer] ?> then
do something
end

and I did it the other way around. for now ill use a different way.

Codingland
Scratcher
500+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

Vaibhs11 wrote:

what do you mean by “websites”
Scratch project (no join)
HTML, CSS, JS (of course join)
any other (may join)

Also, this is the strongest collab I've seen. With 5 pages in more or less than a day
We will try to use scratch to make our best recreation of the internet


Hello! I'm Codingland! I like to make games and I love to code!
I have more siggy! Ctrl+Shift+down this text!

Play my latest game! CCM (Codingland's Cloud Multiplayer)


Play Cubit here! (click the image)




Fun Fact:
The first coding language I ever learned was Scratch



xMysticalCoder
Scratcher
1000+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

xMysticalCoder wrote:

xMysticalCoder wrote:

Codingland wrote:

xMysticalCoder wrote:

do any of you know how check if your search contains a keyword?
You would do:
if <(answer) contains [Keyword]> then
Stuff
end
ohhh i forgot about that block since i never use it.

I was trying to do if list contains answer before
still doesnt work… I tried:

if <[keywords v] contains [answer] ?> then
do something
end

and I did it the other way around. for now ill use a different way.
btw tips for any keywords?

Codingland
Scratcher
500+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

xMysticalCoder wrote:

xMysticalCoder wrote:

xMysticalCoder wrote:

Codingland wrote:

xMysticalCoder wrote:

do any of you know how check if your search contains a keyword?
You would do:
if <(answer) contains [Keyword]> then
Stuff
end
ohhh i forgot about that block since i never use it.

I was trying to do if list contains answer before
still doesnt work… I tried:

if <[keywords v] contains [answer] ?> then
do something
end

and I did it the other way around. for now ill use a different way.
btw tips for any keywords?
Chat
Play
Watch
Etc.


Hello! I'm Codingland! I like to make games and I love to code!
I have more siggy! Ctrl+Shift+down this text!

Play my latest game! CCM (Codingland's Cloud Multiplayer)


Play Cubit here! (click the image)




Fun Fact:
The first coding language I ever learned was Scratch



101Corp
Scratcher
1000+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

I can provide the search engine. I have one already set up, just add sites.

_

















*vine boom*











Duplicate button!!!
I will use this in places that need it

[url=scratch.mit.edu][img]https/u.cubeupload.com/itsultimately101Corp/costume1.png[/img][/url]
Codingland
Scratcher
500+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

101Corp wrote:

I can provide the search engine. I have one already set up, just add sites.
ok, would you like to join?


Hello! I'm Codingland! I like to make games and I love to code!
I have more siggy! Ctrl+Shift+down this text!

Play my latest game! CCM (Codingland's Cloud Multiplayer)


Play Cubit here! (click the image)




Fun Fact:
The first coding language I ever learned was Scratch



101Corp
Scratcher
1000+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

Codingland wrote:

101Corp wrote:

I can provide the search engine. I have one already set up, just add sites.
ok, would you like to join?
Sure

_

















*vine boom*











Duplicate button!!!
I will use this in places that need it

[url=scratch.mit.edu][img]https/u.cubeupload.com/itsultimately101Corp/costume1.png[/img][/url]
101Corp
Scratcher
1000+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

Codingland wrote:

xMysticalCoder wrote:

xMysticalCoder wrote:

xMysticalCoder wrote:

Codingland wrote:

xMysticalCoder wrote:

do any of you know how check if your search contains a keyword?
You would do:
if <(answer) contains [Keyword]> then
Stuff
end
ohhh i forgot about that block since i never use it.

I was trying to do if list contains answer before
still doesnt work… I tried:

if <[keywords v] contains [answer] ?> then
do something
end

and I did it the other way around. for now ill use a different way.
btw tips for any keywords?

How does that not work

Last edited by 101Corp (Dec. 31, 2020 20:13:59)


_

















*vine boom*











Duplicate button!!!
I will use this in places that need it

[url=scratch.mit.edu][img]https/u.cubeupload.com/itsultimately101Corp/costume1.png[/img][/url]

Powered by DjangoBB