Discuss Scratch

PolarFalcon
Scratcher
19 posts

Cloud list engine

https://imageshack.com/i/poyMQVXwp
Alternative image link: https://imagizer.imageshack.com/img924/8783/yMQVXw.png

https://en.scratch-wiki.info/wiki/Simple_Username_Cloud_List

Hi, I used this link for a cloud engine and followed everything in the website but it does not add my username. after clicking the flag, it doesnt add anything to the list. Can someone look at the code?

(all the variables are newly created variable)

Last edited by PolarFalcon (Aug. 28, 2021 01:01:36)

griefercube
Scratcher
500+ posts

Cloud list engine

The photo is completely black


sometimes, you just have to change a way of thinking to solve a problem. -griefercube
|other projectshow I made the banneranimated thumbnails?i’m on wiki!Cubey Mines|

Last edited by griefercube (32th Undecimber, XXXX)


https://turbowarp.org/563693837/editor (something i did a while back don’t worry it’s for the banner)

list of working bbcodes:

[color=]
[scratchblocks]
[url=]
[img]
[center]
[code]
[code=]
[list]
[quote]
[b]
[i]
[u]
[s]
[big]
[small]
[p]
[wiki]
[google]
PolarFalcon
Scratcher
19 posts

Cloud list engine

I put another link, does that one work? The first link seems to be working for me \_o_/

Last edited by PolarFalcon (Aug. 28, 2021 01:02:35)

griefercube
Scratcher
500+ posts

Cloud list engine

May I ask why the decode and character lister uses the same list?

Each time you decode stuff the charlist gets updated and the encode goes awry.

The problem:

The solution:



sometimes, you just have to change a way of thinking to solve a problem. -griefercube
|other projectshow I made the banneranimated thumbnails?i’m on wiki!Cubey Mines|

Last edited by griefercube (32th Undecimber, XXXX)


https://turbowarp.org/563693837/editor (something i did a while back don’t worry it’s for the banner)

list of working bbcodes:

[color=]
[scratchblocks]
[url=]
[img]
[center]
[code]
[code=]
[list]
[quote]
[b]
[i]
[u]
[s]
[big]
[small]
[p]
[wiki]
[google]
PolarFalcon
Scratcher
19 posts

Cloud list engine

so, its separated now but It's still not adding to the list
han614698
Scratcher
1000+ posts

Cloud list engine

here's the image
https://assets.scratch.mit.edu/get_image/.%2E/294c4a7aec4bc7174a16cdffbee84911.png
https://imagizer.imageshack.com/img924/8783/yMQVXw.png
https://imageshack.com/i/poyMQVXwp
https://cdn2.scratch.mit.edu/get_image/project/564393819_100x80.png

Last edited by han614698 (Aug. 28, 2021 01:25:59)


<Scratch Wikian | Forum Helper | 6000+ Posts>

Credit to -gge for the icons in my signature | I condensed all this code into five lines using [p] tags, idk why




griefercube
Scratcher
500+ posts

Cloud list engine

Ah, the link working now


sometimes, you just have to change a way of thinking to solve a problem. -griefercube
|other projectshow I made the banneranimated thumbnails?i’m on wiki!Cubey Mines|

Last edited by griefercube (32th Undecimber, XXXX)


https://turbowarp.org/563693837/editor (something i did a while back don’t worry it’s for the banner)

list of working bbcodes:

[color=]
[scratchblocks]
[url=]
[img]
[center]
[code]
[code=]
[list]
[quote]
[b]
[i]
[u]
[s]
[big]
[small]
[p]
[wiki]
[google]
griefercube
Scratcher
500+ posts

Cloud list engine

define decode
set [output v] to ()
repeat ()

set [output v] to (join (output) (stuff))
end
… // and there you go, the output is the output


sometimes, you just have to change a way of thinking to solve a problem. -griefercube
|other projectshow I made the banneranimated thumbnails?i’m on wiki!Cubey Mines|

Last edited by griefercube (32th Undecimber, XXXX)


https://turbowarp.org/563693837/editor (something i did a while back don’t worry it’s for the banner)

list of working bbcodes:

[color=]
[scratchblocks]
[url=]
[img]
[center]
[code]
[code=]
[list]
[quote]
[b]
[i]
[u]
[s]
[big]
[small]
[p]
[wiki]
[google]
griefercube
Scratcher
500+ posts

Cloud list engine

Forgot to tell you, put delete all of in front of the decode block


sometimes, you just have to change a way of thinking to solve a problem. -griefercube
|other projectshow I made the banneranimated thumbnails?i’m on wiki!Cubey Mines|

Last edited by griefercube (32th Undecimber, XXXX)


https://turbowarp.org/563693837/editor (something i did a while back don’t worry it’s for the banner)

list of working bbcodes:

[color=]
[scratchblocks]
[url=]
[img]
[center]
[code]
[code=]
[list]
[quote]
[b]
[i]
[u]
[s]
[big]
[small]
[p]
[wiki]
[google]
griefercube
Scratcher
500+ posts

Cloud list engine

Okay, found why your decode doesn’t work.

It’s this block:
<(decode) = (00)>
Scratch thought 00 is 0, so (decode = 0) = (00 = 0)
you might need to fix it


sometimes, you just have to change a way of thinking to solve a problem. -griefercube
|other projectshow I made the banneranimated thumbnails?i’m on wiki!Cubey Mines|

Last edited by griefercube (32th Undecimber, XXXX)


https://turbowarp.org/563693837/editor (something i did a while back don’t worry it’s for the banner)

list of working bbcodes:

[color=]
[scratchblocks]
[url=]
[img]
[center]
[code]
[code=]
[list]
[quote]
[b]
[i]
[u]
[s]
[big]
[small]
[p]
[wiki]
[google]

Powered by DjangoBB