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 |
Initialising the movie
Enter the following actionscript on the actions layer in the first frame BEFORE
the stop action.
var intRepayments;
intPrincipal = 0;
floInterest = 0;
intTerm = 0;
Zero will display as the starting value in the principal, interest and term
fields.
| » Level Intermediate |
|
|
Added: : 2002-08-07
Rating: 7.72 Votes: 32
Hits: 1251
|
| » 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.
|
|
|