I am fairly new with Flash. I got one of those beginer books. I followed the directions exactly and can't figure out why I can't add 2 different numbers from to different input text boxes and assign the sum to a dynamic text box.
This is the actionscript in the on(release) handler of a button.
{
LuckyNumber = Number(Age) + Number(Month);
}
where Age and Month are input text boxes and LuckyNumber is the Dynamic text box.
What am I over looking for something as simple as this not to work?
Thank for any help you can offer!
Frustrated
This is the actionscript in the on(release) handler of a button.
{
LuckyNumber = Number(Age) + Number(Month);
}
where Age and Month are input text boxes and LuckyNumber is the Dynamic text box.
What am I over looking for something as simple as this not to work?
Thank for any help you can offer!
Frustrated