Home » Archimedes archive » Archimedes World » AW-1993-10.adf » AWOct93 » !AWOct93/Goodies/Tools/!Tools/!Help
!AWOct93/Goodies/Tools/!Tools/!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 » Archimedes World » AW-1993-10.adf » AWOct93 |
Filename: | !AWOct93/Goodies/Tools/!Tools/!Help |
Read OK: | ✔ |
File size: | 1988 bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Archimedes archive » Archimedes World » AW-1993-10.adf » AWOct93 » !AWOct93/Goodies/Tools/!Help
- Archimedes archive » Archimedes World » AW-1993-10.adf » AWOct93 » !AWOct93/Goodies/Tools/!Tools/!Help
File contents
Application : !Tools Author : M. Shaw Version : 1.01 Date : 09-June-1993 Purpose : Provide user-definable, extra toolbox functions for those applications that do/do not provide them as standard. Disclaimer ~~~~~~~~~~ The software is provided "as it is". In no circumstances shall the author be liable for any damage, loss of profits, or any indirect or consequential loss arising out of the use of this software or inability to use this software. Contents ~~~~~~~~ Description Format of the "KeyCodes" file Format of the Application blocks Format of the Icon blocks Running Application Current Keycodes Application Choices Toolbox Layout Warning Description ~~~~~~~~~~~ This application is designed to emulate keypresses of specific tasks. The application works by sending the corresponding code through the Wimp_ProcessKey interrupt. The program is semi-structured and flexible in that you can define all keypresses. The keypresses are defined in the file : "KeyCodes" in the resources directory. Format Of The "KeyCodes" File ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1st Line : <Number Of Applications> 2nd Line+ : Application Blocks You are allowed up to 20 applications. Format Of The Application Blocks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <Application Name> : = 10 characters <Number Of App Keypress Icons> : Integer (1-10) <Keypress Icon Block> : See notes below The first 4 letters of the application name MUST be the same as the first 4 letters of its name shown in the task manager display. Case inclusive. Format Of The Icon Blocks ~~~~~~~~~~~~~~~~~~~~~~~~~ <Sprite Name> : = 3 characters <KeyCode 1> : = 3 characters (ASCII keypress code) <KeyCode 2> : = 3 characters (ASCII keypress code) Running Application ~~~~~~~~~~~~~~~~~~~ When the application is run, pressing select on the corresponding icon will activate Keycode 1, pressing adjust will activate Keycode 2. If the sprite name is "sav", the icon is treated differently in that Keycode 1 is sent and then Keycode 2 is sent straight after. (To account for programs like draw that need you to press F3 and then <Return>). If the save icon for Ovation is pressed it treats it as a normal icon. (Ovation allows you to press Ctrl+S to save). To save memory, only one set of sprites is loaded into memory. Therefore two sets of sprites have been included in the Resources directory : MedRes - Medium Resolution monitor definitions HiRes - High Resolution monitor definitions Rename the required set to "Sprites" and run. The current keycodes : ~~~~~~~~~~~~~~~~~~~~~~ Application Sprite Select Adjust ----------- ------ ------ ------ Impression Cop 003 : Copy 024 : Cut Pas 022 : Paste 000 : None Del 011 : Delete 000 : None Sav 419 : Save Box 013 : <Return> Fra 490 : Alter Frame 000 : None Zoo 425 : Zoom 000 : None Ins 009 : Insert Frame 000 : None Out 015 : Outlines 000 : None Pri 384 : Print 000 : None Ovation Cop 003 : Copy 024 : Cut Pas 022 : Paste 000 : None Del 127 : Delete 000 : None Sav 387 : Save 019 : Save Box Bor 518 : Alter Border 000 : None Fra 450 : Alter Frame 000 : None Out 012 : Outlines 018 : Rulers Pri 384 : Print 400 : Printer Setup Draw Cop 003 : Copy 000 : None Del 024 : Delete 000 : None Sav 387 : Save Box 013 : <Return> Gro 007 : Group 021 : Un-group Zoo 023 : Zoom In 017 : Zoom Out Und 392 : Undo 393 : Redo Edit Cop 003 : Copy 000 : None Pas 022 : Paste 000 : None Del 024 : Delete 000 : None Sav 387 : Save Box 013 : <Return> Und 392 : Undo 393 : Redo Application Choices : ~~~~~~~~~~~~~~~~~~~~~ Choosing the choice option from the menu will open up a dialogue box. The various options are detailed below : Orientation :- Horizontal or Vertical layout of toolbox. Positioning :- Keep To Front will not allow any windows in front of it. Keep To Back will not allow any windows behind it. Any Layer allows normal use of the window. (A 1 second time delay is used to stop sluggish window drags) Extras :- Micro Window will reduce the size of the toolbox to a small bar. (Reduce amount of desktop space taken by toolbox.) Input Focus :- When the Input Focus Window is changed, !Tools will automatically change the tool window layout to the corresponding application. If !Tools does not recognise the application that has gained the input focus, the icons become shaded until a recognised application gains the input focus. ToolBox Layout ~~~~~~~~~~~~~~ Adjust - Keypress 2 _______________|_________________________ | | _____ __|__ _____ _____ ____ Title Bar ->| | | | | | | | | | | | | | | � | | � | | | | | | |__| |__|__| |_____| |_____| |_____| |____ Toggle Icon ->|__|____|_________________________________ | Select - Keypress 1 Warning ~~~~~~~ The 3D effects used by this package will only show when using a machine with RISC OS 3 fitted. � Mark Shaw, 1993
00000000 41 70 70 6c 69 63 61 74 69 6f 6e 20 3a 20 20 21 |Application : !| 00000010 54 6f 6f 6c 73 0a 41 75 74 68 6f 72 20 3a 20 20 |Tools.Author : | 00000020 20 20 20 20 20 4d 2e 20 53 68 61 77 0a 56 65 72 | M. Shaw.Ver| 00000030 73 69 6f 6e 20 3a 20 20 20 20 20 20 31 2e 30 31 |sion : 1.01| 00000040 0a 44 61 74 65 20 3a 20 20 20 20 20 20 20 20 20 |.Date : | 00000050 30 39 2d 4a 75 6e 65 2d 31 39 39 33 0a 0a 50 75 |09-June-1993..Pu| 00000060 72 70 6f 73 65 20 3a 20 20 20 20 20 20 50 72 6f |rpose : Pro| 00000070 76 69 64 65 20 75 73 65 72 2d 64 65 66 69 6e 61 |vide user-defina| 00000080 62 6c 65 2c 20 65 78 74 72 61 20 74 6f 6f 6c 62 |ble, extra toolb| 00000090 6f 78 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |ox. | 000000a0 20 20 66 75 6e 63 74 69 6f 6e 73 20 66 6f 72 20 | functions for | 000000b0 74 68 6f 73 65 20 61 70 70 6c 69 63 61 74 69 6f |those applicatio| 000000c0 6e 73 20 74 68 61 74 0a 20 20 20 20 20 20 20 20 |ns that. | 000000d0 20 20 20 20 20 20 20 64 6f 2f 64 6f 20 6e 6f 74 | do/do not| 000000e0 20 70 72 6f 76 69 64 65 20 74 68 65 6d 20 61 73 | provide them as| 000000f0 20 73 74 61 6e 64 61 72 64 2e 0a 0a 44 69 73 63 | standard...Disc| 00000100 6c 61 69 6d 65 72 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e |laimer.~~~~~~~~~| 00000110 7e 0a 54 68 65 20 73 6f 66 74 77 61 72 65 20 69 |~.The software i| 00000120 73 20 70 72 6f 76 69 64 65 64 20 22 61 73 20 69 |s provided "as i| 00000130 74 20 69 73 22 2e 20 20 49 6e 20 6e 6f 0a 63 69 |t is". In no.ci| 00000140 72 63 75 6d 73 74 61 6e 63 65 73 20 73 68 61 6c |rcumstances shal| 00000150 6c 20 74 68 65 20 61 75 74 68 6f 72 20 62 65 20 |l the author be | 00000160 6c 69 61 62 6c 65 20 66 6f 72 0a 61 6e 79 20 64 |liable for.any d| 00000170 61 6d 61 67 65 2c 20 6c 6f 73 73 20 6f 66 20 70 |amage, loss of p| 00000180 72 6f 66 69 74 73 2c 20 6f 72 20 61 6e 79 20 69 |rofits, or any i| 00000190 6e 64 69 72 65 63 74 0a 6f 72 20 63 6f 6e 73 65 |ndirect.or conse| 000001a0 71 75 65 6e 74 69 61 6c 20 6c 6f 73 73 20 61 72 |quential loss ar| 000001b0 69 73 69 6e 67 20 6f 75 74 20 6f 66 20 74 68 65 |ising out of the| 000001c0 20 75 73 65 0a 6f 66 20 74 68 69 73 20 73 6f 66 | use.of this sof| 000001d0 74 77 61 72 65 20 6f 72 20 69 6e 61 62 69 6c 69 |tware or inabili| 000001e0 74 79 20 74 6f 20 75 73 65 20 74 68 69 73 0a 73 |ty to use this.s| 000001f0 6f 66 74 77 61 72 65 2e 0a 0a 0a 43 6f 6e 74 65 |oftware....Conte| 00000200 6e 74 73 0a 7e 7e 7e 7e 7e 7e 7e 7e 0a 20 20 20 |nts.~~~~~~~~. | 00000210 20 20 20 20 20 20 20 20 20 44 65 73 63 72 69 70 | Descrip| 00000220 74 69 6f 6e 0a 20 20 20 20 20 20 20 20 20 20 20 |tion. | 00000230 20 46 6f 72 6d 61 74 20 6f 66 20 74 68 65 20 22 | Format of the "| 00000240 4b 65 79 43 6f 64 65 73 22 20 66 69 6c 65 0a 20 |KeyCodes" file. | 00000250 20 20 20 20 20 20 20 20 20 20 20 46 6f 72 6d 61 | Forma| 00000260 74 20 6f 66 20 74 68 65 20 41 70 70 6c 69 63 61 |t of the Applica| 00000270 74 69 6f 6e 20 62 6c 6f 63 6b 73 0a 20 20 20 20 |tion blocks. | 00000280 20 20 20 20 20 20 20 20 46 6f 72 6d 61 74 20 6f | Format o| 00000290 66 20 74 68 65 20 49 63 6f 6e 20 62 6c 6f 63 6b |f the Icon block| 000002a0 73 0a 20 20 20 20 20 20 20 20 20 20 20 20 52 75 |s. Ru| 000002b0 6e 6e 69 6e 67 20 41 70 70 6c 69 63 61 74 69 6f |nning Applicatio| 000002c0 6e 0a 20 20 20 20 20 20 20 20 20 20 20 20 43 75 |n. Cu| 000002d0 72 72 65 6e 74 20 4b 65 79 63 6f 64 65 73 0a 20 |rrent Keycodes. | 000002e0 20 20 20 20 20 20 20 20 20 20 20 41 70 70 6c 69 | Appli| 000002f0 63 61 74 69 6f 6e 20 43 68 6f 69 63 65 73 0a 20 |cation Choices. | 00000300 20 20 20 20 20 20 20 20 20 20 20 54 6f 6f 6c 62 | Toolb| 00000310 6f 78 20 4c 61 79 6f 75 74 0a 20 20 20 20 20 20 |ox Layout. | 00000320 20 20 20 20 20 20 57 61 72 6e 69 6e 67 0a 0a 0a | Warning...| 00000330 44 65 73 63 72 69 70 74 69 6f 6e 0a 7e 7e 7e 7e |Description.~~~~| 00000340 7e 7e 7e 7e 7e 7e 7e 0a 0a 54 68 69 73 20 61 70 |~~~~~~~..This ap| 00000350 70 6c 69 63 61 74 69 6f 6e 20 69 73 20 64 65 73 |plication is des| 00000360 69 67 6e 65 64 20 74 6f 20 65 6d 75 6c 61 74 65 |igned to emulate| 00000370 20 6b 65 79 70 72 65 73 73 65 73 0a 6f 66 20 73 | keypresses.of s| 00000380 70 65 63 69 66 69 63 20 74 61 73 6b 73 2e 20 54 |pecific tasks. T| 00000390 68 65 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 77 |he application w| 000003a0 6f 72 6b 73 20 62 79 20 73 65 6e 64 69 6e 67 0a |orks by sending.| 000003b0 74 68 65 20 63 6f 72 72 65 73 70 6f 6e 64 69 6e |the correspondin| 000003c0 67 20 63 6f 64 65 20 74 68 72 6f 75 67 68 20 74 |g code through t| 000003d0 68 65 20 57 69 6d 70 5f 50 72 6f 63 65 73 73 4b |he Wimp_ProcessK| 000003e0 65 79 0a 69 6e 74 65 72 72 75 70 74 2e 0a 0a 54 |ey.interrupt...T| 000003f0 68 65 20 70 72 6f 67 72 61 6d 20 69 73 20 73 65 |he program is se| 00000400 6d 69 2d 73 74 72 75 63 74 75 72 65 64 20 61 6e |mi-structured an| 00000410 64 20 66 6c 65 78 69 62 6c 65 20 69 6e 20 74 68 |d flexible in th| 00000420 61 74 0a 79 6f 75 20 63 61 6e 20 64 65 66 69 6e |at.you can defin| 00000430 65 20 61 6c 6c 20 6b 65 79 70 72 65 73 73 65 73 |e all keypresses| 00000440 2e 20 20 54 68 65 20 6b 65 79 70 72 65 73 73 65 |. The keypresse| 00000450 73 20 61 72 65 0a 64 65 66 69 6e 65 64 20 69 6e |s are.defined in| 00000460 20 74 68 65 20 66 69 6c 65 20 3a 20 22 4b 65 79 | the file : "Key| 00000470 43 6f 64 65 73 22 20 69 6e 20 74 68 65 20 72 65 |Codes" in the re| 00000480 73 6f 75 72 63 65 73 0a 64 69 72 65 63 74 6f 72 |sources.director| 00000490 79 2e 0a 0a 0a 0a 46 6f 72 6d 61 74 20 4f 66 20 |y.....Format Of | 000004a0 54 68 65 20 22 4b 65 79 43 6f 64 65 73 22 20 46 |The "KeyCodes" F| 000004b0 69 6c 65 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |ile.~~~~~~~~~~~~| 000004c0 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |~~~~~~~~~~~~~~~~| 000004d0 7e 0a 0a 31 73 74 20 4c 69 6e 65 20 20 3a 20 3c |~..1st Line : <| 000004e0 4e 75 6d 62 65 72 20 4f 66 20 41 70 70 6c 69 63 |Number Of Applic| 000004f0 61 74 69 6f 6e 73 3e 0a 32 6e 64 20 4c 69 6e 65 |ations>.2nd Line| 00000500 2b 20 3a 20 41 70 70 6c 69 63 61 74 69 6f 6e 20 |+ : Application | 00000510 42 6c 6f 63 6b 73 0a 0a 59 6f 75 20 61 72 65 20 |Blocks..You are | 00000520 61 6c 6c 6f 77 65 64 20 75 70 20 74 6f 20 32 30 |allowed up to 20| 00000530 20 61 70 70 6c 69 63 61 74 69 6f 6e 73 2e 0a 0a | applications...| 00000540 0a 0a 46 6f 72 6d 61 74 20 4f 66 20 54 68 65 20 |..Format Of The | 00000550 41 70 70 6c 69 63 61 74 69 6f 6e 20 42 6c 6f 63 |Application Bloc| 00000560 6b 73 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |ks.~~~~~~~~~~~~~| 00000570 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |~~~~~~~~~~~~~~~~| 00000580 7e 7e 7e 0a 0a 3c 41 70 70 6c 69 63 61 74 69 6f |~~~..<Applicatio| 00000590 6e 20 4e 61 6d 65 3e 20 20 20 20 20 20 20 20 20 |n Name> | 000005a0 20 20 20 20 20 3a 20 20 3d 20 31 30 20 63 68 61 | : = 10 cha| 000005b0 72 61 63 74 65 72 73 0a 3c 4e 75 6d 62 65 72 20 |racters.<Number | 000005c0 4f 66 20 41 70 70 20 4b 65 79 70 72 65 73 73 20 |Of App Keypress | 000005d0 49 63 6f 6e 73 3e 20 20 3a 20 20 49 6e 74 65 67 |Icons> : Integ| 000005e0 65 72 20 28 31 2d 31 30 29 0a 3c 4b 65 79 70 72 |er (1-10).<Keypr| 000005f0 65 73 73 20 49 63 6f 6e 20 42 6c 6f 63 6b 3e 20 |ess Icon Block> | 00000600 20 20 20 20 20 20 20 20 20 20 3a 20 20 53 65 65 | : See| 00000610 20 6e 6f 74 65 73 20 62 65 6c 6f 77 0a 0a 54 68 | notes below..Th| 00000620 65 20 66 69 72 73 74 20 34 20 6c 65 74 74 65 72 |e first 4 letter| 00000630 73 20 6f 66 20 74 68 65 20 61 70 70 6c 69 63 61 |s of the applica| 00000640 74 69 6f 6e 20 6e 61 6d 65 20 4d 55 53 54 20 62 |tion name MUST b| 00000650 65 0a 74 68 65 20 73 61 6d 65 20 61 73 20 74 68 |e.the same as th| 00000660 65 20 66 69 72 73 74 20 34 20 6c 65 74 74 65 72 |e first 4 letter| 00000670 73 20 6f 66 20 69 74 73 20 6e 61 6d 65 20 73 68 |s of its name sh| 00000680 6f 77 6e 0a 69 6e 20 74 68 65 20 74 61 73 6b 20 |own.in the task | 00000690 6d 61 6e 61 67 65 72 20 64 69 73 70 6c 61 79 2e |manager display.| 000006a0 20 43 61 73 65 20 69 6e 63 6c 75 73 69 76 65 2e | Case inclusive.| 000006b0 0a 0a 0a 0a 46 6f 72 6d 61 74 20 4f 66 20 54 68 |....Format Of Th| 000006c0 65 20 49 63 6f 6e 20 42 6c 6f 63 6b 73 0a 7e 7e |e Icon Blocks.~~| 000006d0 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |~~~~~~~~~~~~~~~~| 000006e0 7e 7e 7e 7e 7e 7e 7e 0a 0a 3c 53 70 72 69 74 65 |~~~~~~~..<Sprite| 000006f0 20 4e 61 6d 65 3e 20 3a 20 3d 20 33 20 63 68 61 | Name> : = 3 cha| 00000700 72 61 63 74 65 72 73 0a 3c 4b 65 79 43 6f 64 65 |racters.<KeyCode| 00000710 20 31 3e 20 20 20 3a 20 3d 20 33 20 63 68 61 72 | 1> : = 3 char| 00000720 61 63 74 65 72 73 20 28 41 53 43 49 49 20 6b 65 |acters (ASCII ke| 00000730 79 70 72 65 73 73 20 63 6f 64 65 29 0a 3c 4b 65 |ypress code).<Ke| 00000740 79 43 6f 64 65 20 32 3e 20 20 20 3a 20 3d 20 33 |yCode 2> : = 3| 00000750 20 63 68 61 72 61 63 74 65 72 73 20 28 41 53 43 | characters (ASC| 00000760 49 49 20 6b 65 79 70 72 65 73 73 20 63 6f 64 65 |II keypress code| 00000770 29 0a 0a 0a 52 75 6e 6e 69 6e 67 20 41 70 70 6c |)...Running Appl| 00000780 69 63 61 74 69 6f 6e 0a 7e 7e 7e 7e 7e 7e 7e 7e |ication.~~~~~~~~| 00000790 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 0a 0a 57 68 65 |~~~~~~~~~~~..Whe| 000007a0 6e 20 74 68 65 20 61 70 70 6c 69 63 61 74 69 6f |n the applicatio| 000007b0 6e 20 69 73 20 72 75 6e 2c 20 70 72 65 73 73 69 |n is run, pressi| 000007c0 6e 67 20 73 65 6c 65 63 74 20 6f 6e 20 74 68 65 |ng select on the| 000007d0 0a 63 6f 72 72 65 73 70 6f 6e 64 69 6e 67 20 69 |.corresponding i| 000007e0 63 6f 6e 20 77 69 6c 6c 20 61 63 74 69 76 61 74 |con will activat| 000007f0 65 20 4b 65 79 63 6f 64 65 20 31 2c 20 70 72 65 |e Keycode 1, pre| 00000800 73 73 69 6e 67 0a 61 64 6a 75 73 74 20 77 69 6c |ssing.adjust wil| 00000810 6c 20 61 63 74 69 76 61 74 65 20 4b 65 79 63 6f |l activate Keyco| 00000820 64 65 20 32 2e 0a 0a 49 66 20 74 68 65 20 73 70 |de 2...If the sp| 00000830 72 69 74 65 20 6e 61 6d 65 20 69 73 20 22 73 61 |rite name is "sa| 00000840 76 22 2c 20 74 68 65 20 69 63 6f 6e 20 69 73 20 |v", the icon is | 00000850 74 72 65 61 74 65 64 0a 64 69 66 66 65 72 65 6e |treated.differen| 00000860 74 6c 79 20 69 6e 20 74 68 61 74 20 4b 65 79 63 |tly in that Keyc| 00000870 6f 64 65 20 31 20 69 73 20 73 65 6e 74 20 61 6e |ode 1 is sent an| 00000880 64 20 74 68 65 6e 0a 4b 65 79 63 6f 64 65 20 32 |d then.Keycode 2| 00000890 20 69 73 20 73 65 6e 74 20 73 74 72 61 69 67 68 | is sent straigh| 000008a0 74 20 61 66 74 65 72 2e 20 28 54 6f 20 61 63 63 |t after. (To acc| 000008b0 6f 75 6e 74 20 66 6f 72 0a 70 72 6f 67 72 61 6d |ount for.program| 000008c0 73 20 6c 69 6b 65 20 64 72 61 77 20 74 68 61 74 |s like draw that| 000008d0 20 6e 65 65 64 20 79 6f 75 20 74 6f 20 70 72 65 | need you to pre| 000008e0 73 73 20 46 33 20 61 6e 64 0a 74 68 65 6e 20 3c |ss F3 and.then <| 000008f0 52 65 74 75 72 6e 3e 29 2e 0a 0a 49 66 20 74 68 |Return>)...If th| 00000900 65 20 73 61 76 65 20 69 63 6f 6e 20 66 6f 72 20 |e save icon for | 00000910 4f 76 61 74 69 6f 6e 20 69 73 20 70 72 65 73 73 |Ovation is press| 00000920 65 64 20 69 74 20 74 72 65 61 74 73 20 69 74 0a |ed it treats it.| 00000930 61 73 20 61 20 6e 6f 72 6d 61 6c 20 69 63 6f 6e |as a normal icon| 00000940 2e 20 28 4f 76 61 74 69 6f 6e 20 61 6c 6c 6f 77 |. (Ovation allow| 00000950 73 20 79 6f 75 20 74 6f 20 70 72 65 73 73 0a 43 |s you to press.C| 00000960 74 72 6c 2b 53 20 74 6f 20 73 61 76 65 29 2e 0a |trl+S to save)..| 00000970 0a 54 6f 20 73 61 76 65 20 6d 65 6d 6f 72 79 2c |.To save memory,| 00000980 20 6f 6e 6c 79 20 6f 6e 65 20 73 65 74 20 6f 66 | only one set of| 00000990 20 73 70 72 69 74 65 73 20 69 73 20 6c 6f 61 64 | sprites is load| 000009a0 65 64 20 69 6e 74 6f 0a 6d 65 6d 6f 72 79 2e 20 |ed into.memory. | 000009b0 20 54 68 65 72 65 66 6f 72 65 20 74 77 6f 20 73 | Therefore two s| 000009c0 65 74 73 20 6f 66 20 73 70 72 69 74 65 73 20 68 |ets of sprites h| 000009d0 61 76 65 20 62 65 65 6e 0a 69 6e 63 6c 75 64 65 |ave been.include| 000009e0 64 20 69 6e 20 74 68 65 20 52 65 73 6f 75 72 63 |d in the Resourc| 000009f0 65 73 20 64 69 72 65 63 74 6f 72 79 20 3a 0a 0a |es directory :..| 00000a00 20 20 20 20 20 20 4d 65 64 52 65 73 20 2d 20 4d | MedRes - M| 00000a10 65 64 69 75 6d 20 52 65 73 6f 6c 75 74 69 6f 6e |edium Resolution| 00000a20 20 6d 6f 6e 69 74 6f 72 20 64 65 66 69 6e 69 74 | monitor definit| 00000a30 69 6f 6e 73 0a 20 20 20 20 20 20 48 69 52 65 73 |ions. HiRes| 00000a40 20 20 2d 20 48 69 67 68 20 52 65 73 6f 6c 75 74 | - High Resolut| 00000a50 69 6f 6e 20 6d 6f 6e 69 74 6f 72 20 64 65 66 69 |ion monitor defi| 00000a60 6e 69 74 69 6f 6e 73 0a 0a 52 65 6e 61 6d 65 20 |nitions..Rename | 00000a70 74 68 65 20 72 65 71 75 69 72 65 64 20 73 65 74 |the required set| 00000a80 20 74 6f 20 22 53 70 72 69 74 65 73 22 20 61 6e | to "Sprites" an| 00000a90 64 20 72 75 6e 2e 0a 0a 0a 0a 54 68 65 20 63 75 |d run.....The cu| 00000aa0 72 72 65 6e 74 20 6b 65 79 63 6f 64 65 73 20 3a |rrent keycodes :| 00000ab0 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |.~~~~~~~~~~~~~~~| 00000ac0 7e 7e 7e 7e 7e 7e 7e 0a 0a 41 70 70 6c 69 63 61 |~~~~~~~..Applica| 00000ad0 74 69 6f 6e 20 20 20 53 70 72 69 74 65 20 20 20 |tion Sprite | 00000ae0 20 53 65 6c 65 63 74 20 20 20 20 20 20 20 20 20 | Select | 00000af0 20 20 20 20 20 20 20 41 64 6a 75 73 74 20 20 20 | Adjust | 00000b00 20 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 20 20 | .----------- | 00000b10 2d 2d 2d 2d 2d 2d 20 20 20 20 2d 2d 2d 2d 2d 2d |------ ------| 00000b20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000b30 2d 2d 2d 2d 2d 2d 0a 0a 49 6d 70 72 65 73 73 69 |------..Impressi| 00000b40 6f 6e 20 20 20 20 20 20 43 6f 70 20 20 20 20 20 |on Cop | 00000b50 30 30 33 20 3a 20 43 6f 70 79 20 20 20 20 20 20 |003 : Copy | 00000b60 20 20 20 20 20 20 30 32 34 20 3a 20 43 75 74 0a | 024 : Cut.| 00000b70 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000b80 50 61 73 20 20 20 20 20 30 32 32 20 3a 20 50 61 |Pas 022 : Pa| 00000b90 73 74 65 20 20 20 20 20 20 20 20 20 20 20 30 30 |ste 00| 00000ba0 30 20 3a 20 4e 6f 6e 65 0a 20 20 20 20 20 20 20 |0 : None. | 00000bb0 20 20 20 20 20 20 20 20 20 44 65 6c 20 20 20 20 | Del | 00000bc0 20 30 31 31 20 3a 20 44 65 6c 65 74 65 20 20 20 | 011 : Delete | 00000bd0 20 20 20 20 20 20 20 30 30 30 20 3a 20 4e 6f 6e | 000 : Non| 00000be0 65 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |e. | 00000bf0 20 20 53 61 76 20 20 20 20 20 34 31 39 20 3a 20 | Sav 419 : | 00000c00 53 61 76 65 20 42 6f 78 20 20 20 20 20 20 20 20 |Save Box | 00000c10 30 31 33 20 3a 20 3c 52 65 74 75 72 6e 3e 0a 20 |013 : <Return>. | 00000c20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 46 | F| 00000c30 72 61 20 20 20 20 20 34 39 30 20 3a 20 41 6c 74 |ra 490 : Alt| 00000c40 65 72 20 46 72 61 6d 65 20 20 20 20 20 30 30 30 |er Frame 000| 00000c50 20 3a 20 4e 6f 6e 65 0a 20 20 20 20 20 20 20 20 | : None. | 00000c60 20 20 20 20 20 20 20 20 5a 6f 6f 20 20 20 20 20 | Zoo | 00000c70 34 32 35 20 3a 20 5a 6f 6f 6d 20 20 20 20 20 20 |425 : Zoom | 00000c80 20 20 20 20 20 20 30 30 30 20 3a 20 4e 6f 6e 65 | 000 : None| 00000c90 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00000ca0 20 49 6e 73 20 20 20 20 20 30 30 39 20 3a 20 49 | Ins 009 : I| 00000cb0 6e 73 65 72 74 20 46 72 61 6d 65 20 20 20 20 30 |nsert Frame 0| 00000cc0 30 30 20 3a 20 4e 6f 6e 65 0a 20 20 20 20 20 20 |00 : None. | 00000cd0 20 20 20 20 20 20 20 20 20 20 4f 75 74 20 20 20 | Out | 00000ce0 20 20 30 31 35 20 3a 20 4f 75 74 6c 69 6e 65 73 | 015 : Outlines| 00000cf0 20 20 20 20 20 20 20 20 30 30 30 20 3a 20 4e 6f | 000 : No| 00000d00 6e 65 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |ne. | 00000d10 20 20 20 50 72 69 20 20 20 20 20 33 38 34 20 3a | Pri 384 :| 00000d20 20 50 72 69 6e 74 20 20 20 20 20 20 20 20 20 20 | Print | 00000d30 20 30 30 30 20 3a 20 4e 6f 6e 65 0a 0a 4f 76 61 | 000 : None..Ova| 00000d40 74 69 6f 6e 20 20 20 20 20 20 20 20 20 43 6f 70 |tion Cop| 00000d50 20 20 20 20 20 30 30 33 20 3a 20 43 6f 70 79 20 | 003 : Copy | 00000d60 20 20 20 20 20 20 20 20 20 20 20 30 32 34 20 3a | 024 :| 00000d70 20 43 75 74 0a 20 20 20 20 20 20 20 20 20 20 20 | Cut. | 00000d80 20 20 20 20 20 50 61 73 20 20 20 20 20 30 32 32 | Pas 022| 00000d90 20 3a 20 50 61 73 74 65 20 20 20 20 20 20 20 20 | : Paste | 00000da0 20 20 20 30 30 30 20 3a 20 4e 6f 6e 65 0a 20 20 | 000 : None. | 00000db0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 44 65 | De| 00000dc0 6c 20 20 20 20 20 31 32 37 20 3a 20 44 65 6c 65 |l 127 : Dele| 00000dd0 74 65 20 20 20 20 20 20 20 20 20 20 30 30 30 20 |te 000 | 00000de0 3a 20 4e 6f 6e 65 0a 20 20 20 20 20 20 20 20 20 |: None. | 00000df0 20 20 20 20 20 20 20 53 61 76 20 20 20 20 20 33 | Sav 3| 00000e00 38 37 20 3a 20 53 61 76 65 20 20 20 20 20 20 20 |87 : Save | 00000e10 20 20 20 20 20 30 31 39 20 3a 20 53 61 76 65 20 | 019 : Save | 00000e20 42 6f 78 0a 20 20 20 20 20 20 20 20 20 20 20 20 |Box. | 00000e30 20 20 20 20 42 6f 72 20 20 20 20 20 35 31 38 20 | Bor 518 | 00000e40 3a 20 41 6c 74 65 72 20 42 6f 72 64 65 72 20 20 |: Alter Border | 00000e50 20 20 30 30 30 20 3a 20 4e 6f 6e 65 0a 20 20 20 | 000 : None. | 00000e60 20 20 20 20 20 20 20 20 20 20 20 20 20 46 72 61 | Fra| 00000e70 20 20 20 20 20 34 35 30 20 3a 20 41 6c 74 65 72 | 450 : Alter| 00000e80 20 46 72 61 6d 65 20 20 20 20 20 30 30 30 20 3a | Frame 000 :| 00000e90 20 4e 6f 6e 65 0a 20 20 20 20 20 20 20 20 20 20 | None. | 00000ea0 20 20 20 20 20 20 4f 75 74 20 20 20 20 20 30 31 | Out 01| 00000eb0 32 20 3a 20 4f 75 74 6c 69 6e 65 73 20 20 20 20 |2 : Outlines | 00000ec0 20 20 20 20 30 31 38 20 3a 20 52 75 6c 65 72 73 | 018 : Rulers| 00000ed0 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00000ee0 20 50 72 69 20 20 20 20 20 33 38 34 20 3a 20 50 | Pri 384 : P| 00000ef0 72 69 6e 74 20 20 20 20 20 20 20 20 20 20 20 34 |rint 4| 00000f00 30 30 20 3a 20 50 72 69 6e 74 65 72 20 53 65 74 |00 : Printer Set| 00000f10 75 70 0a 0a 44 72 61 77 20 20 20 20 20 20 20 20 |up..Draw | 00000f20 20 20 20 20 43 6f 70 20 20 20 20 20 30 30 33 20 | Cop 003 | 00000f30 3a 20 43 6f 70 79 20 20 20 20 20 20 20 20 20 20 |: Copy | 00000f40 20 20 30 30 30 20 3a 20 4e 6f 6e 65 0a 20 20 20 | 000 : None. | 00000f50 20 20 20 20 20 20 20 20 20 20 20 20 20 44 65 6c | Del| 00000f60 20 20 20 20 20 30 32 34 20 3a 20 44 65 6c 65 74 | 024 : Delet| 00000f70 65 20 20 20 20 20 20 20 20 20 20 30 30 30 20 3a |e 000 :| 00000f80 20 4e 6f 6e 65 0a 20 20 20 20 20 20 20 20 20 20 | None. | 00000f90 20 20 20 20 20 20 53 61 76 20 20 20 20 20 33 38 | Sav 38| 00000fa0 37 20 3a 20 53 61 76 65 20 42 6f 78 20 20 20 20 |7 : Save Box | 00000fb0 20 20 20 20 30 31 33 20 3a 20 3c 52 65 74 75 72 | 013 : <Retur| 00000fc0 6e 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |n>. | 00000fd0 20 20 20 47 72 6f 20 20 20 20 20 30 30 37 20 3a | Gro 007 :| 00000fe0 20 47 72 6f 75 70 20 20 20 20 20 20 20 20 20 20 | Group | 00000ff0 20 30 32 31 20 3a 20 55 6e 2d 67 72 6f 75 70 0a | 021 : Un-group.| 00001000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001010 5a 6f 6f 20 20 20 20 20 30 32 33 20 3a 20 5a 6f |Zoo 023 : Zo| 00001020 6f 6d 20 49 6e 20 20 20 20 20 20 20 20 20 30 31 |om In 01| 00001030 37 20 3a 20 5a 6f 6f 6d 20 4f 75 74 0a 20 20 20 |7 : Zoom Out. | 00001040 20 20 20 20 20 20 20 20 20 20 20 20 20 55 6e 64 | Und| 00001050 20 20 20 20 20 33 39 32 20 3a 20 55 6e 64 6f 20 | 392 : Undo | 00001060 20 20 20 20 20 20 20 20 20 20 20 33 39 33 20 3a | 393 :| 00001070 20 52 65 64 6f 0a 0a 45 64 69 74 20 20 20 20 20 | Redo..Edit | 00001080 20 20 20 20 20 20 20 43 6f 70 20 20 20 20 20 30 | Cop 0| 00001090 30 33 20 3a 20 43 6f 70 79 20 20 20 20 20 20 20 |03 : Copy | 000010a0 20 20 20 20 20 30 30 30 20 3a 20 4e 6f 6e 65 0a | 000 : None.| 000010b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000010c0 50 61 73 20 20 20 20 20 30 32 32 20 3a 20 50 61 |Pas 022 : Pa| 000010d0 73 74 65 20 20 20 20 20 20 20 20 20 20 20 30 30 |ste 00| 000010e0 30 20 3a 20 4e 6f 6e 65 0a 20 20 20 20 20 20 20 |0 : None. | 000010f0 20 20 20 20 20 20 20 20 20 44 65 6c 20 20 20 20 | Del | 00001100 20 30 32 34 20 3a 20 44 65 6c 65 74 65 20 20 20 | 024 : Delete | 00001110 20 20 20 20 20 20 20 30 30 30 20 3a 20 4e 6f 6e | 000 : Non| 00001120 65 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |e. | 00001130 20 20 53 61 76 20 20 20 20 20 33 38 37 20 3a 20 | Sav 387 : | 00001140 53 61 76 65 20 42 6f 78 20 20 20 20 20 20 20 20 |Save Box | 00001150 30 31 33 20 3a 20 3c 52 65 74 75 72 6e 3e 0a 20 |013 : <Return>. | 00001160 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 55 | U| 00001170 6e 64 20 20 20 20 20 33 39 32 20 3a 20 55 6e 64 |nd 392 : Und| 00001180 6f 20 20 20 20 20 20 20 20 20 20 20 20 33 39 33 |o 393| 00001190 20 3a 20 52 65 64 6f 0a 0a 0a 0a 41 70 70 6c 69 | : Redo....Appli| 000011a0 63 61 74 69 6f 6e 20 43 68 6f 69 63 65 73 20 3a |cation Choices :| 000011b0 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |.~~~~~~~~~~~~~~~| 000011c0 7e 7e 7e 7e 7e 7e 0a 0a 43 68 6f 6f 73 69 6e 67 |~~~~~~..Choosing| 000011d0 20 74 68 65 20 63 68 6f 69 63 65 20 6f 70 74 69 | the choice opti| 000011e0 6f 6e 20 66 72 6f 6d 20 74 68 65 20 6d 65 6e 75 |on from the menu| 000011f0 20 77 69 6c 6c 20 6f 70 65 6e 0a 75 70 20 61 20 | will open.up a | 00001200 64 69 61 6c 6f 67 75 65 20 62 6f 78 2e 20 20 54 |dialogue box. T| 00001210 68 65 20 76 61 72 69 6f 75 73 20 6f 70 74 69 6f |he various optio| 00001220 6e 73 20 61 72 65 20 64 65 74 61 69 6c 65 64 0a |ns are detailed.| 00001230 62 65 6c 6f 77 20 3a 0a 0a 20 20 20 20 20 20 20 |below :.. | 00001240 20 4f 72 69 65 6e 74 61 74 69 6f 6e 20 20 3a 2d | Orientation :-| 00001250 20 48 6f 72 69 7a 6f 6e 74 61 6c 20 6f 72 20 56 | Horizontal or V| 00001260 65 72 74 69 63 61 6c 20 6c 61 79 6f 75 74 0a 20 |ertical layout. | 00001270 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001280 20 20 20 20 20 20 20 6f 66 20 74 6f 6f 6c 62 6f | of toolbo| 00001290 78 2e 0a 0a 20 20 20 20 20 20 20 20 50 6f 73 69 |x... Posi| 000012a0 74 69 6f 6e 69 6e 67 20 20 3a 2d 20 4b 65 65 70 |tioning :- Keep| 000012b0 20 54 6f 20 46 72 6f 6e 74 20 77 69 6c 6c 20 6e | To Front will n| 000012c0 6f 74 20 61 6c 6c 6f 77 0a 20 20 20 20 20 20 20 |ot allow. | 000012d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000012e0 20 61 6e 79 20 77 69 6e 64 6f 77 73 20 69 6e 20 | any windows in | 000012f0 66 72 6f 6e 74 20 6f 66 20 69 74 2e 0a 0a 20 20 |front of it... | 00001300 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001310 20 20 20 20 20 20 4b 65 65 70 20 54 6f 20 42 61 | Keep To Ba| 00001320 63 6b 20 77 69 6c 6c 20 6e 6f 74 20 61 6c 6c 6f |ck will not allo| 00001330 77 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |w. | 00001340 20 20 20 20 20 20 20 20 20 20 61 6e 79 20 77 69 | any wi| 00001350 6e 64 6f 77 73 20 62 65 68 69 6e 64 20 69 74 2e |ndows behind it.| 00001360 0a 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |.. | 00001370 20 20 20 20 20 20 20 20 20 20 41 6e 79 20 4c 61 | Any La| 00001380 79 65 72 20 61 6c 6c 6f 77 73 20 6e 6f 72 6d 61 |yer allows norma| 00001390 6c 20 75 73 65 20 6f 66 0a 20 20 20 20 20 20 20 |l use of. | 000013a0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000013b0 20 74 68 65 20 77 69 6e 64 6f 77 2e 0a 0a 20 20 | the window... | 000013c0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000013d0 20 20 20 20 20 20 28 41 20 31 20 73 65 63 6f 6e | (A 1 secon| 000013e0 64 20 74 69 6d 65 20 64 65 6c 61 79 20 69 73 20 |d time delay is | 000013f0 75 73 65 64 0a 20 20 20 20 20 20 20 20 20 20 20 |used. | 00001400 20 20 20 20 20 20 20 20 20 20 20 20 20 74 6f 20 | to | 00001410 73 74 6f 70 20 73 6c 75 67 67 69 73 68 20 77 69 |stop sluggish wi| 00001420 6e 64 6f 77 20 64 72 61 67 73 29 0a 0a 20 20 20 |ndow drags).. | 00001430 20 20 20 20 20 45 78 74 72 61 73 20 20 20 20 20 | Extras | 00001440 20 20 3a 2d 20 4d 69 63 72 6f 20 57 69 6e 64 6f | :- Micro Windo| 00001450 77 20 77 69 6c 6c 20 72 65 64 75 63 65 20 74 68 |w will reduce th| 00001460 65 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |e. | 00001470 20 20 20 20 20 20 20 20 20 20 73 69 7a 65 20 6f | size o| 00001480 66 20 74 68 65 20 74 6f 6f 6c 62 6f 78 20 74 6f |f the toolbox to| 00001490 20 61 20 73 6d 61 6c 6c 0a 20 20 20 20 20 20 20 | a small. | 000014a0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000014b0 20 62 61 72 2e 20 28 52 65 64 75 63 65 20 61 6d | bar. (Reduce am| 000014c0 6f 75 6e 74 20 6f 66 20 64 65 73 6b 74 6f 70 0a |ount of desktop.| 000014d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000014e0 20 20 20 20 20 20 20 20 73 70 61 63 65 20 74 61 | space ta| 000014f0 6b 65 6e 20 62 79 20 74 6f 6f 6c 62 6f 78 2e 29 |ken by toolbox.)| 00001500 0a 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |.. | 00001510 20 20 20 20 20 20 20 20 20 20 49 6e 70 75 74 20 | Input | 00001520 46 6f 63 75 73 20 3a 2d 0a 20 20 20 20 20 20 20 |Focus :-. | 00001530 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001540 20 57 68 65 6e 20 74 68 65 20 49 6e 70 75 74 20 | When the Input | 00001550 46 6f 63 75 73 20 57 69 6e 64 6f 77 20 69 73 0a |Focus Window is.| 00001560 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001570 20 20 20 20 20 20 20 20 63 68 61 6e 67 65 64 2c | changed,| 00001580 20 21 54 6f 6f 6c 73 20 77 69 6c 6c 20 61 75 74 | !Tools will aut| 00001590 6f 6d 61 74 69 63 61 6c 6c 79 0a 20 20 20 20 20 |omatically. | 000015a0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000015b0 20 20 20 63 68 61 6e 67 65 20 74 68 65 20 74 6f | change the to| 000015c0 6f 6c 20 77 69 6e 64 6f 77 20 6c 61 79 6f 75 74 |ol window layout| 000015d0 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 000015e0 20 20 20 20 20 20 20 20 20 74 6f 20 74 68 65 20 | to the | 000015f0 63 6f 72 72 65 73 70 6f 6e 64 69 6e 67 20 61 70 |corresponding ap| 00001600 70 6c 69 63 61 74 69 6f 6e 2e 0a 20 20 20 20 20 |plication.. | 00001610 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001620 20 20 20 49 66 20 21 54 6f 6f 6c 73 20 64 6f 65 | If !Tools doe| 00001630 73 20 6e 6f 74 20 72 65 63 6f 67 6e 69 73 65 20 |s not recognise | 00001640 74 68 65 0a 20 20 20 20 20 20 20 20 20 20 20 20 |the. | 00001650 20 20 20 20 20 20 20 20 20 20 20 20 61 70 70 6c | appl| 00001660 69 63 61 74 69 6f 6e 20 74 68 61 74 20 68 61 73 |ication that has| 00001670 20 67 61 69 6e 65 64 20 74 68 65 0a 20 20 20 20 | gained the. | 00001680 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001690 20 20 20 20 69 6e 70 75 74 20 66 6f 63 75 73 2c | input focus,| 000016a0 20 74 68 65 20 69 63 6f 6e 73 20 62 65 63 6f 6d | the icons becom| 000016b0 65 20 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |e . | 000016c0 20 20 20 20 20 20 20 20 20 20 20 73 68 61 64 65 | shade| 000016d0 64 20 75 6e 74 69 6c 20 61 20 72 65 63 6f 67 6e |d until a recogn| 000016e0 69 73 65 64 0a 20 20 20 20 20 20 20 20 20 20 20 |ised. | 000016f0 20 20 20 20 20 20 20 20 20 20 20 20 20 61 70 70 | app| 00001700 6c 69 63 61 74 69 6f 6e 20 67 61 69 6e 73 20 74 |lication gains t| 00001710 68 65 20 69 6e 70 75 74 20 66 6f 63 75 73 2e 20 |he input focus. | 00001720 20 20 0a 0a 0a 0a 54 6f 6f 6c 42 6f 78 20 4c 61 | ....ToolBox La| 00001730 79 6f 75 74 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |yout.~~~~~~~~~~~| 00001740 7e 7e 7e 0a 0a 20 20 20 20 20 20 20 20 20 20 20 |~~~.. | 00001750 20 20 20 20 20 20 20 20 41 64 6a 75 73 74 20 2d | Adjust -| 00001760 20 4b 65 79 70 72 65 73 73 20 32 0a 20 20 20 20 | Keypress 2. | 00001770 20 20 20 20 20 20 20 20 20 20 20 5f 5f 5f 5f 5f | _____| 00001780 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 7c 5f 5f 5f 5f 5f |__________|_____| 00001790 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| 000017a0 5f 5f 5f 5f 0a 20 20 20 20 20 20 20 20 20 20 20 |____. | 000017b0 20 20 20 7c 20 20 7c 20 20 5f 5f 5f 5f 5f 20 20 | | | _____ | 000017c0 20 5f 5f 7c 5f 5f 20 20 20 5f 5f 5f 5f 5f 20 20 | __|__ _____ | 000017d0 20 5f 5f 5f 5f 5f 20 20 20 5f 5f 5f 5f 0a 54 69 | _____ ____.Ti| 000017e0 74 6c 65 20 42 61 72 20 20 20 2d 3e 7c 20 20 7c |tle Bar ->| || 000017f0 20 7c 20 20 20 20 20 7c 20 7c 20 20 7c 20 20 7c | | | | | || 00001800 20 7c 20 20 20 20 20 7c 20 7c 20 20 20 20 20 7c | | | | || 00001810 20 7c 20 20 20 20 0a 20 20 20 20 20 20 20 20 20 | | . | 00001820 20 20 20 20 20 7c 20 20 7c 20 7c 20 20 8b 20 20 | | | | . | 00001830 7c 20 7c 20 20 8a 20 20 7c 20 7c 20 20 20 20 20 || | . | | | 00001840 7c 20 7c 20 20 20 20 20 7c 20 7c 20 20 20 20 0a || | | | .| 00001850 20 20 20 20 20 20 20 20 20 20 20 20 20 20 7c 5f | |_| 00001860 5f 7c 20 7c 5f 5f 7c 5f 5f 7c 20 7c 5f 5f 5f 5f |_| |__|__| |____| 00001870 5f 7c 20 7c 5f 5f 5f 5f 5f 7c 20 7c 5f 5f 5f 5f |_| |_____| |____| 00001880 5f 7c 20 7c 5f 5f 5f 5f 0a 54 6f 67 67 6c 65 20 |_| |____.Toggle | 00001890 49 63 6f 6e 20 2d 3e 7c 5f 5f 7c 5f 5f 5f 5f 7c |Icon ->|__|____|| 000018a0 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 000018c0 5f 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |_. | 000018d0 20 20 20 20 20 20 20 20 7c 0a 20 20 20 20 20 20 | |. | 000018e0 20 20 20 20 20 20 20 20 20 20 20 20 20 53 65 6c | Sel| 000018f0 65 63 74 20 2d 20 4b 65 79 70 72 65 73 73 20 31 |ect - Keypress 1| 00001900 0a 0a 0a 0a 57 61 72 6e 69 6e 67 0a 7e 7e 7e 7e |....Warning.~~~~| 00001910 7e 7e 7e 0a 0a 54 68 65 20 33 44 20 65 66 66 65 |~~~..The 3D effe| 00001920 63 74 73 20 75 73 65 64 20 62 79 20 74 68 69 73 |cts used by this| 00001930 20 70 61 63 6b 61 67 65 20 77 69 6c 6c 20 6f 6e | package will on| 00001940 6c 79 20 73 68 6f 77 20 77 68 65 6e 0a 75 73 69 |ly show when.usi| 00001950 6e 67 20 61 20 6d 61 63 68 69 6e 65 20 77 69 74 |ng a machine wit| 00001960 68 20 52 49 53 43 20 4f 53 20 33 20 66 69 74 74 |h RISC OS 3 fitt| 00001970 65 64 2e 0a 0a 0a a9 20 4d 61 72 6b 20 53 68 61 |ed..... Mark Sha| 00001980 77 2c 20 31 39 39 33 0a |w, 1993.| 00001988