I beleive it will hide both.
Offline
pross67 wrote:
There are "hide variable" and "show variable" blocks, but not for lists. How can I hide and show a list?
I believe that feature will have to wait for another Scratch release. Sorry.
Offline
there is a way to.make a sprite go to the list and make it go to the frount.
<when I receive[
<go to x )y
<go to front>
Offline
I think listwatchers are designed to be less of a UI tool than a programming/debugging one, hence the length readout and the "add item" button. It would be a nice feature in the next release, though.
Offline
TheCatAndTheBanana wrote:
[blocks]<when I receive[
<go to x <{ item 1 of position }> )y <{ item 2 of position }>
<go to front>[/blocks]
Offline
Like catandthebanana said,
<when I receive[ whatever you want
<go to x wherever you want )y where ever you want
<go to front>
Offline