Skip to main content
Participating Frequently
August 9, 2012
Question

Mathematical calculations, measurements, area, weight, etc ...

  • August 9, 2012
  • 1 reply
  • 1421 views

Hello, I do not have much knowledge of action-scripts and wanted to know the following:

or you have some examples than those already seen how

multiplication, addition and other

I know you read the flash and coordinates well with calculations and wanted to know if the calculations kilometragens, areas, weights, measurements, simulate temperatures, mathematical calculations and so on ...

And it shows them with an example of basic animation type:

A car traveling a distance of 100km from a certain point of a road at 90km / h,

How long it would take to travel that distance?

An animation type a line that could alter the values ​​of both Km and Km / h, to solve this simple calculation.

Thanks

Joel

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
August 9, 2012

it takes

x = 100km/(90km/hr) = 10/9 hr to travel 100km at 90km/hr

Inspiring
August 9, 2012

Hi Kglad

Even simpler.

for 90 km---------1h

                  

for 100km--------X

then 90 x X=100

X=100/90= 10/9

webjoenetAuthor
Participating Frequently
August 9, 2012

Hi

I understand the calculation, but would have some example for me

Tanks