How to make an appearing say box

Screenshot 2020-09-17 at 10.05.33 PM

2 Likes

Huh, I never heard of an appearing say box, but the text length is set to 0 and there is nothing in the "say" block. Maybe set text length to something above 0 and put something in the "say" block? Ehh, I don't know much about coding.

Look inside the loop body.

1 Like

for the text length at the start at 0, when the loop starts, the variable gets set to 1, and the end for when it says nothing is so it stops saying it

1 Like

Oh, huh. I never tried to make an appearing say box before, so I have no idea how to do it. I'm sure others would know how to do it though!

Nice block :slight_smile:

One of things that makes things like this easier in Snap! is the for block

image

It saves you having to create a variable and increment it inside the loop

Note - to change the name of the loop variable, just doubleclick it to edit and rename it

1 Like

Just single click does it!

1 Like

You can make "text" a script variable so it doesn't fill up the variables category

1 Like

More simplicated!


A neat hack for combine.
Important:Do not compile the combine!It is not used to do computation!It is used for iterating the list!
@bh

here's my way to do it


it's very simple. I even threw in a delay option (though I would put a : after secs, like secs is secs:)

1 Like

dont post on old topics