Discuss Scratch

Le_Koala
Scratcher
51 posts

Does somebody know how to make a tree-like structure tool like gloomaps.com in Scratch?

It looks like this https://www.gloomaps.com/RMcZ29QyVG
Do you guys have any clue on how could I reverse-engineer it somehow? A simpler version of it would be just as fine.
I'm just not sure where to start.
EK43680
Scratcher
36 posts

Does somebody know how to make a tree-like structure tool like gloomaps.com in Scratch?

you could do something like this:

when green flag clicked
if <(like cake) = [true]> then
"1"
else
if <(like trees) = [true]> then
"2"
else
if <(have cake) = [true]> then
"3"
else
"4"
end
end
end

/=_=/ <(dab)

Powered by DjangoBB