Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to encode text into a cloud variable?
- isaiahdbarry
-
17 posts
How to encode text into a cloud variable?
I can't use zeros, because that terminates the end of a string, telling the project that is the end of the first detail.

- BKFighter
-
1000+ posts
How to encode text into a cloud variable?
You'd have to make a system that adds/subtracts when coding/decoding by 1, and keep it under 10, or maybe you could try using hex, 1-a (or whatever 10 is in hex XP).
- isaiahdbarry
-
17 posts
How to encode text into a cloud variable?
Could you help make an encoder? I am making a project called “Scratchbook” It will have likes, text posting, and can identify users. Maybe friends and censored chatting? You'd have to make a system that adds/subtracts when coding/decoding by 1, and keep it under 10, or maybe you could try using hex, 1-a (or whatever 10 is in hex XP).
- BKFighter
-
1000+ posts
How to encode text into a cloud variable?
You definitly need censored chatting or it will be unshared and can get you banned. As for help, I'm working on two other major projects for me right now, and don't have the time, but I wish you luck.
- isaiahdbarry
-
17 posts
How to encode text into a cloud variable?
How to censor? maybe just likes/tweets + a reporting forum? You definitly need censored chatting or it will be unshared and can get you banned. As for help, I'm working on two other major projects for me right now, and don't have the time, but I wish you luck.
- deck26
-
1000+ posts
How to encode text into a cloud variable?
Any sort of chat needs to use a white list of acceptable words/phrases.
http://wiki.scratch.mit.edu/wiki/Global_High_Scores includes an example of encoding.
http://wiki.scratch.mit.edu/wiki/Global_High_Scores includes an example of encoding.
- isaiahdbarry
-
17 posts
How to encode text into a cloud variable?
Can you help finish the script for it? here is the project: https://scratch.mit.edu/projects/93359978/
- Discussion Forums
- » Help with Scripts
-
» How to encode text into a cloud variable?