> The formula is as follows :
>
> (((x*1882.816)/((y)*z*1000))-
> (.017*s/60))
>
> Where "x" is attached to a #bitmaps
>       "y"  is attached to a #field
>       "z" is attached to also a #bitmap
>     & "s" is attached to a #field
>
> I can get the relevant info But just help me with a script on how to
> calculate it & also on how to transfer the same information to
> another "dir" file.

Hasn't this already been answered for you?

Not sure what you mean by having x, y and z attached to member types.

Simply set you three variables to have the values you want and then have

myResult = (((x * 1882.816) / ((y) * z * 1000)) - (.017 * s / 60))

Passing that result to another dir file is easy enough - you can use a
global variable that is available to all movies or you can write a text file
using FileIO or getPref for the other movie to read back out again.


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to