I have seen projects that "save" the answers to questions you answer. How is this done?
Offline
StarscreamClone wrote:
I have seen projects that "save" the answers to questions you answer. How is this done?
Lists.
Offline
Firedrake969 wrote:
StarscreamClone wrote:
I have seen projects that "save" the answers to questions you answer. How is this done?
Lists.
Okay. Thank you!
Offline
They create variables, let's say "First name", and "Last name", and then they use the "ask and wait" block, and set the variable to the answer, like so:
when gf clicked ask [what's your first name?] and wait set [Firstname v] to <answer> ask [what's your last name?] and wait set [Lastname v] to <answer> say <join<join<join [You're name is ](Firstname)>[, ]>(Lastname)> for (5) secs
Last edited by TorbyFork234 (2012-11-04 19:47:19)
Offline
TorbyFork234 wrote:
They create variables, let's say "First name", and "Last name", and then they use the "ask and wait" block, and set the variable to the answer, like so:
when gf clicked ask [what's your first name?] and wait set [Firstname v] to <answer> ask [what's your last name?] and wait set [Lastname v] to <answer> say <join<join<join [You're name is ](Firstname)>[, ]>(Lastname)> for (5) secs
Okay, thank you!
Offline