home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Raytracing / Raytracer / LW5VT09.LHA / Toaster / Arexx_examples / Lwe / Manual / Formulas.eng < prev    next >
Encoding:
Text File  |  1996-06-10  |  572 b   |  17 lines

  1. In some of the macros formulas can be used to control the run-
  2. ning. This is done as seldom as possible, in the most cases you
  3. have only to set a switch or enter a value, the rest is done by
  4. the macro. You can use the constant PI, all Arexx interpreter-
  5. functions and a few variables. The main controlling is done by
  6. the variable f.
  7. [PAGE]
  8. frame (Integer) specifies the actual iteration
  9.  
  10. frames (Integer) is the whole number of iterations
  11.  
  12. f (Float) runs from 0.0 to 1.0. (frame/frames)
  13.  
  14. m (Float) is the number of the actual motionfile
  15. (only valid with MotionEdit)
  16. [END]
  17.