Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Creating a mortgage calculator in Flash MX
Author: Sas Jacobs
| Website: http://www.sasjacobs.com |
Creating the user interface - components
The user will select the repayment term from a combo box. Drag the ComboBox
component onto the stage from the Flash UI components. I gave the instance the
name selRepayments.
In the Properties area for the ComboBox, I entered the following:
- Labels: -- select term --, weekly, fortnightly,
monthly
- Values: blank, 52, 26, 12
- Row count: 4
- Change handler: setRepaymentTerm
I added a PushButton component from the Flash UI components and entered
the label Calculate. I set the Click Handler to CalculateRepayment.
This function will handle the validation and display the result of the
calculation.
| » Level Intermediate |
|
|
Added: : 2002-08-07
Rating: 1463.47 Votes: 45
Hits: 1255
|
| » Author |
|
Applications Developer
Marconi Australia
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (106 kb)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|