Discuss Scratch

DinoMaster20
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

DinoMaster20 wrote:

(#792)

DinoMaster20 wrote:

(#760)
- Remake of this:

(U+1F52E) - Air goes to the side, also added the eyebrows
Bumping this post
Bump #2
Autofirejm
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

mybearworld
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

mybearworld wrote:

U+1F979 and U+1F98 's authors are listed incorrectly: They are “author1 author2”, while the README says it should be “author1\nauthor2”.
64lu
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

Vaibhs11 wrote:

mcgoomba wrote:

cursing face (U+1F92C)
nonononononono, we gotta ask QaS or a mod
it's probably fine
mcgoomba
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

rolling on floor lauhging (U+1F923)
mcgoomba
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

64lu wrote:

Vaibhs11 wrote:

mcgoomba wrote:

cursing face (U+1F92C)
nonononononono, we gotta ask QaS or a mod
it's probably fine
it is, because it's just an emoji
stickfiregames
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

i'm away so i can't add them for a few more days. about the clouds though, i think we should have the ones we have now but coloured in white, and maybe with rounded corners, but definitely not blue.
Autofirejm
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

stickfiregames wrote:

(#810)
i'm away so i can't add them for a few more days. about the clouds though, i think we should have the ones we have now but coloured in white, and maybe with rounded corners, but definitely not blue.
(*hints back to lolecksdeehaha's post…*)
mcgoomba
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

rain cloud (U+1F327)
kccuber
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

mcgoomba wrote:

rolling on floor lauhging (U+1F923)
could you add the tears? i think that would make it look better
Vaibhs11
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

Can someone explain to me what is going on in “Crying face's” copy link?
lolecksdeehaha
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

kccuber wrote:

mcgoomba wrote:

rolling on floor lauhging (U+1F923)
could you add the tears? i think that would make it look better
There are tears, it's just not very visible.
bunnyCoder16
Scratcher
500+ posts

Forumoji: Forum-style unicode emojis!

MotherIsVeryMad wrote:

MotherIsVeryMad wrote:

i made a camera emoji but i cant figure out how to put the image into text (btw im using Pixilart.)
nvm its ugly and it wouldnt be a really good emoji. but if you wanna see it see it here
That looks really cool!!
mybearworld
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

Vaibhs11 wrote:

(#814)
Can someone explain to me what is going on in “Crying face's” copy link?
Yes, line 3740 is:
      "url": "[img]https://assets-scratch-mit-edu.ezproxy.canberra.edu.au/get_image/.%2E/5097ce1da2c3dd04cc0ae330319c6c39.png[/img]",
When it really should be without the [img]s
Vaibhs11
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

mybearworld wrote:

Yes, line 3740 is:
      "url": "[img]https://assets-scratch-mit-edu.ezproxy.canberra.edu.au/get_image/.%2E/5097ce1da2c3dd04cc0ae330319c6c39.png[/img]",
When it really should be without the [img]s
Oh I get it, it should be just the link and the website adds the single img tag template but the person who did it put the whole nono word hosting link which adds two img tags.
Thanks!

Sorry, you need to host your images with a service like imageshack.com. Please update your image links or remove all BB code [img] tags. Bad image url: http‌://s Oh I get it, it should be just the link and the website adds the single img tag template but the person who did it put the whole nono word hosting link which adds two img tags. Thanks!
(nono word quotes glitched your img tag off)

Last edited by Vaibhs11 (May 17, 2022 06:24:53)

Vaibhs11
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

I probably shouldn't have advertised this forum this much

Last edited by Vaibhs11 (May 17, 2022 07:19:26)

notwait
Scratcher
100+ posts

Forumoji: Forum-style unicode emojis!

i drew some new emojis
ANCHOR
WHEEL
PLAYGROUND SLIDE
JAR
POURING LIQUID
BEANS
NEST WITH EGGS
EMPTY NEST
PERSON WITH CROWN
INDEX POINTING AT THE VIEWER
HAND WITH INDEX FINGER AND THUMB CROSSED
PALM UP HAND
PALM DOWN HAND
LEFTWARDS HAND
RIGHTWARDS HAND
MUSICAL NOTE

the PR's here: https://github.com/lopste/forumoji/pull/23

Last edited by notwait (May 17, 2022 21:39:12)

Kitten-da-Cat
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

DinoMaster20 wrote:

What does U+*numbers* mean? Why do you need it?
you use crtl + U and insert the number
jinxYouOweMeASoda
Scratcher
17 posts

Forumoji: Forum-style unicode emojis!

Kitten-da-Cat wrote:

DinoMaster20 wrote:

What does U+*numbers* mean? Why do you need it?
you use crtl + U and insert the number
That's an old question that has already been answered. Plus, that's not even a correct answer. The U+ are the unicode codepoints for the emoji. Every character (including letters, numbers, and emoji) have unicode codepoints. The CTRL+U thing appears to be a forum feature, but it's not the meaning of the numbers being there.

Often times, we do it here because on scratch putting the actual emoji breaks the post. To get around that, we just put the codepoints in. That way you can find the original emoji without actually having it there.
lolecksdeehaha
Scratcher
1000+ posts

Forumoji: Forum-style unicode emojis!

jinxYouOweMeASoda wrote:

Kitten-da-Cat wrote:

DinoMaster20 wrote:

What does U+*numbers* mean? Why do you need it?
you use crtl + U and insert the number
That's an old question that has already been answered. Plus, that's not even a correct answer. The U+ are the unicode codepoints for the emoji. Every character (including letters, numbers, and emoji) have unicode codepoints. The CTRL+U thing appears to be a forum feature, but it's not the meaning of the numbers being there.

Often times, we do it here because on scratch putting the actual emoji breaks the post. To get around that, we just put the codepoints in. That way you can find the original emoji without actually having it there.
It's not even a forum feature
It's a Chromebook built-in feature; and it's not even the correct keys. You press ctrl+shift+u. Other than that, you explained it flawlessly.

Powered by DjangoBB