|
The actionscript code it put in the button
instance. The "on (relaease)" commands the following
code to be execusted when a button reaches its "release"
state.
on(release){
output = Math.log(Number(inputa));
Number() evaluates and returns the numerical value
of any input in the text field making text entries
null entries.
|