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

#1 2011-11-04 12:43:44

schusteralex2
Scratcher
Registered: 2011-09-17
Posts: 1000+

How to make a "Peter Answers" project

if anyone has used peter answers you know what i'm talking about (if you haven't, you can google it.) but how would you record your key pushes without displaying them until they press enter?? i think you could do it by broadcasting every push and having like twenty scripts with a costume of every letter and having those be hidden, but that would be very complicated and probably laggy. thx!!


http://i44.tinypic.com/2uj37ds.gif

Offline

 

#2 2011-11-04 15:48:36

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

Re: How to make a "Peter Answers" project

I know Peter Answers.  lol  It’s the best.

You could use lists. It’s going to be a long script, because you need 26 “if” blocks. Here’s how it will go:

[if <key [a] pressed?>]
[ ][add [a] to [list]
[__________________]


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

Offline

 

Board footer