View Full Version : how to i create user interactivity
AARONDAS
02-07-2009, 09:06 PM
hello I was wondering if anyone can help me figure this out. I am trying to ask a user how many times they would like the bunny to jump. if they put in x number, the bunny will jump x times.
Thanks,
AARONDAS
johnnywas
02-08-2009, 05:44 PM
this is how I do it
create a variable
make sure its a "number" variable
call it bunnny
drag it into the edit pane and choose set value
put in a dummy value (any will do) as a placeholder
go into world menu
choose the function - ask user "numberdialog question"
drag that to replace the dummy value being used as a placeholder
choose other. type in question "how many hops..."
ns5902
02-08-2009, 06:28 PM
Can someone help me out with this too? IF i want a bunny to ask me how far it should hop, what should i do?