Discuss Scratch

MoonGold42
Scratcher
45 posts

My Invented Alphabet doesn't work.

I created an opposite day Alphabet called The Zettabet, But i have a problem where the second half is the first half, but in reverse.

Can you all tell me a way that i can make the Zettabet complete?

Click me
souleymane2
Scratcher
100+ posts

My Invented Alphabet doesn't work.

I dont understand the issue. Could you please expand?
MoonGold42
Scratcher
45 posts

My Invented Alphabet doesn't work.

souleymane2 wrote:

I dont understand the issue. Could you please expand?
Okay. The Zettabet is basically the alphabet, but it's The Opposite day. A is Z, B is Y, And so on…
The problem is that it is the only first half of the Zettabet. Anything passing M will Flip! so N will be M, O will be L, and so on…

I don't want for the Zettabet to flip. I want to complete the Zettabet.

Did you understand?
souleymane2
Scratcher
100+ posts

My Invented Alphabet doesn't work.

I see. Where does this issue occur?
Spentine
Scratcher
1000+ posts

My Invented Alphabet doesn't work.

MoonGold42 wrote:

souleymane2 wrote:

I dont understand the issue. Could you please expand?
Okay. The Zettabet is basically the alphabet, but it's The Opposite day. A is Z, B is Y, And so on…
The problem is that it is the only first half of the Zettabet. Anything passing M will Flip! so N will be M, O will be L, and so on…

I don't want for the Zettabet to flip. I want to complete the Zettabet.

Did you understand?
Isn't… that how you should want it?

ABC DEF GHI JKL MNO PQR STU VWX YZ
ZYX WVU TSR QPO NML K J I HGF EDC BA

Please respond with a complete mapping table because I don't know what you want.
MoonGold42
Scratcher
45 posts

My Invented Alphabet doesn't work.

souleymane2 wrote:

I see. Where does this issue occur?
The switch letters Custom Block Script.
MoonGold42
Scratcher
45 posts

My Invented Alphabet doesn't work.

Spentine wrote:

MoonGold42 wrote:

souleymane2 wrote:

I dont understand the issue. Could you please expand?
Okay. The Zettabet is basically the alphabet, but it's The Opposite day. A is Z, B is Y, And so on…
The problem is that it is the only first half of the Zettabet. Anything passing M will Flip! so N will be M, O will be L, and so on…

I don't want for the Zettabet to flip. I want to complete the Zettabet.

Did you understand?
Isn't… that how you should want it?

ABC DEF GHI JKL MNO PQR STU VWX YZ
ZYX WVU TSR QPO NML KJI HGF EDC BA

Please respond with a complete mapping table because I don't know what you want.
Yes. Exactly what i want.


But it is like this now:

ABC DEF GHI JKL M NO PQR STU VWX YZ
ABC DEF GHI JKL M ML K J I HGF EDC BA

Last edited by MoonGold42 (April 13, 2023 19:57:57)

09878901234321
Scratcher
500+ posts

My Invented Alphabet doesn't work.

create a list of all of the letters in your zettabet z y x and so on until a.
Or you can just have one of the regular alphabet it doesn't matter.
define zettabize/unzettabize it (letter)
set [zettabutt v] to (item (((length of [zittabit v] :: list) - ( item # of (letter) in [zetterbean v]::list)) + [1]) of [zattabat v] :: list)
MoonGold42
Scratcher
45 posts

My Invented Alphabet doesn't work.

i just figured myself out. it was:

define Switch Letters
if <not <(end index) = [1]>> then
if <(current letter) = [A]> then
set [current letter v] to [Z]
end
end
09878901234321
Scratcher
500+ posts

My Invented Alphabet doesn't work.

MoonGold42 wrote:

i just figured myself out. it was:

define Switch Letters
if <not <(end index) = [1]>> then
if <(current letter) = [A]> then
set [current letter v] to [Z]
end
end
mine is still faster computationally and takes up less space

Powered by DjangoBB