Forum Discussion
Creating a "phone" interaction - Numerical Keyboard to fill in text input
Ah I see it, tried it out and looks super easy to use and change. Thank you so much! If I wanted to try and create the keyboard area to mimic this setup
Would I just need to adjust the shape name and text display then copy and modify the triggers for one already created?
I would duplicate the Number_Keyboard layer.
Then delete the buttons that you don't need.
Then resize the ones that you are keeping and don't forget to fix up their down state.
- CassandraHar0013 years agoCommunity Member
Makes sense, thank you again for all your help!
- CassandraHar0013 years agoCommunity Member
Hello! I have been able to work around any issues that I have had in generally to make sure this awesome feature works, but I have one that I was hoping you could help with a modification. I have a section where we put in numbers, but its numbers with decimals and negatives. The script will allow the numbers to be input into a variable that is a number type, but it won't include the dash or period. If I make the variable a text type it works fine, but then I cannot use the greater than/less than functions with the variable. Is there a modification to make to the script in Insert Character that would adjust for this?
- RussellKillips-3 years agoCommunity Member
Hello Cassandra,
You could use a javascript trigger to convert the text to a number.
Then you can use the greater than/less than functions on the Converted Number.
Take a look at the attached story file.
- CassandraHar0013 years agoCommunity Member
Worked great! Thank you!
Related Content
- 12 months ago