Hello all, I am kind of a newcomer to Flash so this might seem like a silly problem.
There are 5 "price" textboxes on a particular frame. On a separate frame someone chooses an item and it populates those textboxes. What I want to do is be able to add together all of the "price" textboxes to populate the "total" textbox. I have tried parsing each textbox as an integer and then making a function to find the total and populate the "total" textbox but this just isn't working. It still has the value of 0 when I export. If I try parsing as a number it gives me a NaN value.
If the prices are decimals, I don't think you can convert them to integers, which are whole numbers, eg 1, 12, 36, etc. To convert decimal strings, I think you need to convert them to Numbers.