I’m working on a simple flash mx application for a school project and I need a little help. I’m fairly new to flash.
Theres an order form where people can input the quantities they want at the bottom there is a total$ box.
Question 1:
How can I get the total displayed to update as the users change the quantities without having to press any accept buttons?
-Currently total is a dynamic text box and the inputs are input text fields
Question 2:
Is there a way to limit what people can type in an input box? I was hoping to make it so the quantity input boxes would only allow you to type numbers.