Home » Archimedes archive » Micro User » MU 1990-11.adf » ArcLight » !Projector/!Help
!Projector/!Help
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Micro User » MU 1990-11.adf » ArcLight |
Filename: | !Projector/!Help |
Read OK: | ✔ |
File size: | 08B7 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
!Projector Version 1.08 (FOR NOTES ON LATEST VERSION SEE END) ======================= This projector is for playing Ace film format films, produced with either:- Euclid+Mogul (3D) Paint+Splice (2D pixel based) Draw+Tween (2D object based) This is a Multidocument/Multiwindow version. You can pop up a menu in the film window. Most operations are obvious (try them!). In Freeze mode you can single step the film by using Select/Adjust on the window. The New View option (under Misc) plays another instance of the film, but uses the same copy in memory, so is different from actually loading a film twice. Using an Obey file you can load a set of films, and optionally set them to play immediately in a rolling demo. The syntax is either: [<Projector$Dir>] Film Film Film ... [-Cn] [-Fn] [-R[n]] E.g: Films.Humans Films.LitLogos Films.Chess -C2 -R The -C and -F flags control the count for repeating each film and the flyback count per frame respectively. Or: <Projector$Dir> -L {[-Cn -Fn] Film}... E.g. WimpSlot -min 800k <Projector$Dir> -L -C1 -F8 Films.Chess -C2 -F2 Films.Flag Note that the usual controls over each film are available. Pressing S will skip to the next film irrespective of the repeat count. The -L flag forces the films to be loaded one at a time rather than all in one go for the -R flag, and allows a longer rolling demo from a Hard disk. Please send examples of good films together with permission (or not) for distribution to: Ace Computing, 27 Victoria Road, CAMBRIDGE, CB4 3BW. Details about Euclid, ArcLight, Mogul, Splice and Tween can be also be obtained from the same address. Tony Cheal Jan-Feb 1990 ======================= 1.07 (Jul? 1990) The projector now intelligently plays films in new modes which match the film's mode in bits-per-pixel and aspect ratio. 1.08 (Aug 1990) New key - Ctrl-B in full screen mode puts the keyboard into a mode which will always single step the film forward one frame. Another Ctrl-B will get it out of this mode. Now includes a new EuclidX to play Lempel-Ziv compressed films. Note that if a Euclid module is already running which does not have Lempel-Ziv decompression (i.e. prior to 2.12) then Lempel-Ziv films will still cause errors.
00000000 20 21 50 72 6f 6a 65 63 74 6f 72 20 56 65 72 73 | !Projector Vers| 00000010 69 6f 6e 20 31 2e 30 38 20 28 46 4f 52 20 4e 4f |ion 1.08 (FOR NO| 00000020 54 45 53 20 4f 4e 20 4c 41 54 45 53 54 20 56 45 |TES ON LATEST VE| 00000030 52 53 49 4f 4e 20 53 45 45 20 45 4e 44 29 0a 20 |RSION SEE END). | 00000040 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 00000050 3d 3d 3d 3d 3d 3d 3d 0a 0a 54 68 69 73 20 70 72 |=======..This pr| 00000060 6f 6a 65 63 74 6f 72 20 69 73 20 66 6f 72 20 70 |ojector is for p| 00000070 6c 61 79 69 6e 67 20 41 63 65 20 66 69 6c 6d 20 |laying Ace film | 00000080 66 6f 72 6d 61 74 0a 66 69 6c 6d 73 2c 20 70 72 |format.films, pr| 00000090 6f 64 75 63 65 64 20 77 69 74 68 20 65 69 74 68 |oduced with eith| 000000a0 65 72 3a 2d 0a 20 45 75 63 6c 69 64 2b 4d 6f 67 |er:-. Euclid+Mog| 000000b0 75 6c 20 28 33 44 29 0a 20 50 61 69 6e 74 2b 53 |ul (3D). Paint+S| 000000c0 70 6c 69 63 65 20 28 32 44 20 70 69 78 65 6c 20 |plice (2D pixel | 000000d0 62 61 73 65 64 29 0a 20 44 72 61 77 2b 54 77 65 |based). Draw+Twe| 000000e0 65 6e 20 20 20 28 32 44 20 6f 62 6a 65 63 74 20 |en (2D object | 000000f0 62 61 73 65 64 29 0a 0a 54 68 69 73 20 69 73 20 |based)..This is | 00000100 61 20 4d 75 6c 74 69 64 6f 63 75 6d 65 6e 74 2f |a Multidocument/| 00000110 4d 75 6c 74 69 77 69 6e 64 6f 77 20 76 65 72 73 |Multiwindow vers| 00000120 69 6f 6e 2e 0a 59 6f 75 20 63 61 6e 20 70 6f 70 |ion..You can pop| 00000130 20 75 70 20 61 20 6d 65 6e 75 20 69 6e 20 74 68 | up a menu in th| 00000140 65 20 66 69 6c 6d 20 77 69 6e 64 6f 77 2e 0a 4d |e film window..M| 00000150 6f 73 74 20 6f 70 65 72 61 74 69 6f 6e 73 20 61 |ost operations a| 00000160 72 65 20 6f 62 76 69 6f 75 73 20 28 74 72 79 20 |re obvious (try | 00000170 74 68 65 6d 21 29 2e 0a 0a 49 6e 20 46 72 65 65 |them!)...In Free| 00000180 7a 65 20 6d 6f 64 65 20 79 6f 75 20 63 61 6e 20 |ze mode you can | 00000190 73 69 6e 67 6c 65 20 73 74 65 70 20 74 68 65 20 |single step the | 000001a0 66 69 6c 6d 0a 62 79 20 75 73 69 6e 67 20 53 65 |film.by using Se| 000001b0 6c 65 63 74 2f 41 64 6a 75 73 74 20 6f 6e 20 74 |lect/Adjust on t| 000001c0 68 65 20 77 69 6e 64 6f 77 2e 0a 0a 54 68 65 20 |he window...The | 000001d0 4e 65 77 20 56 69 65 77 20 6f 70 74 69 6f 6e 20 |New View option | 000001e0 28 75 6e 64 65 72 20 4d 69 73 63 29 20 70 6c 61 |(under Misc) pla| 000001f0 79 73 20 61 6e 6f 74 68 65 72 0a 69 6e 73 74 61 |ys another.insta| 00000200 6e 63 65 20 6f 66 20 74 68 65 20 66 69 6c 6d 2c |nce of the film,| 00000210 20 62 75 74 20 75 73 65 73 20 74 68 65 20 73 61 | but uses the sa| 00000220 6d 65 20 63 6f 70 79 20 69 6e 0a 6d 65 6d 6f 72 |me copy in.memor| 00000230 79 2c 20 73 6f 20 69 73 20 64 69 66 66 65 72 65 |y, so is differe| 00000240 6e 74 20 66 72 6f 6d 20 61 63 74 75 61 6c 6c 79 |nt from actually| 00000250 20 6c 6f 61 64 69 6e 67 20 61 0a 66 69 6c 6d 20 | loading a.film | 00000260 74 77 69 63 65 2e 0a 0a 55 73 69 6e 67 20 61 6e |twice...Using an| 00000270 20 4f 62 65 79 20 66 69 6c 65 20 79 6f 75 20 63 | Obey file you c| 00000280 61 6e 20 6c 6f 61 64 20 61 20 73 65 74 20 6f 66 |an load a set of| 00000290 20 66 69 6c 6d 73 2c 20 61 6e 64 0a 6f 70 74 69 | films, and.opti| 000002a0 6f 6e 61 6c 6c 79 20 73 65 74 20 74 68 65 6d 20 |onally set them | 000002b0 74 6f 20 70 6c 61 79 20 69 6d 6d 65 64 69 61 74 |to play immediat| 000002c0 65 6c 79 20 69 6e 20 61 20 72 6f 6c 6c 69 6e 67 |ely in a rolling| 000002d0 0a 64 65 6d 6f 2e 20 54 68 65 20 73 79 6e 74 61 |.demo. The synta| 000002e0 78 20 69 73 20 65 69 74 68 65 72 3a 0a 0a 5b 3c |x is either:..[<| 000002f0 50 72 6f 6a 65 63 74 6f 72 24 44 69 72 3e 5d 20 |Projector$Dir>] | 00000300 46 69 6c 6d 20 46 69 6c 6d 20 46 69 6c 6d 20 2e |Film Film Film .| 00000310 2e 2e 20 5b 2d 43 6e 5d 20 5b 2d 46 6e 5d 20 5b |.. [-Cn] [-Fn] [| 00000320 2d 52 5b 6e 5d 5d 0a 0a 45 2e 67 3a 0a 46 69 6c |-R[n]]..E.g:.Fil| 00000330 6d 73 2e 48 75 6d 61 6e 73 20 46 69 6c 6d 73 2e |ms.Humans Films.| 00000340 4c 69 74 4c 6f 67 6f 73 20 46 69 6c 6d 73 2e 43 |LitLogos Films.C| 00000350 68 65 73 73 20 2d 43 32 20 2d 52 0a 0a 54 68 65 |hess -C2 -R..The| 00000360 20 2d 43 20 61 6e 64 20 2d 46 20 66 6c 61 67 73 | -C and -F flags| 00000370 20 63 6f 6e 74 72 6f 6c 20 74 68 65 20 63 6f 75 | control the cou| 00000380 6e 74 20 66 6f 72 20 72 65 70 65 61 74 69 6e 67 |nt for repeating| 00000390 0a 65 61 63 68 20 66 69 6c 6d 20 61 6e 64 20 74 |.each film and t| 000003a0 68 65 20 66 6c 79 62 61 63 6b 20 63 6f 75 6e 74 |he flyback count| 000003b0 20 70 65 72 20 66 72 61 6d 65 20 72 65 73 70 65 | per frame respe| 000003c0 63 74 69 76 65 6c 79 2e 0a 0a 4f 72 3a 0a 3c 50 |ctively...Or:.<P| 000003d0 72 6f 6a 65 63 74 6f 72 24 44 69 72 3e 20 2d 4c |rojector$Dir> -L| 000003e0 20 7b 5b 2d 43 6e 20 2d 46 6e 5d 20 46 69 6c 6d | {[-Cn -Fn] Film| 000003f0 7d 2e 2e 2e 0a 0a 45 2e 67 2e 0a 57 69 6d 70 53 |}.....E.g..WimpS| 00000400 6c 6f 74 20 2d 6d 69 6e 20 38 30 30 6b 0a 3c 50 |lot -min 800k.<P| 00000410 72 6f 6a 65 63 74 6f 72 24 44 69 72 3e 20 2d 4c |rojector$Dir> -L| 00000420 20 2d 43 31 20 2d 46 38 20 46 69 6c 6d 73 2e 43 | -C1 -F8 Films.C| 00000430 68 65 73 73 20 2d 43 32 20 2d 46 32 20 46 69 6c |hess -C2 -F2 Fil| 00000440 6d 73 2e 46 6c 61 67 0a 0a 4e 6f 74 65 20 74 68 |ms.Flag..Note th| 00000450 61 74 20 74 68 65 20 75 73 75 61 6c 20 63 6f 6e |at the usual con| 00000460 74 72 6f 6c 73 20 6f 76 65 72 20 65 61 63 68 20 |trols over each | 00000470 66 69 6c 6d 20 61 72 65 20 61 76 61 69 6c 61 62 |film are availab| 00000480 6c 65 2e 0a 50 72 65 73 73 69 6e 67 20 53 20 77 |le..Pressing S w| 00000490 69 6c 6c 20 73 6b 69 70 20 74 6f 20 74 68 65 20 |ill skip to the | 000004a0 6e 65 78 74 20 66 69 6c 6d 20 69 72 72 65 73 70 |next film irresp| 000004b0 65 63 74 69 76 65 20 6f 66 20 74 68 65 0a 72 65 |ective of the.re| 000004c0 70 65 61 74 20 63 6f 75 6e 74 2e 0a 0a 54 68 65 |peat count...The| 000004d0 20 2d 4c 20 66 6c 61 67 20 66 6f 72 63 65 73 20 | -L flag forces | 000004e0 74 68 65 20 66 69 6c 6d 73 20 74 6f 20 62 65 20 |the films to be | 000004f0 6c 6f 61 64 65 64 20 6f 6e 65 20 61 74 20 61 20 |loaded one at a | 00000500 74 69 6d 65 0a 72 61 74 68 65 72 20 74 68 61 6e |time.rather than| 00000510 20 61 6c 6c 20 69 6e 20 6f 6e 65 20 67 6f 20 66 | all in one go f| 00000520 6f 72 20 74 68 65 20 2d 52 20 66 6c 61 67 2c 20 |or the -R flag, | 00000530 61 6e 64 20 61 6c 6c 6f 77 73 20 61 0a 6c 6f 6e |and allows a.lon| 00000540 67 65 72 20 72 6f 6c 6c 69 6e 67 20 64 65 6d 6f |ger rolling demo| 00000550 20 66 72 6f 6d 20 61 20 48 61 72 64 20 64 69 73 | from a Hard dis| 00000560 6b 2e 0a 0a 50 6c 65 61 73 65 20 73 65 6e 64 20 |k...Please send | 00000570 65 78 61 6d 70 6c 65 73 20 6f 66 20 67 6f 6f 64 |examples of good| 00000580 20 66 69 6c 6d 73 20 74 6f 67 65 74 68 65 72 20 | films together | 00000590 77 69 74 68 0a 70 65 72 6d 69 73 73 69 6f 6e 20 |with.permission | 000005a0 28 6f 72 20 6e 6f 74 29 20 66 6f 72 20 64 69 73 |(or not) for dis| 000005b0 74 72 69 62 75 74 69 6f 6e 20 74 6f 3a 0a 41 63 |tribution to:.Ac| 000005c0 65 20 43 6f 6d 70 75 74 69 6e 67 2c 20 32 37 20 |e Computing, 27 | 000005d0 56 69 63 74 6f 72 69 61 20 52 6f 61 64 2c 20 43 |Victoria Road, C| 000005e0 41 4d 42 52 49 44 47 45 2c 20 43 42 34 20 33 42 |AMBRIDGE, CB4 3B| 000005f0 57 2e 0a 0a 44 65 74 61 69 6c 73 20 61 62 6f 75 |W...Details abou| 00000600 74 20 45 75 63 6c 69 64 2c 20 41 72 63 4c 69 67 |t Euclid, ArcLig| 00000610 68 74 2c 20 4d 6f 67 75 6c 2c 20 53 70 6c 69 63 |ht, Mogul, Splic| 00000620 65 20 61 6e 64 0a 54 77 65 65 6e 20 63 61 6e 20 |e and.Tween can | 00000630 62 65 20 61 6c 73 6f 20 62 65 20 6f 62 74 61 69 |be also be obtai| 00000640 6e 65 64 20 66 72 6f 6d 20 74 68 65 20 73 61 6d |ned from the sam| 00000650 65 20 61 64 64 72 65 73 73 2e 0a 0a 20 54 6f 6e |e address... Ton| 00000660 79 20 43 68 65 61 6c 20 4a 61 6e 2d 46 65 62 20 |y Cheal Jan-Feb | 00000670 31 39 39 30 0a 20 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |1990. ==========| 00000680 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 31 |=============..1| 00000690 2e 30 37 20 28 4a 75 6c 3f 20 31 39 39 30 29 20 |.07 (Jul? 1990) | 000006a0 54 68 65 20 70 72 6f 6a 65 63 74 6f 72 20 6e 6f |The projector no| 000006b0 77 20 69 6e 74 65 6c 6c 69 67 65 6e 74 6c 79 0a |w intelligently.| 000006c0 70 6c 61 79 73 20 66 69 6c 6d 73 20 69 6e 20 6e |plays films in n| 000006d0 65 77 20 6d 6f 64 65 73 20 77 68 69 63 68 20 6d |ew modes which m| 000006e0 61 74 63 68 20 74 68 65 20 66 69 6c 6d 27 73 0a |atch the film's.| 000006f0 6d 6f 64 65 20 69 6e 20 62 69 74 73 2d 70 65 72 |mode in bits-per| 00000700 2d 70 69 78 65 6c 20 61 6e 64 20 61 73 70 65 63 |-pixel and aspec| 00000710 74 20 72 61 74 69 6f 2e 0a 0a 31 2e 30 38 20 28 |t ratio...1.08 (| 00000720 41 75 67 20 31 39 39 30 29 20 4e 65 77 20 6b 65 |Aug 1990) New ke| 00000730 79 20 2d 20 43 74 72 6c 2d 42 20 69 6e 20 66 75 |y - Ctrl-B in fu| 00000740 6c 6c 20 73 63 72 65 65 6e 0a 6d 6f 64 65 20 70 |ll screen.mode p| 00000750 75 74 73 20 74 68 65 20 6b 65 79 62 6f 61 72 64 |uts the keyboard| 00000760 20 69 6e 74 6f 20 61 20 6d 6f 64 65 20 77 68 69 | into a mode whi| 00000770 63 68 20 77 69 6c 6c 0a 61 6c 77 61 79 73 20 73 |ch will.always s| 00000780 69 6e 67 6c 65 20 73 74 65 70 20 74 68 65 20 66 |ingle step the f| 00000790 69 6c 6d 20 66 6f 72 77 61 72 64 20 6f 6e 65 20 |ilm forward one | 000007a0 66 72 61 6d 65 2e 0a 41 6e 6f 74 68 65 72 20 43 |frame..Another C| 000007b0 74 72 6c 2d 42 20 77 69 6c 6c 20 67 65 74 20 69 |trl-B will get i| 000007c0 74 20 6f 75 74 20 6f 66 20 74 68 69 73 20 6d 6f |t out of this mo| 000007d0 64 65 2e 0a 0a 4e 6f 77 20 69 6e 63 6c 75 64 65 |de...Now include| 000007e0 73 20 61 20 6e 65 77 20 45 75 63 6c 69 64 58 20 |s a new EuclidX | 000007f0 74 6f 20 70 6c 61 79 20 4c 65 6d 70 65 6c 2d 5a |to play Lempel-Z| 00000800 69 76 0a 63 6f 6d 70 72 65 73 73 65 64 20 66 69 |iv.compressed fi| 00000810 6c 6d 73 2e 20 4e 6f 74 65 20 74 68 61 74 20 69 |lms. Note that i| 00000820 66 20 61 20 45 75 63 6c 69 64 20 6d 6f 64 75 6c |f a Euclid modul| 00000830 65 0a 69 73 20 61 6c 72 65 61 64 79 20 72 75 6e |e.is already run| 00000840 6e 69 6e 67 20 77 68 69 63 68 20 64 6f 65 73 20 |ning which does | 00000850 6e 6f 74 20 68 61 76 65 20 4c 65 6d 70 65 6c 2d |not have Lempel-| 00000860 5a 69 76 0a 64 65 63 6f 6d 70 72 65 73 73 69 6f |Ziv.decompressio| 00000870 6e 20 28 69 2e 65 2e 20 70 72 69 6f 72 20 74 6f |n (i.e. prior to| 00000880 20 32 2e 31 32 29 20 74 68 65 6e 20 4c 65 6d 70 | 2.12) then Lemp| 00000890 65 6c 2d 5a 69 76 0a 66 69 6c 6d 73 20 77 69 6c |el-Ziv.films wil| 000008a0 6c 20 73 74 69 6c 6c 20 63 61 75 73 65 20 65 72 |l still cause er| 000008b0 72 6f 72 73 2e 0a 0a |rors...| 000008b7