**HELP ** Basic Actionscript
**HELP ** Basic Actionscript
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- shant0
name the variable for the input field something like inputnum.
somewhere down the line make 2 dynamic text fields, give their variable names num1 and num2.
on the same frame, or a frame somewhere before the frame that the dynamic texts is on, put this:
num1 = inputnum * 3;
num2 = inputnum * 8;that should do it.
num1 = inputnum*3