NaN problem inside flash?

  • Thread starter Thread starter mooza_2000
  • Start date Start date
M

mooza_2000

Guest
i have an input text field with variable one_input
and another text field with variable one_output
and a button with the following action script

on(release){
one_output = one_input / 2
}

and the result was NaN ...... whyyyyy :( and what is the solution ?
 
Back
Top