Discuss Scratch

lam101aa
New to Scratch
11 posts

Is there has any possible ways to show/hide a list in scratch 1.4?

I have already made a high score list, but it seems like no way to show/hide a list in scratch 1.4 instead of show/hide variable
lam101aa
New to Scratch
11 posts

Is there has any possible ways to show/hide a list in scratch 1.4?

https://scratch.mit.edu/projects/19419442/#editor
or the function like this project
I want to display the string stored in the list using my own costumes, how can I achieve this in scratch 1.4
drmcw
Scratcher
1000+ posts

Is there has any possible ways to show/hide a list in scratch 1.4?

You can't hide or show a list programmatically in 1.4. If you want to do the typing then use the same method in the project but without custom blocks, you'll have to use variables and broadcasts to replace that functionality.

10 !
ScratchVaders or Galaga?
Maybe Eliza can help you decide?
TheCodePro123
Scratcher
100+ posts

Is there has any possible ways to show/hide a list in scratch 1.4?

Hey use these blocks.
show list [ v]

hide list [ v]

TheCodePro123
CODE LIKE A PRO
Leave a follow, love, or favorite! Even a view is fine!
Things to Check Out: Anything in Bold is a Link
Check out my Marvelous Art Maker (MAM)!
Check out the EpicCode Productions!
Check out the Translate to Morse Code!

TheCodePro123 wrote:

CODE LIKE A PRO!

TheCodePro123 wrote:

THE PRO WITH CODE
OldBunny2800
Scratcher
49 posts

Is there has any possible ways to show/hide a list in scratch 1.4?

TheCodePro123 wrote:

Hey use these blocks.
show list [ v]

hide list [ v]
Those blocks don't exist in V1.4.

Blocks I support:
<true :: operators>
<false :: operators>
(times [message1 v] has been sent :: events
(custom :: custom)
<custom :: custom>
custom{} :: custom
when <> is true :: hat :: events

check value of [] {
is value []? {
} + is value []? {
} else {} :: control
} :: control

if <> then {} + else if {} else {} :: control

(index of [] in [list v] :: list)

Powered by DjangoBB