home *** CD-ROM | disk | FTP | other *** search
- In some of the macros formulas can be used to control the run-
- ning. This is done as seldom as possible, in the most cases you
- have only to set a switch or enter a value, the rest is done by
- the macro. You can use the constant PI, all Arexx interpreter-
- functions and a few variables. The main controlling is done by
- the variable f.
- [PAGE]
- frame (Integer) specifies the actual iteration
-
- frames (Integer) is the whole number of iterations
-
- f (Float) runs from 0.0 to 1.0. (frame/frames)
-
- m (Float) is the number of the actual motionfile
- (only valid with MotionEdit)
- [END]
-