home *** CD-ROM | disk | FTP | other *** search
/ Asymetrix Demo / Asymetrix.iso / prg / tutorial / vo25.wav (.mp3) < prev    next >
Waveform Audio File Format  |  1994-07-11  |  1.4 MB  |  1 channel  |  22,050 sample rate  |  1 minute, 8 seconds
Transcription: You can easily respond to a selection made from a combo box. We'll respond by changing the text in two of our fields. To begin, we'll edit the combo box script. The select change message is sent when a selection is made from a combo box. By handling this message, we can respond to the selection. We'll store the text for our responses in an array called cost. This is a 4x2 array because there are four choices in the combo box and two fields which will display the text. Here, we fill the array with dollar amounts for telephone calls. When a selection is made from the combo box, its position in t ...