Question
Actions depending on input text values.
Hi again.
I have started to use input texts and passing them to outputs etc.
I was wondering, is there a way in AS2, to, for example
if someone enters a value that's between 150 and 200. Accepts it, and the code somehow recognizes the range
if value from 150 to 200, perform a function (for example setProperty on something to visible true)
a different function would apply if someone enters a value between 100 to 150.
thanks