Forum Discussion
KenVenick1
10 years agoCommunity Member
Reset Numeric Entry Box so no value shows
I have a question with Correct/Incorrect/Try again options. Someone on the Forum was kind enough to help out with IF, THEN, ELSE logic for try again. When you get Try Again and return to layer with ...
JackSmith-6d95c
6 years agoCommunity Member
storyline 360 the field display a 0 when timeline starts.
I use javascript code to reset the field.
- Crystal-Horn6 years agoStaff
Thanks for sharing, Jack! Feel free to add you .story file, too, so folks can see the setup.
A quick update on the
NumericEntry
variable showing 0 after being renamed in Storyline 360. In the latest version, Update 23, this behavior happens whenNumericEntry1
,NumericEntry2
, and subsequent numeric entry variables are renamed. If you rename the firstNumericEntry
, you will not see the field default to 0.The workaround is to add numeric entry fields one at a time and rename the
NumericEntry
variable each time. I hope that helps you to keep the fields looking consistent! - MaryGoemanRealo6 years agoCommunity Member
Could you post the java for the reset button please?