home *** CD-ROM | disk | FTP | other *** search
- /* Tail.rexx */
-
- ERROR:
- BREAK_C:
- if RC then do
- say ' 'SIGL '*-*' SOURCELINE(SIGL)
- say 'Error' RC
- end
-
- 'openfractal' animname'.0' /* For looped animations */
- 'saveanim'
- 'openfractal' animname'.1'
- 'saveanim'
-
- 'closeanim'
-
- address command 'delete' animname'.0 QUIET'
- address command 'delete' animname'.1 QUIET'
- exit 0
-