Name text fields

Before you can specify values for the text fields in ActionScript, you first need to give each text field an instance name in the Property inspector. By appending the instance name with TXT, you're identifying the object as a text object.

  1. Click the top input text field in the QTY column. In the Instance Name text box of the Property inspector (Window > Properties), type qty1_txt.
  2. Follow the previous procedure to name the middle and bottom input text fields qty2_txt and qty3_txt, respectively.
  3. Click the top dynamic text field in the Price column. In the Instance Name text box of the Property inspector, type price1_txt.
  4. Follow the previous procedure to name the middle and bottom text fields in the column price2_txt and price3_txt, respectively.