Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_19.ADF » P/PixTxt1
P/PixTxt1
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 » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_19.ADF |
Filename: | P/PixTxt1 |
Read OK: | ✔ |
File size: | 157E bytes |
Load address: | 50224556 |
Exec address: | 78547869 |
File contents
P i x e l M a p p e r Anyone who continued their Micro User subscription long enough tosee the change of name to "Acorn Computing" might have noticed that "Pixel Mapper", a program published for the BBC Micro in October/November1992 did not work on the Electron. This was a shame, as it was actually avery clever program to distort pictures into virtually any shape youwanted. I have now found, and sorted out, the problem (a minor differencein the address of a look-up table in the OS ROM). I have also added a few new facilities, including a simple menu. The program is in two main parts, a Shaper and a Mapper. The firstis basically a simple art program. Using this, you design the shape youwant to fit your picture into. Then the Mapper will convert your picture(which can be a screen file of any size in any graphics mode) line-by-lineto fit the shape you designed. The Shaper is different from most art programs, as it isobject-orientated. This means that its files are stored as a series ofshapes in the order you drew them, rather than an ordinary pixel-basedscreen file. This has the advantage that the files are very small, andalso they can be re-drawn in any screen mode. However, it does mean thatmistakes can be difficult to correct. For this reason, the originalversion had no facility to re-load a saved shape file, or to delete ashape drawn in the wrong place (it was assumed that the shapes used forthe Pixel Mapper would be very simple, so there would be nothing to loseby clearing the screen and starting again if the result was notsatisfactory). I have added these two facilities, but unfortunately theprogram would not run with the ADFS in Mode 1 as it was supposed to (mostBBC Micro owners use the DFS, which has PAGE set at &1900, not &1D00). Toget round this, I have provided the option of running it in either Mode 4or 5 (with obvious advantages/drawbacks). The controls for the shaper are as follows: G: Lock cursor to grid { you are given the option to choose the size of the grid, and whether or not to display it, when the program is run.} N : Unlock cursor from grid O : Return cursor to origin F : Select foreground colour B : Select background colour (erase) T : Draw triangle (use space bar to fix other two points) R : Draw rectangle (use space bar to fix opposite point) C : Make n-sided polygon (use a large value to draw a circle) Space : Fix corner of object Arrow keys : Move cursor +Shift : Move cursor faster } not if cursor is +Control : Move cursor faster still } locked to grid. Q : Quit the program (return to menu) Func/, : Load shape file Func/. : Save shape file Shift/D: Delete last object drawn (or cancel current one) Escape : Cancel current operation L : Display number of objects left (this was included because memory was very tight in the original Mode 1 version, so only 15objects were allowed. Now there is room for about 300, so you shouldn't need to use thisoption) The operation of the Mapper program is fairly self-explanatory.You are first asked to enter the Mode of the screen file you want todistort. In some cases, you can also select the destination mode. You arethen asked for the vertical height of the picture - this enables you to enlarge a small picture to fill the whole screen. I have also included a new option - to select between a shape file(designed using the Shaper) and an ordinary screen file. If you choose tomap on to a screen designed using an art program (such as the ElectronUser's Elkpaint), then all colours except Colour 0 will be treated asforeground. However, bear in mind that a screen file will only work in itsoriginal Mode, and will use up a lot of disc space. It can be possible,using the mapper to change the Mode of a screen file, by simply mappingit on to a large box filling the whole screen. Again memory is very tight if you are running the Mapper fromADFS, so you may have to cut down on the REM statements at the start ifyou make any changes. I have unfortunately had to join many of the linestogether to make it run. Acorn Computing published four sample shape files. These are savedin a directory called "S", under the filenames "Distanc", "Hrglass","Wobble", and "Wrap". You might like to try them out using the titlescreens from a few games - most Superior Software title screens are in Mode 5, and have a vertical length of 208 pixels. Best results are usuallyachieved using Mode 1 as a destination mode (though this does takeconsiderably longer than Mode 5). Acorn Computing illustrated theirarticle by mapping the title screen from Barbarian on to the shape of aPolo mint! Matthew Ford THIS IS REALLY INTERESTING. I WAS ONE ON THOSE WHO STOPPED BUYING MOST OF THE COMPUTING MAGAZINES. AFTER READING THIS ARTICLE I MIGHT JUST BUY A COPY OF ACORN COMPUTING. PERHAPS IT IS WORTH ANOTHER LOOK. THIS ARTICLE WAS ORIGINALLY SENT FOR EUG18 BUT HAD TO BE HELD OVER BECAUSE OF LACK OF SPACE. THE VERSION OF ELKPAINT REFERED TO IS IN EUG18.
00000000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000010 20 20 20 20 20 20 20 50 20 69 20 78 20 65 20 6c | P i x e l| 00000020 20 20 20 4d 20 61 20 70 20 70 20 65 20 72 0d 0d | M a p p e r..| 00000030 20 20 20 20 20 20 20 41 6e 79 6f 6e 65 20 77 68 | Anyone wh| 00000040 6f 20 63 6f 6e 74 69 6e 75 65 64 20 74 68 65 69 |o continued thei| 00000050 72 20 4d 69 63 72 6f 1a 20 55 73 65 72 1a 20 73 |r Micro. User. s| 00000060 75 62 73 63 72 69 70 74 69 6f 6e 20 0d 6c 6f 6e |ubscription .lon| 00000070 67 20 65 6e 6f 75 67 68 20 74 6f 10 73 65 65 1a |g enough to.see.| 00000080 20 74 68 65 1a 20 63 68 61 6e 67 65 20 6f 66 20 | the. change of | 00000090 6e 61 6d 65 20 74 6f 20 22 41 63 6f 72 6e 1a 20 |name to "Acorn. | 000000a0 43 6f 6d 70 75 74 69 6e 67 22 1a 20 0d 6d 69 67 |Computing". .mig| 000000b0 68 74 1a 20 68 61 76 65 1a 20 6e 6f 74 69 63 65 |ht. have. notice| 000000c0 64 1a 20 74 68 61 74 20 10 22 50 69 78 65 6c 20 |d. that ."Pixel | 000000d0 4d 61 70 70 65 72 22 2c 20 61 1a 20 70 72 6f 67 |Mapper", a. prog| 000000e0 72 61 6d 20 0d 70 75 62 6c 69 73 68 65 64 20 66 |ram .published f| 000000f0 6f 72 20 74 68 65 20 42 42 43 20 4d 69 63 72 6f |or the BBC Micro| 00000100 20 69 6e 20 4f 63 74 6f 62 65 72 2f 4e 6f 76 65 | in October/Nove| 00000110 6d 62 65 72 10 31 39 39 32 20 64 69 64 20 0d 6e |mber.1992 did .n| 00000120 6f 74 20 77 6f 72 6b 1a 20 6f 6e 20 74 68 65 20 |ot work. on the | 00000130 45 6c 65 63 74 72 6f 6e 2e 20 54 68 69 73 20 77 |Electron. This w| 00000140 61 73 20 61 20 73 68 61 6d 65 2c 20 61 73 20 69 |as a shame, as i| 00000150 74 20 77 61 73 20 0d 61 63 74 75 61 6c 6c 79 20 |t was .actually | 00000160 61 10 76 65 72 79 20 63 6c 65 76 65 72 20 70 72 |a.very clever pr| 00000170 6f 67 72 61 6d 20 74 6f 20 64 69 73 74 6f 72 74 |ogram to distort| 00000180 1a 20 70 69 63 74 75 72 65 73 1a 20 69 6e 74 6f |. pictures. into| 00000190 1a 20 0d 76 69 72 74 75 61 6c 6c 79 1a 20 61 6e |. .virtually. an| 000001a0 79 1a 20 73 68 61 70 65 1a 20 79 6f 75 10 77 61 |y. shape. you.wa| 000001b0 6e 74 65 64 2e 20 49 20 68 61 76 65 20 6e 6f 77 |nted. I have now| 000001c0 20 66 6f 75 6e 64 2c 1a 20 61 6e 64 20 0d 73 6f | found,. and .so| 000001d0 72 74 65 64 20 6f 75 74 2c 20 74 68 65 20 70 72 |rted out, the pr| 000001e0 6f 62 6c 65 6d 20 28 61 20 6d 69 6e 6f 72 20 64 |oblem (a minor d| 000001f0 69 66 66 65 72 65 6e 63 65 10 69 6e 20 74 68 65 |ifference.in the| 00000200 20 61 64 64 72 65 73 73 20 0d 6f 66 20 61 20 6c | address .of a l| 00000210 6f 6f 6b 2d 75 70 1a 20 74 61 62 6c 65 20 69 6e |ook-up. table in| 00000220 20 74 68 65 20 4f 53 20 52 4f 4d 29 2e 20 49 20 | the OS ROM). I | 00000230 68 61 76 65 20 61 6c 73 6f 20 61 64 64 65 64 20 |have also added | 00000240 61 20 66 65 77 10 0d 6e 65 77 20 66 61 63 69 6c |a few..new facil| 00000250 69 74 69 65 73 2c 20 69 6e 63 6c 75 64 69 6e 67 |ities, including| 00000260 20 61 20 73 69 6d 70 6c 65 20 6d 65 6e 75 2e 0d | a simple menu..| 00000270 20 20 20 20 20 20 20 54 68 65 20 70 72 6f 67 72 | The progr| 00000280 61 6d 20 69 73 20 69 6e 20 74 77 6f 1a 20 6d 61 |am is in two. ma| 00000290 69 6e 20 70 61 72 74 73 2c 20 61 20 53 68 61 70 |in parts, a Shap| 000002a0 65 72 20 61 6e 64 20 61 20 0d 4d 61 70 70 65 72 |er and a .Mapper| 000002b0 2e 20 54 68 65 20 66 69 72 73 74 10 69 73 20 62 |. The first.is b| 000002c0 61 73 69 63 61 6c 6c 79 20 61 20 73 69 6d 70 6c |asically a simpl| 000002d0 65 20 61 72 74 20 70 72 6f 67 72 61 6d 2e 1a 20 |e art program.. | 000002e0 55 73 69 6e 67 1a 20 0d 74 68 69 73 2c 1a 20 79 |Using. .this,. y| 000002f0 6f 75 20 64 65 73 69 67 6e 20 74 68 65 20 73 68 |ou design the sh| 00000300 61 70 65 20 79 6f 75 10 77 61 6e 74 20 74 6f 20 |ape you.want to | 00000310 66 69 74 20 79 6f 75 72 20 70 69 63 74 75 72 65 |fit your picture| 00000320 20 0d 69 6e 74 6f 2e 20 54 68 65 6e 20 74 68 65 | .into. Then the| 00000330 20 4d 61 70 70 65 72 1a 20 77 69 6c 6c 1a 20 63 | Mapper. will. c| 00000340 6f 6e 76 65 72 74 20 79 6f 75 72 20 70 69 63 74 |onvert your pict| 00000350 75 72 65 10 28 77 68 69 63 68 20 63 61 6e 20 0d |ure.(which can .| 00000360 62 65 20 61 20 73 63 72 65 65 6e 20 66 69 6c 65 |be a screen file| 00000370 20 6f 66 20 61 6e 79 20 73 69 7a 65 20 69 6e 20 | of any size in | 00000380 61 6e 79 20 67 72 61 70 68 69 63 73 20 6d 6f 64 |any graphics mod| 00000390 65 29 20 0d 6c 69 6e 65 2d 62 79 2d 6c 69 6e 65 |e) .line-by-line| 000003a0 10 74 6f 20 66 69 74 20 74 68 65 20 73 68 61 70 |.to fit the shap| 000003b0 65 20 79 6f 75 20 64 65 73 69 67 6e 65 64 2e 0d |e you designed..| 000003c0 20 20 20 20 20 20 20 54 68 65 1a 20 53 68 61 70 | The. Shap| 000003d0 65 72 1a 20 69 73 1a 20 64 69 66 66 65 72 65 6e |er. is. differen| 000003e0 74 1a 20 66 72 6f 6d 1a 1a 20 6d 6f 73 74 1a 20 |t. from.. most. | 000003f0 61 72 74 1a 20 70 72 6f 67 72 61 6d 73 2c 1a 20 |art. programs,. | 00000400 61 73 1a 20 0d 69 74 1a 20 69 73 10 6f 62 6a 65 |as. .it. is.obje| 00000410 63 74 2d 6f 72 69 65 6e 74 61 74 65 64 2e 20 54 |ct-orientated. T| 00000420 68 69 73 20 6d 65 61 6e 73 20 74 68 61 74 20 69 |his means that i| 00000430 74 73 1a 20 66 69 6c 65 73 1a 20 61 72 65 1a 20 |ts. files. are. | 00000440 0d 73 74 6f 72 65 64 1a 20 61 73 20 61 20 73 65 |.stored. as a se| 00000450 72 69 65 73 20 6f 66 10 73 68 61 70 65 73 1a 20 |ries of.shapes. | 00000460 69 6e 20 74 68 65 20 6f 72 64 65 72 20 79 6f 75 |in the order you| 00000470 20 64 72 65 77 20 74 68 65 6d 2c 20 0d 72 61 74 | drew them, .rat| 00000480 68 65 72 20 74 68 61 6e 1a 20 61 6e 1a 20 6f 72 |her than. an. or| 00000490 64 69 6e 61 72 79 1a 20 70 69 78 65 6c 2d 62 61 |dinary. pixel-ba| 000004a0 73 65 64 10 73 63 72 65 65 6e 20 66 69 6c 65 2e |sed.screen file.| 000004b0 1a 20 54 68 69 73 1a 20 68 61 73 1a 20 0d 74 68 |. This. has. .th| 000004c0 65 1a 20 61 64 76 61 6e 74 61 67 65 20 74 68 61 |e. advantage tha| 000004d0 74 20 74 68 65 20 66 69 6c 65 73 20 61 72 65 20 |t the files are | 000004e0 76 65 72 79 20 73 6d 61 6c 6c 2c 20 61 6e 64 10 |very small, and.| 000004f0 61 6c 73 6f 20 74 68 65 79 20 0d 63 61 6e 20 62 |also they .can b| 00000500 65 20 72 65 2d 64 72 61 77 6e 20 69 6e 1a 20 61 |e re-drawn in. a| 00000510 6e 79 1a 20 73 63 72 65 65 6e 20 6d 6f 64 65 2e |ny. screen mode.| 00000520 20 48 6f 77 65 76 65 72 2c 20 69 74 20 64 6f 65 | However, it doe| 00000530 73 20 6d 65 61 6e 20 0d 74 68 61 74 10 6d 69 73 |s mean .that.mis| 00000540 74 61 6b 65 73 1a 20 63 61 6e 1a 20 62 65 1a 20 |takes. can. be. | 00000550 64 69 66 66 69 63 75 6c 74 1a 20 74 6f 20 63 6f |difficult. to co| 00000560 72 72 65 63 74 2e 20 46 6f 72 20 74 68 69 73 1a |rrect. For this.| 00000570 20 72 65 61 73 6f 6e 2c 1a 20 0d 74 68 65 1a 20 | reason,. .the. | 00000580 6f 72 69 67 69 6e 61 6c 10 76 65 72 73 69 6f 6e |original.version| 00000590 20 68 61 64 20 6e 6f 20 66 61 63 69 6c 69 74 79 | had no facility| 000005a0 20 74 6f 1a 20 72 65 2d 6c 6f 61 64 1a 20 61 1a | to. re-load. a.| 000005b0 20 73 61 76 65 64 1a 20 0d 73 68 61 70 65 1a 20 | saved. .shape. | 000005c0 66 69 6c 65 2c 20 6f 72 20 74 6f 20 64 65 6c 65 |file, or to dele| 000005d0 74 65 20 61 10 73 68 61 70 65 20 64 72 61 77 6e |te a.shape drawn| 000005e0 20 69 6e 20 74 68 65 20 77 72 6f 6e 67 20 70 6c | in the wrong pl| 000005f0 61 63 65 20 0d 28 69 74 20 77 61 73 20 61 73 73 |ace .(it was ass| 00000600 75 6d 65 64 20 74 68 61 74 1a 20 74 68 65 1a 20 |umed that. the. | 00000610 73 68 61 70 65 73 1a 20 75 73 65 64 20 66 6f 72 |shapes. used for| 00000620 10 74 68 65 1a 20 50 69 78 65 6c 1a 20 4d 61 70 |.the. Pixel. Map| 00000630 70 65 72 20 0d 77 6f 75 6c 64 20 62 65 20 76 65 |per .would be ve| 00000640 72 79 20 73 69 6d 70 6c 65 2c 20 73 6f 20 74 68 |ry simple, so th| 00000650 65 72 65 20 77 6f 75 6c 64 20 62 65 20 6e 6f 74 |ere would be not| 00000660 68 69 6e 67 20 74 6f 20 6c 6f 73 65 10 62 79 1a |hing to lose.by.| 00000670 20 0d 63 6c 65 61 72 69 6e 67 1a 20 74 68 65 1a | .clearing. the.| 00000680 20 73 63 72 65 65 6e 1a 20 61 6e 64 1a 20 73 74 | screen. and. st| 00000690 61 72 74 69 6e 67 1a 20 61 67 61 69 6e 1a 20 69 |arting. again. i| 000006a0 66 1a 20 74 68 65 1a 20 72 65 73 75 6c 74 1a 20 |f. the. result. | 000006b0 77 61 73 1a 20 0d 6e 6f 74 10 73 61 74 69 73 66 |was. .not.satisf| 000006c0 61 63 74 6f 72 79 29 2e 20 49 20 68 61 76 65 1a |actory). I have.| 000006d0 20 61 64 64 65 64 1a 20 74 68 65 73 65 1a 20 74 | added. these. t| 000006e0 77 6f 20 66 61 63 69 6c 69 74 69 65 73 2c 20 62 |wo facilities, b| 000006f0 75 74 20 0d 75 6e 66 6f 72 74 75 6e 61 74 65 6c |ut .unfortunatel| 00000700 79 20 74 68 65 10 70 72 6f 67 72 61 6d 20 77 6f |y the.program wo| 00000710 75 6c 64 20 6e 6f 74 20 72 75 6e 20 77 69 74 68 |uld not run with| 00000720 20 74 68 65 1a 20 41 44 46 53 20 69 6e 20 0d 4d | the. ADFS in .M| 00000730 6f 64 65 20 31 20 61 73 20 69 74 20 77 61 73 20 |ode 1 as it was | 00000740 73 75 70 70 6f 73 65 64 20 74 6f 20 28 6d 6f 73 |supposed to (mos| 00000750 74 10 42 42 43 20 4d 69 63 72 6f 20 6f 77 6e 65 |t.BBC Micro owne| 00000760 72 73 20 75 73 65 20 74 68 65 20 0d 44 46 53 2c |rs use the .DFS,| 00000770 20 77 68 69 63 68 1a 20 68 61 73 20 50 41 47 45 | which. has PAGE| 00000780 20 73 65 74 20 61 74 20 26 31 39 30 30 2c 20 6e | set at &1900, n| 00000790 6f 74 20 26 31 44 30 30 29 2e 20 54 6f 10 67 65 |ot &1D00). To.ge| 000007a0 74 20 72 6f 75 6e 64 20 0d 74 68 69 73 2c 20 49 |t round .this, I| 000007b0 20 68 61 76 65 20 70 72 6f 76 69 64 65 64 20 74 | have provided t| 000007c0 68 65 20 6f 70 74 69 6f 6e 1a 20 6f 66 20 72 75 |he option. of ru| 000007d0 6e 6e 69 6e 67 20 69 74 20 69 6e 20 65 69 74 68 |nning it in eith| 000007e0 65 72 20 0d 4d 6f 64 65 20 34 10 6f 72 20 35 20 |er .Mode 4.or 5 | 000007f0 28 77 69 74 68 20 6f 62 76 69 6f 75 73 20 61 64 |(with obvious ad| 00000800 76 61 6e 74 61 67 65 73 2f 64 72 61 77 62 61 63 |vantages/drawbac| 00000810 6b 73 29 2e 20 0d 20 20 20 20 20 20 20 54 68 65 |ks). . The| 00000820 20 63 6f 6e 74 72 6f 6c 73 20 66 6f 72 20 74 68 | controls for th| 00000830 65 20 73 68 61 70 65 72 20 61 72 65 20 61 73 20 |e shaper are as | 00000840 66 6f 6c 6c 6f 77 73 3a 0d 20 20 20 20 20 47 1a |follows:. G.| 00000850 3a 20 4c 6f 63 6b 20 63 75 72 73 6f 72 20 74 6f |: Lock cursor to| 00000860 20 67 72 69 64 20 20 20 20 20 7b 20 79 6f 75 20 | grid { you | 00000870 61 72 65 20 67 69 76 65 6e 20 74 68 65 20 6f 70 |are given the op| 00000880 74 69 6f 6e 20 0d 20 20 20 20 20 20 20 20 74 6f |tion . to| 00000890 20 63 68 6f 6f 73 65 20 74 68 65 20 73 69 7a 65 | choose the size| 000008a0 20 6f 66 20 74 68 65 20 67 72 69 64 2c 20 61 6e | of the grid, an| 000008b0 64 20 20 77 68 65 74 68 65 72 20 6f 72 20 6e 6f |d whether or no| 000008c0 74 0d 20 20 20 20 20 20 20 20 74 6f 20 64 69 73 |t. to dis| 000008d0 70 6c 61 79 20 69 74 2c 20 77 68 65 6e 20 74 68 |play it, when th| 000008e0 65 20 70 72 6f 67 72 61 6d 20 69 73 20 72 75 6e |e program is run| 000008f0 2e 7d 0d 20 20 20 20 20 4e 20 3a 20 55 6e 6c 6f |.}. N : Unlo| 00000900 63 6b 20 63 75 72 73 6f 72 20 66 72 6f 6d 20 67 |ck cursor from g| 00000910 72 69 64 20 0d 20 20 20 20 20 4f 20 3a 20 52 65 |rid . O : Re| 00000920 74 75 72 6e 20 63 75 72 73 6f 72 20 74 6f 20 6f |turn cursor to o| 00000930 72 69 67 69 6e 0d 20 20 20 20 20 46 20 3a 20 53 |rigin. F : S| 00000940 65 6c 65 63 74 20 66 6f 72 65 67 72 6f 75 6e 64 |elect foreground| 00000950 20 63 6f 6c 6f 75 72 0d 20 20 20 20 20 42 20 3a | colour. B :| 00000960 20 53 65 6c 65 63 74 20 62 61 63 6b 67 72 6f 75 | Select backgrou| 00000970 6e 64 20 63 6f 6c 6f 75 72 20 28 65 72 61 73 65 |nd colour (erase| 00000980 29 0d 20 20 20 20 20 54 20 3a 20 44 72 61 77 20 |). T : Draw | 00000990 74 72 69 61 6e 67 6c 65 20 28 75 73 65 20 73 70 |triangle (use sp| 000009a0 61 63 65 20 62 61 72 20 74 6f 20 66 69 78 20 6f |ace bar to fix o| 000009b0 74 68 65 72 20 74 77 6f 20 70 6f 69 6e 74 73 29 |ther two points)| 000009c0 0d 20 20 20 20 20 52 20 3a 20 44 72 61 77 20 72 |. R : Draw r| 000009d0 65 63 74 61 6e 67 6c 65 20 28 75 73 65 20 73 70 |ectangle (use sp| 000009e0 61 63 65 20 62 61 72 20 74 6f 20 66 69 78 20 6f |ace bar to fix o| 000009f0 70 70 6f 73 69 74 65 20 70 6f 69 6e 74 29 0d 20 |pposite point). | 00000a00 20 20 20 20 43 20 3a 20 4d 61 6b 65 20 6e 2d 73 | C : Make n-s| 00000a10 69 64 65 64 20 70 6f 6c 79 67 6f 6e 20 28 75 73 |ided polygon (us| 00000a20 65 20 61 20 6c 61 72 67 65 20 76 61 6c 75 65 20 |e a large value | 00000a30 74 6f 20 64 72 61 77 20 61 20 0d 20 20 20 20 20 |to draw a . | 00000a40 20 20 20 20 63 69 72 63 6c 65 29 0d 20 53 70 61 | circle). Spa| 00000a50 63 65 20 3a 20 46 69 78 20 63 6f 72 6e 65 72 20 |ce : Fix corner | 00000a60 6f 66 20 6f 62 6a 65 63 74 0d 41 72 72 6f 77 20 |of object.Arrow | 00000a70 6b 65 79 73 20 3a 20 4d 6f 76 65 20 63 75 72 73 |keys : Move curs| 00000a80 6f 72 0d 20 20 20 20 2b 53 68 69 66 74 20 3a 20 |or. +Shift : | 00000a90 4d 6f 76 65 20 63 75 72 73 6f 72 20 66 61 73 74 |Move cursor fast| 00000aa0 65 72 20 20 20 20 20 20 20 7d 20 6e 6f 74 20 69 |er } not i| 00000ab0 66 20 63 75 72 73 6f 72 20 69 73 0d 20 20 2b 43 |f cursor is. +C| 00000ac0 6f 6e 74 72 6f 6c 20 3a 20 4d 6f 76 65 20 63 75 |ontrol : Move cu| 00000ad0 72 73 6f 72 20 66 61 73 74 65 72 20 73 74 69 6c |rsor faster stil| 00000ae0 6c 20 7d 20 6c 6f 63 6b 65 64 20 74 6f 20 67 72 |l } locked to gr| 00000af0 69 64 2e 0d 20 20 20 20 20 51 20 3a 20 51 75 69 |id.. Q : Qui| 00000b00 74 20 74 68 65 20 70 72 6f 67 72 61 6d 20 28 72 |t the program (r| 00000b10 65 74 75 72 6e 20 74 6f 20 6d 65 6e 75 29 0d 46 |eturn to menu).F| 00000b20 75 6e 63 2f 2c 20 3a 20 4c 6f 61 64 20 73 68 61 |unc/, : Load sha| 00000b30 70 65 20 66 69 6c 65 0d 46 75 6e 63 2f 2e 20 3a |pe file.Func/. :| 00000b40 20 53 61 76 65 20 73 68 61 70 65 20 66 69 6c 65 | Save shape file| 00000b50 0d 53 68 69 66 74 2f 44 3a 20 44 65 6c 65 74 65 |.Shift/D: Delete| 00000b60 20 6c 61 73 74 20 6f 62 6a 65 63 74 20 64 72 61 | last object dra| 00000b70 77 6e 20 28 6f 72 20 63 61 6e 63 65 6c 20 63 75 |wn (or cancel cu| 00000b80 72 72 65 6e 74 20 6f 6e 65 29 0d 45 73 63 61 70 |rrent one).Escap| 00000b90 65 20 3a 20 43 61 6e 63 65 6c 20 63 75 72 72 65 |e : Cancel curre| 00000ba0 6e 74 20 6f 70 65 72 61 74 69 6f 6e 0d 20 20 20 |nt operation. | 00000bb0 20 20 4c 20 3a 20 44 69 73 70 6c 61 79 20 6e 75 | L : Display nu| 00000bc0 6d 62 65 72 20 6f 66 20 6f 62 6a 65 63 74 73 20 |mber of objects | 00000bd0 6c 65 66 74 1a 20 28 74 68 69 73 20 77 61 73 20 |left. (this was | 00000be0 69 6e 63 6c 75 64 65 64 20 0d 20 20 20 20 20 20 |included . | 00000bf0 20 20 20 62 65 63 61 75 73 65 20 6d 65 6d 6f 72 | because memor| 00000c00 79 20 77 61 73 1a 20 76 65 72 79 1a 20 74 69 67 |y was. very. tig| 00000c10 68 74 1a 20 69 6e 20 74 68 65 20 6f 72 69 67 69 |ht. in the origi| 00000c20 6e 61 6c 20 0d 20 20 20 20 20 20 20 20 20 4d 6f |nal . Mo| 00000c30 64 65 20 31 1a 20 76 65 72 73 69 6f 6e 2c 1a 20 |de 1. version,. | 00000c40 73 6f 1a 20 6f 6e 6c 79 1a 20 31 35 10 6f 62 6a |so. only. 15.obj| 00000c50 65 63 74 73 1a 20 77 65 72 65 1a 20 61 6c 6c 6f |ects. were. allo| 00000c60 77 65 64 2e 1a 20 0d 10 10 10 10 10 10 10 10 10 |wed.. ..........| 00000c70 4e 6f 77 20 74 68 65 72 65 20 69 73 20 72 6f 6f |Now there is roo| 00000c80 6d 20 66 6f 72 20 61 62 6f 75 74 20 33 30 30 2c |m for about 300,| 00000c90 20 73 6f 20 79 6f 75 20 73 68 6f 75 6c 64 6e 27 | so you shouldn'| 00000ca0 74 20 0d 20 20 20 20 20 20 20 20 20 6e 65 65 64 |t . need| 00000cb0 20 74 6f 20 75 73 65 20 74 68 69 73 10 6f 70 74 | to use this.opt| 00000cc0 69 6f 6e 29 0d 0d 20 20 20 20 20 20 20 20 54 68 |ion).. Th| 00000cd0 65 1a 20 6f 70 65 72 61 74 69 6f 6e 1a 20 6f 66 |e. operation. of| 00000ce0 1a 20 74 68 65 20 4d 61 70 70 65 72 20 70 72 6f |. the Mapper pro| 00000cf0 67 72 61 6d 20 69 73 20 66 61 69 72 6c 79 20 0d |gram is fairly .| 00000d00 73 65 6c 66 2d 65 78 70 6c 61 6e 61 74 6f 72 79 |self-explanatory| 00000d10 2e 10 59 6f 75 20 61 72 65 20 66 69 72 73 74 20 |..You are first | 00000d20 61 73 6b 65 64 1a 20 74 6f 1a 20 65 6e 74 65 72 |asked. to. enter| 00000d30 1a 20 74 68 65 1a 20 4d 6f 64 65 1a 20 6f 66 1a |. the. Mode. of.| 00000d40 20 0d 74 68 65 20 73 63 72 65 65 6e 20 66 69 6c | .the screen fil| 00000d50 65 20 79 6f 75 20 77 61 6e 74 20 74 6f 10 64 69 |e you want to.di| 00000d60 73 74 6f 72 74 2e 20 49 6e 20 73 6f 6d 65 20 63 |stort. In some c| 00000d70 61 73 65 73 2c 20 79 6f 75 20 63 61 6e 20 0d 61 |ases, you can .a| 00000d80 6c 73 6f 20 73 65 6c 65 63 74 20 74 68 65 20 64 |lso select the d| 00000d90 65 73 74 69 6e 61 74 69 6f 6e 1a 20 6d 6f 64 65 |estination. mode| 00000da0 2e 20 59 6f 75 20 61 72 65 10 74 68 65 6e 20 61 |. You are.then a| 00000db0 73 6b 65 64 20 66 6f 72 20 0d 74 68 65 20 76 65 |sked for .the ve| 00000dc0 72 74 69 63 61 6c 20 68 65 69 67 68 74 20 6f 66 |rtical height of| 00000dd0 20 74 68 65 20 70 69 63 74 75 72 65 20 2d 20 74 | the picture - t| 00000de0 68 69 73 1a 20 65 6e 61 62 6c 65 73 1a 20 79 6f |his. enables. yo| 00000df0 75 1a 20 74 6f 10 0d 65 6e 6c 61 72 67 65 20 61 |u. to..enlarge a| 00000e00 20 73 6d 61 6c 6c 20 70 69 63 74 75 72 65 20 74 | small picture t| 00000e10 6f 20 66 69 6c 6c 20 74 68 65 20 77 68 6f 6c 65 |o fill the whole| 00000e20 20 73 63 72 65 65 6e 2e 20 0d 20 20 20 20 20 20 | screen. . | 00000e30 20 20 49 20 68 61 76 65 20 61 6c 73 6f 20 69 6e | I have also in| 00000e40 63 6c 75 64 65 64 20 61 20 6e 65 77 20 6f 70 74 |cluded a new opt| 00000e50 69 6f 6e 20 2d 20 74 6f 20 73 65 6c 65 63 74 20 |ion - to select | 00000e60 0d 62 65 74 77 65 65 6e 20 61 20 73 68 61 70 65 |.between a shape| 00000e70 20 66 69 6c 65 10 28 64 65 73 69 67 6e 65 64 20 | file.(designed | 00000e80 75 73 69 6e 67 20 74 68 65 20 53 68 61 70 65 72 |using the Shaper| 00000e90 29 20 61 6e 64 1a 20 61 6e 20 0d 6f 72 64 69 6e |) and. an .ordin| 00000ea0 61 72 79 20 73 63 72 65 65 6e 20 66 69 6c 65 2e |ary screen file.| 00000eb0 20 49 66 20 79 6f 75 20 63 68 6f 6f 73 65 20 74 | If you choose t| 00000ec0 6f 10 6d 61 70 20 6f 6e 20 74 6f 20 61 20 73 63 |o.map on to a sc| 00000ed0 72 65 65 6e 20 0d 64 65 73 69 67 6e 65 64 1a 20 |reen .designed. | 00000ee0 75 73 69 6e 67 1a 20 61 6e 1a 20 61 72 74 1a 20 |using. an. art. | 00000ef0 70 72 6f 67 72 61 6d 20 28 73 75 63 68 20 61 73 |program (such as| 00000f00 20 74 68 65 20 45 6c 65 63 74 72 6f 6e 10 55 73 | the Electron.Us| 00000f10 65 72 27 73 1a 20 0d 45 6c 6b 70 61 69 6e 74 29 |er's. .Elkpaint)| 00000f20 2c 1a 20 74 68 65 6e 1a 20 61 6c 6c 20 63 6f 6c |,. then. all col| 00000f30 6f 75 72 73 20 65 78 63 65 70 74 20 43 6f 6c 6f |ours except Colo| 00000f40 75 72 20 30 20 77 69 6c 6c 20 62 65 1a 20 74 72 |ur 0 will be. tr| 00000f50 65 61 74 65 64 1a 20 0d 61 73 10 66 6f 72 65 67 |eated. .as.foreg| 00000f60 72 6f 75 6e 64 2e 20 48 6f 77 65 76 65 72 2c 20 |round. However, | 00000f70 62 65 61 72 20 69 6e 20 6d 69 6e 64 20 74 68 61 |bear in mind tha| 00000f80 74 20 61 20 73 63 72 65 65 6e 20 66 69 6c 65 20 |t a screen file | 00000f90 0d 77 69 6c 6c 20 6f 6e 6c 79 20 77 6f 72 6b 20 |.will only work | 00000fa0 69 6e 20 69 74 73 10 6f 72 69 67 69 6e 61 6c 20 |in its.original | 00000fb0 4d 6f 64 65 2c 20 61 6e 64 20 77 69 6c 6c 1a 20 |Mode, and will. | 00000fc0 75 73 65 1a 20 75 70 1a 20 61 20 6c 6f 74 20 0d |use. up. a lot .| 00000fd0 6f 66 20 64 69 73 63 20 73 70 61 63 65 2e 20 49 |of disc space. I| 00000fe0 74 20 63 61 6e 20 62 65 20 70 6f 73 73 69 62 6c |t can be possibl| 00000ff0 65 2c 10 75 73 69 6e 67 20 74 68 65 20 6d 61 70 |e,.using the map| 00001000 70 65 72 20 74 6f 20 0d 63 68 61 6e 67 65 20 74 |per to .change t| 00001010 68 65 20 4d 6f 64 65 1a 20 6f 66 1a 20 61 20 20 |he Mode. of. a | 00001020 73 63 72 65 65 6e 20 66 69 6c 65 2c 20 62 79 20 |screen file, by | 00001030 73 69 6d 70 6c 79 20 6d 61 70 70 69 6e 67 10 69 |simply mapping.i| 00001040 74 20 6f 6e 20 0d 74 6f 20 61 20 6c 61 72 67 65 |t on .to a large| 00001050 20 62 6f 78 20 66 69 6c 6c 69 6e 67 20 74 68 65 | box filling the| 00001060 20 77 68 6f 6c 65 20 73 63 72 65 65 6e 2e 0d 20 | whole screen.. | 00001070 20 20 20 20 20 20 20 41 67 61 69 6e 1a 20 6d 65 | Again. me| 00001080 6d 6f 72 79 1a 20 69 73 1a 20 76 65 72 79 1a 20 |mory. is. very. | 00001090 74 69 67 68 74 1a 20 69 66 20 79 6f 75 20 61 72 |tight. if you ar| 000010a0 65 20 72 75 6e 6e 69 6e 67 20 74 68 65 20 0d 4d |e running the .M| 000010b0 61 70 70 65 72 20 66 72 6f 6d 10 41 44 46 53 2c |apper from.ADFS,| 000010c0 20 73 6f 20 79 6f 75 20 6d 61 79 20 68 61 76 65 | so you may have| 000010d0 20 74 6f 1a 20 63 75 74 1a 20 64 6f 77 6e 1a 20 | to. cut. down. | 000010e0 6f 6e 20 74 68 65 20 52 45 4d 20 0d 73 74 61 74 |on the REM .stat| 000010f0 65 6d 65 6e 74 73 20 61 74 20 74 68 65 20 73 74 |ements at the st| 00001100 61 72 74 20 69 66 10 79 6f 75 20 6d 61 6b 65 20 |art if.you make | 00001110 61 6e 79 20 63 68 61 6e 67 65 73 2e 20 49 20 68 |any changes. I h| 00001120 61 76 65 20 0d 75 6e 66 6f 72 74 75 6e 61 74 65 |ave .unfortunate| 00001130 6c 79 20 68 61 64 20 74 6f 1a 20 6a 6f 69 6e 1a |ly had to. join.| 00001140 20 6d 61 6e 79 20 6f 66 20 74 68 65 20 6c 69 6e | many of the lin| 00001150 65 73 10 74 6f 67 65 74 68 65 72 20 74 6f 20 0d |es.together to .| 00001160 6d 61 6b 65 20 69 74 20 72 75 6e 2e 0d 20 20 20 |make it run.. | 00001170 20 20 20 20 20 41 63 6f 72 6e 20 43 6f 6d 70 75 | Acorn Compu| 00001180 74 69 6e 67 20 70 75 62 6c 69 73 68 65 64 20 66 |ting published f| 00001190 6f 75 72 20 73 61 6d 70 6c 65 20 73 68 61 70 65 |our sample shape| 000011a0 20 66 69 6c 65 73 2e 20 0d 54 68 65 73 65 20 61 | files. .These a| 000011b0 72 65 20 73 61 76 65 64 10 69 6e 1a 20 61 20 64 |re saved.in. a d| 000011c0 69 72 65 63 74 6f 72 79 20 63 61 6c 6c 65 64 20 |irectory called | 000011d0 22 53 22 2c 1a 20 75 6e 64 65 72 1a 20 74 68 65 |"S",. under. the| 000011e0 1a 20 0d 66 69 6c 65 6e 61 6d 65 73 1a 20 22 44 |. .filenames. "D| 000011f0 69 73 74 61 6e 63 22 2c 1a 20 22 48 72 67 6c 61 |istanc",. "Hrgla| 00001200 73 73 22 2c 10 22 57 6f 62 62 6c 65 22 2c 20 61 |ss",."Wobble", a| 00001210 6e 64 1a 20 22 57 72 61 70 22 2e 1a 20 59 6f 75 |nd. "Wrap".. You| 00001220 1a 20 0d 6d 69 67 68 74 1a 20 6c 69 6b 65 1a 20 |. .might. like. | 00001230 74 6f 1a 20 74 72 79 20 74 68 65 6d 20 6f 75 74 |to. try them out| 00001240 20 75 73 69 6e 67 20 74 68 65 20 74 69 74 6c 65 | using the title| 00001250 10 73 63 72 65 65 6e 73 20 66 72 6f 6d 20 61 20 |.screens from a | 00001260 0d 66 65 77 20 67 61 6d 65 73 20 2d 20 6d 6f 73 |.few games - mos| 00001270 74 20 53 75 70 65 72 69 6f 72 1a 20 53 6f 66 74 |t Superior. Soft| 00001280 77 61 72 65 1a 20 74 69 74 6c 65 1a 20 73 63 72 |ware. title. scr| 00001290 65 65 6e 73 1a 20 61 72 65 20 69 6e 10 0d 4d 6f |eens. are in..Mo| 000012a0 64 65 20 35 2c 20 61 6e 64 20 68 61 76 65 20 61 |de 5, and have a| 000012b0 20 76 65 72 74 69 63 61 6c 20 6c 65 6e 67 74 68 | vertical length| 000012c0 20 6f 66 20 32 30 38 20 70 69 78 65 6c 73 2e 20 | of 208 pixels. | 000012d0 42 65 73 74 20 0d 72 65 73 75 6c 74 73 20 61 72 |Best .results ar| 000012e0 65 20 75 73 75 61 6c 6c 79 10 61 63 68 69 65 76 |e usually.achiev| 000012f0 65 64 1a 20 75 73 69 6e 67 1a 20 4d 6f 64 65 1a |ed. using. Mode.| 00001300 20 31 1a 20 61 73 1a 20 61 1a 20 64 65 73 74 69 | 1. as. a. desti| 00001310 6e 61 74 69 6f 6e 1a 20 0d 6d 6f 64 65 1a 20 28 |nation. .mode. (| 00001320 74 68 6f 75 67 68 20 74 68 69 73 20 64 6f 65 73 |though this does| 00001330 20 74 61 6b 65 10 63 6f 6e 73 69 64 65 72 61 62 | take.considerab| 00001340 6c 79 1a 20 6c 6f 6e 67 65 72 1a 20 74 68 61 6e |ly. longer. than| 00001350 1a 20 4d 6f 64 65 1a 20 0d 35 29 2e 1a 20 41 63 |. Mode. .5).. Ac| 00001360 6f 72 6e 1a 20 43 6f 6d 70 75 74 69 6e 67 1a 20 |orn. Computing. | 00001370 69 6c 6c 75 73 74 72 61 74 65 64 20 74 68 65 69 |illustrated thei| 00001380 72 10 61 72 74 69 63 6c 65 20 62 79 20 6d 61 70 |r.article by map| 00001390 70 69 6e 67 20 0d 74 68 65 20 74 69 74 6c 65 20 |ping .the title | 000013a0 73 63 72 65 65 6e 20 66 72 6f 6d 20 42 61 72 62 |screen from Barb| 000013b0 61 72 69 61 6e 1a 20 6f 6e 1a 20 74 6f 1a 20 74 |arian. on. to. t| 000013c0 68 65 20 73 68 61 70 65 20 6f 66 20 61 10 50 6f |he shape of a.Po| 000013d0 6c 6f 20 0d 6d 69 6e 74 21 20 10 20 20 20 20 20 |lo .mint! . | 000013e0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00001410 0d 4d 61 74 74 68 65 77 20 46 6f 72 64 0d 0d 54 |.Matthew Ford..T| 00001420 48 49 53 20 49 53 20 52 45 41 4c 4c 59 20 49 4e |HIS IS REALLY IN| 00001430 54 45 52 45 53 54 49 4e 47 2e 20 49 20 57 41 53 |TERESTING. I WAS| 00001440 20 4f 4e 45 20 4f 4e 20 54 48 4f 53 45 20 57 48 | ONE ON THOSE WH| 00001450 4f 20 53 54 4f 50 50 45 44 20 0d 42 55 59 49 4e |O STOPPED .BUYIN| 00001460 47 20 4d 4f 53 54 20 4f 46 20 54 48 45 20 43 4f |G MOST OF THE CO| 00001470 4d 50 55 54 49 4e 47 20 4d 41 47 41 5a 49 4e 45 |MPUTING MAGAZINE| 00001480 53 2e 20 41 46 54 45 52 20 52 45 41 44 49 4e 47 |S. AFTER READING| 00001490 20 54 48 49 53 20 0d 41 52 54 49 43 4c 45 20 49 | THIS .ARTICLE I| 000014a0 20 4d 49 47 48 54 20 4a 55 53 54 20 42 55 59 20 | MIGHT JUST BUY | 000014b0 41 20 43 4f 50 59 20 4f 46 20 41 43 4f 52 4e 20 |A COPY OF ACORN | 000014c0 43 4f 4d 50 55 54 49 4e 47 2e 20 50 45 52 48 41 |COMPUTING. PERHA| 000014d0 50 53 20 0d 49 54 20 49 53 20 57 4f 52 54 48 20 |PS .IT IS WORTH | 000014e0 41 4e 4f 54 48 45 52 20 4c 4f 4f 4b 2e 0d 0d 54 |ANOTHER LOOK...T| 000014f0 48 49 53 20 41 52 54 49 43 4c 45 20 57 41 53 20 |HIS ARTICLE WAS | 00001500 4f 52 49 47 49 4e 41 4c 4c 59 20 53 45 4e 54 20 |ORIGINALLY SENT | 00001510 46 4f 52 20 45 55 47 31 38 20 42 55 54 20 48 41 |FOR EUG18 BUT HA| 00001520 44 20 54 4f 20 42 45 20 0d 48 45 4c 44 20 4f 56 |D TO BE .HELD OV| 00001530 45 52 20 42 45 43 41 55 53 45 20 4f 46 20 4c 41 |ER BECAUSE OF LA| 00001540 43 4b 20 4f 46 20 53 50 41 43 45 2e 20 54 48 45 |CK OF SPACE. THE| 00001550 20 56 45 52 53 49 4f 4e 20 4f 46 20 45 4c 4b 50 | VERSION OF ELKP| 00001560 41 49 4e 54 20 0d 52 45 46 45 52 45 44 20 54 4f |AINT .REFERED TO| 00001570 20 49 53 20 49 4e 20 45 55 47 31 38 2e 0d | IS IN EUG18..| 0000157e