This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2010-06-13 08:23:56

GlitchSprite
Scratcher
Registered: 2010-06-08
Posts: 1000+

How do I make a chat room?

I think the title explains it.


http://www.mspaintadventures.com/storyfiles/hs2/02915.gif

Offline

 

#2 2010-06-13 09:05:46

MaxtheWeirdo
Scratcher
Registered: 2010-03-18
Posts: 500+

Re: How do I make a chat room?

I think the only effective way would be to use Mesh, but I haven't used it before. Sorry.  sad


My website. Hall Crawler My Awesome OS
It's just marketing, guys! Nothing sinister!

Offline

 

#3 2010-06-13 09:19:59

Subh
Scratcher
Registered: 2010-05-25
Posts: 100+

Re: How do I make a chat room?

Use mesh. But mesh allows you to only share broadcasts and variable values so you can set variable value to message or convert the massage into numbers and have the technique to convert the value back to numbers when the massage is recieved.


http://wiki.scratch.mit.edu/skins/scratch/logo.png     I'M IN Scratch Wiki .... ARE YOU ????

Offline

 

#4 2010-06-13 10:37:32

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: How do I make a chat room?

It would be difficult, and as the above posters said you would have to use Mesh. Unfortunately, Mesh isn't actually officially supported by the Scratch team, so you won't be able to upload it to the website.

Offline

 

#5 2010-06-13 13:04:24

Greatdane
Scratcher
Registered: 2007-06-05
Posts: 1000+

Re: How do I make a chat room?

The simple way to make a chatroom is to use mesh(ditto to everyone) and then use a list.

Just make a big list that fills up the screen, and make a chatbox(an askbox in this case) that sends out a variable called my_a to the other computer, and the other computer does the same thing except sends out a variable called your_a. After the messages are received, then you can just put them on the list.


The future belongs to those who believe in the beauty of their dreams.
        ~ Eleanor Roosevelt

Offline

 

#6 2010-06-13 15:25:16

GlitchSprite
Scratcher
Registered: 2010-06-08
Posts: 1000+

Re: How do I make a chat room?

What the heck is Mesh?!?!?!


http://www.mspaintadventures.com/storyfiles/hs2/02915.gif

Offline

 

#7 2010-06-13 15:26:39

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: How do I make a chat room?

GlitchSprite wrote:

What the heck is Mesh?!?!?!

Maybe this thread can explain it to you - basically, it's a way of making two or more computers connect with eachother.

Offline

 

#8 2010-06-13 15:27:52

calebxy
Scratcher
Registered: 2009-12-31
Posts: 1000+

Re: How do I make a chat room?

I thought the Scratch Team didn't allow chatrooms?


I'm making my own Doctor Who series!  big_smile  See the first episode here.
And please join Story Zone!  big_smile

Offline

 

#9 2010-06-13 15:29:31

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: How do I make a chat room?

calebxy wrote:

I thought the Scratch Team didn't allow chatrooms?

I think what the user is referring to is programming a chatroom in Scratch - the Scratch team just won't create an "official" chatroom.

Offline

 

Board footer