home *** CD-ROM | disk | FTP | other *** search
- /*
- * $VER: SaveThumbnailsOff.ifx.pre 2.5 (11.04.96)
- * Copyright © 1992-1996 Nova Design, Inc.
- * Written by Thomas Krehbiel
- *
- * Turn off saving thumbnails with files.
- *
- * Inputs:
- * Word(Arg(1),1) = Sequence number
- * Word(Arg(1),2) = Total number of frames (N)
- *
- * Returns:
- * 0 if successful, non-zero on failure
- *
- */
-
- OPTIONS RESULTS
-
- SetPrefs SaveNails Off
- previous = result
-
- CALL SETCLIP('AutoFX_STO_Previous', previous)
-
- EXIT
-