home *** CD-ROM | disk | FTP | other *** search
JACOsub subtitle format (jacosub) | 1996-04-15 | 967 b | 25 lines |
- # This script demonstrates color cycling.
-
- # WARNING: On AGA Amigas (A1200, A4000) this script will lock up the
- # computer when cycling imported graphics if you have 5 or 6 video
- # buffers allocated. It seems to work fine with 4 buffers. All other
- # Amigas, running OS version 2.1 or lower, have no problems. Cycling
- # title text (not graphics) works on all machines also.
-
- #TimeRes 100
-
- 0:00:00.00 0:00:02.00 vm This script demonstrates color cycle animation.
- 0:00:01:00 0:00:02.00 vuep-1:15:4 The display should be cycling.
- 0:00:02:00 0:00:10.00 VM The next display should cycle a graphic file.\n\
- \nLoading graphic....\n\
- (delay for proper floppy access)
-
- # The RLG directive loads the graphic file described in the title string.
- # The EP+3:31:1 directive cycles colors 3 to 31 at a period of 1 video
- # field per cycle step.
-
- 0:00:10.00 0:00:16.00 rlgEP+3:31:1 helium.lbm
-
- 0:00:16.00 0:00:17.50 vm Neat, huh?
-
-