This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-11-29 01:54:08

Jeckaljr
New Scratcher
Registered: 2011-11-29
Posts: 2

how do you get lists to hide when space is pressed

how do you get lists to hide when space is pressed because it is getting in the way of my game and i cant figure out how to do it

Offline

 

#2 2011-11-29 02:08:48

TRocket
Scratcher
Registered: 2009-08-18
Posts: 1000+

Re: how do you get lists to hide when space is pressed

sorry, in scratch 1.4 you can't show/hide lists


http://i.imgur.com/1QqnHxQ.png

Offline

 

#3 2011-11-29 02:40:21

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: how do you get lists to hide when space is pressed

There's no block to do that currently, though I'm pretty it's coming in 2.0. How about using a sprite to go over the top of it?


Why

Offline

 

#4 2011-11-29 03:06:29

Jeckaljr
New Scratcher
Registered: 2011-11-29
Posts: 2

Re: how do you get lists to hide when space is pressed

it goes above everything i think

Offline

 

#5 2011-11-29 03:15:26

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: how do you get lists to hide when space is pressed

You can use the 'Go back # layers' and 'Go to front' blocks to get around that.  wink


Why

Offline

 

#6 2011-11-29 06:44:03

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: how do you get lists to hide when space is pressed

Jeckaljr wrote:

it goes above everything i think

Nope. Not if you use the [go to front] block.


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#7 2011-11-29 09:25:11

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: how do you get lists to hide when space is pressed

Yeah, to sum it up:
Make a sprite the size of the list viewer.
Add these scripts:

When [space] key pressed
[go to front]
[show]

When green flag clicked
[hide]

Enjoy!


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

Board footer