Discuss Scratch
- Discussion Forums
- » Developing Scratch Extensions
- » Chat Extension - FanMade -
- CharmanderHero190
-
15 posts
Chat Extension - FanMade -
WIP Action 

when green flag clicked
Set Chat status to [non-password v] ::#9c2c8b
Set Chat Region to [English v] ::#9c2c8b
Start chat room name [ scratch name ] ::#9c2c8b
When Chat Started ::#9c2c8b hat
add [Welcome to Chat] to [scratch name v] ::#9c2c8b
When Message Recived ::#9c2c8b hat
add (Chat Message ::#9c2c8b) to [scratch log v] ::#9c2c8b
When [Chatbox v ] changed? ::#9c2c8b hat
Send message (This Chatbox text ::#9c2c8b ) to [scratch name v] ::#9c2c8b
// in my scratch log i see HELLO MY VIDEO
- kahyreedre
-
35 posts
Chat Extension - FanMade -
Scratch doesn't like chats unless they are controlled (you can only type specific words) so nothing bad happens
- UserBlockedYou
-
51 posts
Chat Extension - FanMade -
it’s rejected. (strings on cloud vars) WIP Actionwhen green flag clicked
Set Chat status to [non-password v] ::#9c2c8b
Set Chat Region to [English v] ::#9c2c8b
Start chat room name [ scratch name ] ::#9c2c8b
When Chat Started ::#9c2c8b hat
add [Welcome to Chat] to [scratch name v] ::#9c2c8b
When Message Recived ::#9c2c8b hat
add (Chat Message ::#9c2c8b) to [scratch log v] ::#9c2c8b
When [Chatbox v ] changed? ::#9c2c8b hat
Send message (This Chatbox text ::#9c2c8b ) to [scratch name v] ::#9c2c8b
// in my scratch log i see HELLO MY VIDEO
- Discussion Forums
- » Developing Scratch Extensions
-
» Chat Extension - FanMade -