I am missing simple logic, or simple code. I want to make a loan calculator in flash as3 like http://activeden.net/item/loan-payment-calculator-with-slider-as3/897727
I have a flash file that prints x of an object that is dragged across a line.
scrubber.x = _point.x;
tf1.text = String(_point.x);
What I want to do is to print out a certain amount (lets say from 1 to 20 000) depending on the x. I know I am missing some basic as3 but I couldn't find anything on other forums.