Discuss Scratch
- adri1012018
-
4 posts
ascii of
Hello, I think I made an ASCII encrypter (or an online chat) the project is here: https://scratch.mit.edu/projects/384745027/editor
please make sure to credit me ^_^ if you use it!
If you want my ascii chars, this is the file http://i.morisinc.net/raw.txt
please make sure to credit me ^_^ if you use it!
If you want my ascii chars, this is the file http://i.morisinc.net/raw.txt
Last edited by adri1012018 (April 27, 2020 08:37:28)
- R4356th
-
1000+ posts
ascii of
https://scratch.mit.edu/projects/384745027/editorPlease do not necropost in this manner. Thank you. Hello, I think I made an ASCII encrypter (or an online chat) the project is here:
please make sure to credit me ^_^ if you use it!
- adri1012018
-
4 posts
ascii of
Sorry, I was trying to help people that wanted to have an ascii converterhttps://scratch.mit.edu/projects/384745027/editorPlease do not necropost in this manner. Thank you. Hello, I think I made an ASCII encrypter (or an online chat) the project is here:
please make sure to credit me ^_^ if you use it!
Best regards
- altha123
-
32 posts
ascii of
(ascii code of [])
(ascii [10] as letter
[scratchblocks]
i created it!
- altha123
-
32 posts
ascii of
why the location variable is orange? it should be lightblue. right?
- adri1012018
-
4 posts
ascii of
why the location variable is orange? it should be lightblue. right?
Please do not necropost and for ascii, I made a converter you can checkout by clicking on my name and for the location variable it's a bug
- MeowyTitan08
-
1000+ posts
ascii of
(ascii code of [])
(ascii [10] as letter
i created it![/quote]
[quote=altha123]
(location)why the location variable is orange? it should be lightblue. right?
Please don't necropost or blockspam.
Last edited by MeowyTitan08 (May 6, 2020 21:39:50)
- birbilis
-
93 posts
ascii of
In some languages the function to get a number from a character was called Ord (aka Order number of a character) and it was complemented by a Char or Chr one to get the character from the order number.
An alternative is to allow characters to take part in arithmetic operations, aka to get a char's order number one could do c+0
An alternative is to allow characters to take part in arithmetic operations, aka to get a char's order number one could do c+0
Last edited by birbilis (May 6, 2020 22:57:00)
- country_kid
-
100+ posts
ascii of
If I see you necropost one more time I'm gonna- In some languages the function to get a number from a character was called Ord (aka Order number of a character) and it was complemented by a Char or Chr one to get the character from the order number.
An alternative is to allow characters to take part in arithmetic operations, aka to get a char's order number one could do c+0
- 6d66yh
-
100+ posts
ascii of
An alternative is to allow characters to take part in arithmetic operations, aka to get a char's order number one could do c+0
This wouldn't work for characters of 48 to 57 ('0' to ‘9’)
- samq64
-
1000+ posts
ascii of
I support the unicode block as long there's a unicode to text block, beacuse you didn't seem to put one.
(unicode of []::operators)
(unicode () as a letter::operators)
- griffpatch_hasafan
-
22 posts
ascii of
maybe you could try a list of every character and for later use put it in your backpack, then use another list including each a system where if it is needed it will turn on and could be used to secretly send messages to other scratchers while decoding it like this
define decode and show
if <(username) = [griffpatch]> then
say [YOU ARE MY FAVOURITE SCRATCHER]
change [griffpatch_saw_it] by (200000)
end
- Ishankumar22
-
4 posts
ascii of
Yeah, Unicode would be better than ASCII, but as it is not implemented yet, ASCII would be nice.
- imfh
-
1000+ posts
ascii of
What is not implemented yet? Scratch uses Unicode (with UTF-8) to store projects, so that is implemented. Yeah, Unicode would be better than ASCII, but as it is not implemented yet, ASCII would be nice.
- Ishankumar22
-
4 posts
ascii of
Unicode value of () :: operators
Last edited by Ishankumar22 (Aug. 18, 2022 14:14:38)
- reallysoftuser
-
1000+ posts
ascii of
Oh, I'm surprised I haven't replied on this before. Anywho, not sure if this is really needed. People looking to put text into cloud variables would already be using some kind of workaround, and this wouldn't really be understood or useful to most users. Sort of like “days since 2000” but a little more arbitrary, “unicode” and “ascii” isn't in the lingo of most beginners learning to code.
- waitwhat2288
-
100+ posts
ascii of
How did this one 2 page discussion get necroposted 6 times.
But I think the idea of having a Unicode translator would be extremely confusing to newer Scratchers, and if you want to have one, just use lists. No support.
But I think the idea of having a Unicode translator would be extremely confusing to newer Scratchers, and if you want to have one, just use lists. No support.