Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » My Invented Alphabet doesn't work.
- MoonGold42
-
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
Can you all tell me a way that i can make the Zettabet complete?
Click me
- souleymane2
-
100+ posts
My Invented Alphabet doesn't work.
I dont understand the issue. Could you please expand?
- MoonGold42
-
45 posts
My Invented Alphabet doesn't work.
Okay. The Zettabet is basically the alphabet, but it's The Opposite day. A is Z, B is Y, And so on… I dont understand the issue. Could you please expand?
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
-
100+ posts
My Invented Alphabet doesn't work.
I see. Where does this issue occur?
- Spentine
-
1000+ posts
My Invented Alphabet doesn't work.
Isn't… that how you should want it?Okay. The Zettabet is basically the alphabet, but it's The Opposite day. A is Z, B is Y, And so on… I dont understand the issue. Could you please expand?
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?
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
-
45 posts
My Invented Alphabet doesn't work.
The switch letters Custom Block Script. I see. Where does this issue occur?
- MoonGold42
-
45 posts
My Invented Alphabet doesn't work.
Yes. Exactly what i want.Isn't… that how you should want it?Okay. The Zettabet is basically the alphabet, but it's The Opposite day. A is Z, B is Y, And so on… I dont understand the issue. Could you please expand?
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?
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.
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
-
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.
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
-
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
-
500+ posts
My Invented Alphabet doesn't work.
mine is still faster computationally and takes up less space 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
- Discussion Forums
- » Help with Scripts
-
» My Invented Alphabet doesn't work.