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

#1 2012-01-18 22:21:55

slayerrobe7
Scratcher
Registered: 2011-06-24
Posts: 500+

mesh chat comands

i am currently making a mesh chat room...i want a command thet lets you kick another player from chat how do i do this

Last edited by slayerrobe7 (2012-01-18 22:47:34)


!!!When it comes to Scratch2.0 I am totally like freaking out!!!

Offline

 

#2 2012-01-19 07:31:10

SJRCS_011
Scratcher
Registered: 2011-02-07
Posts: 1000+

Re: mesh chat comands

slayerrobe7 wrote:

i am currently making a mesh chat room...i want a command thet lets you kick another player from chat how do i do this

As far as I know, this is only possible in Panther, because Scratch doesn't have a block to report mesh IP address.


http://i.imgur.com/vQqtH.png
Learning to Program in a Nutshell:  "You're missing a closing parentheses" - LS97

Offline

 

#3 2012-01-19 12:12:25

slayerrobe7
Scratcher
Registered: 2011-06-24
Posts: 500+

Re: mesh chat comands

ok ill use panther


!!!When it comes to Scratch2.0 I am totally like freaking out!!!

Offline

 

#4 2012-01-19 12:21:21

Overture
Scratcher
Registered: 2012-01-09
Posts: 91

Re: mesh chat comands

What is a 'mesh chat room'?


http://img856.imageshack.us/img856/4728/overt.png

Offline

 

#5 2012-01-19 12:51:43

TRocket
Scratcher
Registered: 2009-08-18
Posts: 1000+

Re: mesh chat comands

Overture wrote:

What is a 'mesh chat room'?

look over in AT


http://i.imgur.com/1QqnHxQ.png

Offline

 

#6 2012-01-19 13:02:38

Purika
Scratcher
Registered: 2011-01-26
Posts: 100+

Re: mesh chat comands

TRocket wrote:

Overture wrote:

What is a 'mesh chat room'?

look over in AT

I know I should know this, but what does AT stand for?


https://lh3.googleusercontent.com/-ZlPXbnYAtro/TxRNNopA6XI/AAAAAAAAAvY/worvlbyfCYI/s589/Purika.gif
If I was three birds, I could see myself fly below us!  big_smile

Offline

 

#7 2012-01-19 13:57:25

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

Re: mesh chat comands

Purika wrote:

TRocket wrote:

Overture wrote:

What is a 'mesh chat room'?

look over in AT

I know I should know this, but what does AT stand for?

Advanced Topics.  wink

I moved the thread over there.


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

 

#8 2012-01-19 14:21:03

Overture
Scratcher
Registered: 2012-01-09
Posts: 91

Re: mesh chat comands

TRocket wrote:

Overture wrote:

What is a 'mesh chat room'?

look over in AT

I can't find anything


http://img856.imageshack.us/img856/4728/overt.png

Offline

 

#9 2012-01-19 14:25:02

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: mesh chat comands

Well, In Panther, you could make a...

When I recieved [Get Kicked, Smelly Jelly]
Leave Mesh
broadcast [Show screen saying that I have been kicked  sad ]


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#10 2012-01-19 16:11:30

SJRCS_011
Scratcher
Registered: 2011-02-07
Posts: 1000+

Re: mesh chat comands

Servine wrote:

Well, In Panther, you could make a...

When I recieved [Get Kicked, Smelly Jelly]
Leave Mesh
broadcast [Show screen saying that I have been kicked  sad ]

That would cause everyone to be kicked out.  Remember, broadcasts are received on all programs.
And someone could easily tamper with the code to prevent themselves from being kicked out.
The real way (using Panther) would be to require a program to send it's IP and if the IP is on a blacklist, the message won't be distributed.


http://i.imgur.com/vQqtH.png
Learning to Program in a Nutshell:  "You're missing a closing parentheses" - LS97

Offline

 

#11 2012-01-19 16:14:31

TRocket
Scratcher
Registered: 2009-08-18
Posts: 1000+

Re: mesh chat comands

Comment on one of Magnie's projects asking for help...


http://i.imgur.com/1QqnHxQ.png

Offline

 

#12 2012-01-19 16:19:08

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

Re: mesh chat comands

There are no Mesh Chat commands. Only broadcasts and variables can be transferred from one project to another. Variables on the connected project do not actually change, the variable name and value appear in the sensor-value reporter-block.

You cannot block people from joining Mesh, nor can you "kick" people out of Mesh. There are currently no blocks/options to do that.

Offline

 

#13 2012-01-19 16:26:58

SJRCS_011
Scratcher
Registered: 2011-02-07
Posts: 1000+

Re: mesh chat comands

Magnie wrote:

There are no Mesh Chat commands. Only broadcasts and variables can be transferred from one project to another. Variables on the connected project do not actually change, the variable name and value appear in the sensor-value reporter-block.

You cannot block people from joining Mesh, nor can you "kick" people out of Mesh. There are currently no blocks/options to do that.

Using a whitelist you can prevent from everyone else getting their message if all posts in a chatbox go through the host.


http://i.imgur.com/vQqtH.png
Learning to Program in a Nutshell:  "You're missing a closing parentheses" - LS97

Offline

 

#14 2012-01-19 16:41:14

Purika
Scratcher
Registered: 2011-01-26
Posts: 100+

Re: mesh chat comands

cheddargirl wrote:

Purika wrote:

TRocket wrote:


look over in AT

I know I should know this, but what does AT stand for?

Advanced Topics.  wink

I moved the thread over there.

Thanks!  smile


https://lh3.googleusercontent.com/-ZlPXbnYAtro/TxRNNopA6XI/AAAAAAAAAvY/worvlbyfCYI/s589/Purika.gif
If I was three birds, I could see myself fly below us!  big_smile

Offline

 

#15 2012-01-19 16:43:33

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

Re: mesh chat comands

SJRCS_011 wrote:

Magnie wrote:

There are no Mesh Chat commands. Only broadcasts and variables can be transferred from one project to another. Variables on the connected project do not actually change, the variable name and value appear in the sensor-value reporter-block.

You cannot block people from joining Mesh, nor can you "kick" people out of Mesh. There are currently no blocks/options to do that.

Using a whitelist you can prevent from everyone else getting their message if all posts in a chatbox go through the host.

You can't really block people from connecting though.

Offline

 

#16 2012-01-19 16:44:58

SJRCS_011
Scratcher
Registered: 2011-02-07
Posts: 1000+

Re: mesh chat comands

Magnie wrote:

SJRCS_011 wrote:

Magnie wrote:

There are no Mesh Chat commands. Only broadcasts and variables can be transferred from one project to another. Variables on the connected project do not actually change, the variable name and value appear in the sensor-value reporter-block.

You cannot block people from joining Mesh, nor can you "kick" people out of Mesh. There are currently no blocks/options to do that.

Using a whitelist you can prevent from everyone else getting their message if all posts in a chatbox go through the host.

You can't really block people from connecting though.

That's true.
And people could mess around with the code so their true IP address won't be shown, but it's the best you can do without custom blocks.


http://i.imgur.com/vQqtH.png
Learning to Program in a Nutshell:  "You're missing a closing parentheses" - LS97

Offline

 

#17 2012-01-19 21:04:06

flashgocrazy
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: mesh chat comands

try this You need python to host the server, ask the person who made it how to ban ips.


◕‿◕

Offline

 

Board footer