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

#1 2010-08-22 19:31:44

IHeartGaming
Scratcher
Registered: 2010-07-23
Posts: 1000+

When key [any] pressed...

Help!!!!!!


IHeartGaming

Offline

 

#2 2010-08-22 19:36:37

AtomicBawm3
Scratcher
Registered: 2009-06-27
Posts: 1000+

Re: When key [any] pressed...

Do this:
repeat 41
add 0 to list
end repeat
replace item 1 with (key space presssed)
replace item 2 with (key up arrow pressed)
replace item 3 with  (key down arrow pressed)
etc.

after making one for every key do this

if list contains (1)
broadcast start.

That should work, but if you want an actual block that does that, I can't help you. 

Here it is!

Last edited by AtomicBawm3 (2010-08-22 19:45:21)


http://i50.tinypic.com/j0yw0p.jpg

Offline

 

Board footer