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

#1 2011-10-02 07:08:38

ice_cream20
Scratcher
Registered: 2011-09-24
Posts: 11

Instant Chats! PLEASE CLICK HERE

Is there a way to chat instantly with another scratch member? If there is, how do you instantly chat with another scratch member? Also, is it a video chat, or a writing chat? Please answer! Thanks!  smile

[blocks]http://scratch.mit.edu/forums/post.php?fid=6#req_message[/blocks]

Offline

 

#2 2011-10-02 08:33:03

owetre18
Scratcher
Registered: 2009-07-01
Posts: 1000+

Re: Instant Chats! PLEASE CLICK HERE

Umm, no way to do this, sorry.

Chatrooms have been suggested, but turned down. If you have somthing to say, why can't other people see it?

Last edited by owetre18 (2011-10-02 08:33:35)

Offline

 

#3 2011-10-02 08:43:14

Scratchthatguys
Scratcher
Registered: 2010-07-16
Posts: 1000+

Re: Instant Chats! PLEASE CLICK HERE

You can, but it's hard. Port forward the port 42001 and host Mesh. Tell someone the IP it shows and the port, and tell them to add a variable called Msg[num]. Then, tell them to make this script.

[blocks]
<when green flag clicked>
<set{ self }to( (whatever number you put as num#
<forever>
       [ask question ( ) and wait]
<set{ num# }to( (answer)
<set{ person# }to( (whatever you put as the number in num#
<broadcast[ sendmessage ]and wait c>
<end>

<when I receive[ sendmessage
<if><not> <( <{ self }> <=> <{ person# }> )> )>
<think[ <{ num(number that's not yours) }> ]for( 3 )secs>
<else>
<say[ <{ num(your #) }> ]for( 3 )secs>
<end>
[/blocks]

Last edited by Scratchthatguys (2011-10-02 09:07:48)

Offline

 

#4 2011-10-02 16:45:20

ice_cream20
Scratcher
Registered: 2011-09-24
Posts: 11

Re: Instant Chats! PLEASE CLICK HERE

Scratchthatguys wrote:

You can, but it's hard. Port forward the port 42001 and host Mesh. Tell someone the IP it shows and the port, and tell them to add a variable called Msg[num]. Then, tell them to make this script.

[blocks]
<when green flag clicked>
<set{ self }to( (whatever number you put as num#
<forever>
       [ask question ( ) and wait]
<set{ num# }to( (answer)
<set{ person# }to( (whatever you put as the number in num#
<broadcast[ sendmessage ]and wait c>
<end>

<when I receive[ sendmessage
<if><not> <( <{ self }> <=> <{ person# }> )> )>
<think[ <{ num(number that's not yours) }> ]for( 3 )secs>
<else>
<say[ <{ num(your #) }> ]for( 3 )secs>
<end>
[/blocks]

I really don't understand. Can you explain it to me in a simpler way? Or somehow, explain it to me so that I will understand? Thanks!  smile 

Offline

 

#5 2011-10-02 18:12:24

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Instant Chats! PLEASE CLICK HERE

Thats probably the easiest way. If you can't ge that, you probably won't understand mesh.

If you want a chatroom, yo shouldn't be asking scratch. Go find some social messaging website or something.


Or you can get video and text chat for skype, but I suggest you only add irl friends on there.

Last edited by kayybee (2011-10-02 18:13:34)

Offline

 

#6 2011-10-04 19:48:42

ice_cream20
Scratcher
Registered: 2011-09-24
Posts: 11

Re: Instant Chats! PLEASE CLICK HERE

Thanks so much everyone! For posting! Does anyone have a different answer to my question?  smile

Offline

 

#7 2011-10-04 20:29:50

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Instant Chats! PLEASE CLICK HERE

ice_cream20 wrote:

Thanks so much everyone! For posting! Does anyone have a different answer to my question?  smile

The only way to even technically “chat” is through the Scratch program. It involves hacking and unlocking an unused feature called Mesh. Mesh allows people to interact directly to another computer. This makes two player games really fun, and cool since you would be able to do it from across the world.

All you would have to do is make a script that says what you type, then mesh with someone and have them activate the script on the other side.

Other than that, it’s impossible because Scratch wouldn’t be able to moderate it, and Scratchers could do very bad things.

There are topics in the suggestions forum as to why chatting was outlawed.


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#8 2011-10-22 14:44:31

ice_cream20
Scratcher
Registered: 2011-09-24
Posts: 11

Re: Instant Chats! PLEASE CLICK HERE

Okay, so what's the [size=200]SIMPLEST WAY TO ANSWER MY QUESTION?[/size]

Offline

 

#9 2011-10-22 14:57:03

cheddargirl
Scratch Team
Registered: 2008-09-15
Posts: 1000+

Re: Instant Chats! PLEASE CLICK HERE

ice_cream20 wrote:

Okay, so what's the [size=200]SIMPLEST WAY TO ANSWER MY QUESTION?[/size]

There's no chatroom function on the Scratch website mainly for security/moderation reasons. The only way to "chat" on the Scratch website with another member is by commenting on his/her projects (and hoping that they reply back). ^^;

Using the Mesh function to chat is an advanced function that requires modifying the Scratch interface (which runs the risk of messing up your Scratch program entirely if you're not careful), and you can't really chat on the site with it (it's more like private chatting offsite). If you need help with setting up Mesh and creating a chat program, you might want to try asking around the Advanced Topics forum section for help. Be aware that, since it is an advanced topic, the answer is not going to be, well, simple.  hmm


http://i.imgur.com/8QRYx.png
Everything is better when you add a little cheddar, because when you have cheese your life is at ease  smile

Offline

 

#10 2011-10-22 15:12:10

SpriteMaster
Scratcher
Registered: 2009-01-25
Posts: 1000+

Re: Instant Chats! PLEASE CLICK HERE

They have been suggested, but really the ST can't moderate a chat.


`                        Click here for my YouTube channel!                        `http://i.imgur.com/4Qz3I.jpg

Offline

 

#11 2011-10-22 16:04:46

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Instant Chats! PLEASE CLICK HERE

ice_cream20 wrote:

Okay, so what's the SIMPLEST WAY TO ANSWER MY QUESTION?

The simplest way, in fact, is just to make your own chatroom outside of scratch. You aren't allowed to publicize the link though.

Offline

 

#12 2011-11-05 19:37:50

ice_cream20
Scratcher
Registered: 2011-09-24
Posts: 11

Re: Instant Chats! PLEASE CLICK HERE

Thanks everyone! Anything else to know? And any different advice?

Offline

 

#13 2011-11-05 20:23:12

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Instant Chats! PLEASE CLICK HERE

ice_cream20 wrote:

Okay, so what's the [size=200]SIMPLEST WAY TO ANSWER MY QUESTION?[/size]

No. You cannot directly chat with any Scratcher on the Scratch website.

ice_cream20 wrote:

Thanks everyone! Anything else to know? And any different advice?

You still have everything to learn, and so does the rest of humanity!  tongue

Assuming you mean on this topic, there’s nothing else you need to know regarding chat. As long as you assimilate the information that everyone else posted, no.

Also, don’t put anything along the lines of “PLEASE CLICK HERE” in the title of the topic. That compels people not to visit your topic.


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#14 2011-11-05 22:28:51

catfan8
Scratcher
Registered: 2008-07-23
Posts: 500+

Re: Instant Chats! PLEASE CLICK HERE

henley wrote:

ice_cream20 wrote:

Okay, so what's the [size=200]SIMPLEST WAY TO ANSWER MY QUESTION?[/size]

No. You cannot directly chat with any Scratcher on the Scratch website.

ice_cream20 wrote:

Thanks everyone! Anything else to know? And any different advice?

You still have everything to learn, and so does the rest of humanity!  tongue

Assuming you mean on this topic, there’s nothing else you need to know regarding chat. As long as you assimilate the information that everyone else posted, no.

Also, don’t put anything along the lines of “PLEASE CLICK HERE” in the title of the topic. That compels people not to visit your topic.

Technically you can directly chat, as that is what we're doing right now, only anybody can interfere. Something you could do is learn mesh, then make your own chatroom.
P.S. Henley, I keep replying to you, as your the only other person who has been using the forums recently.


http://mag.racked.eu/cimage/i9002/Sword-In-Back+get%21/HEROBRINE+Y+U+NO+EXIST/mca.png

Offline

 

#15 2011-12-03 08:33:29

ice_cream20
Scratcher
Registered: 2011-09-24
Posts: 11

Re: Instant Chats! PLEASE CLICK HERE

So why do I need to put this on advanced topics? Is there a way to copy a full topic on to another message board? Why will it help by putting this on advanced topics?

Offline

 

#16 2011-12-03 11:16:41

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: Instant Chats! PLEASE CLICK HERE

ice_cream20 wrote:

So why do I need to put this on advanced topics? Is there a way to copy a full topic on to another message board? Why will it help by putting this on advanced topics?

Advanced Topics is where everyone is making chat programs, multiplayer-online games ( not as common though ), new mods for Scratch, some making Mesh easier, and making new additions to the site every day! In the Advanced Topics section there are also tutorials ( really good ones ) on how to get Mesh and even make your own Mod for Scratch.

http://scratch.mit.edu/forums/viewtopic.php?id=32046 is a tutorial on how to get Mesh on Scratch, and it teaches you how to use it as well.  smile

http://scratch.mit.edu/forums/viewtopic.php?id=65496 is a chat program which uses Panther ( a Mod of Scratch )

Last edited by Magnie (2011-12-03 11:26:16)

Offline

 

#17 2011-12-03 13:57:18

JJROCKER
Scratcher
Registered: 2010-09-06
Posts: 1000+

Re: Instant Chats! PLEASE CLICK HERE

ice_cream20 wrote:

Is there a way to chat instantly with another scratch member? No, that would be terrible and has been turned down many many times. If we did that, this site would not be very great. Also, do you realize how much money and time that would take?

Also, is it a video chat, or a writing chat? Uh no, those would be the worst things ever on this site. You would like to video chat with random people around the world? If you would like to do this stuff, I suggest you quit this site and use this thing called "Skype". Go do that.

Please answer! Thanks!  smile


http://www.blocks.scratchr.org/API.php?action=random&amp;return=image&amp;link1=http://img255.imageshack.us/img255/3491/signature1y.jpg&amp;link2=http://img577.imageshack.us/img577/5272/signature1sx.jpg&amp;link3=http://img4.imageshack.us/img4/8514/signature1et.jpg&amp;link4=http://i.imgur.com/POEpQyZ.png&amp;link5=http://img163.imageshack.us/img163/4640/jjrockerfinal.jpg

Offline

 

Board footer