Home » Archimedes archive » Acorn User » Acorn User - Updated Shareware Collection (1994).adf » Programs » NewerBits/AddHelp
NewerBits/AddHelp
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 » Acorn User » Acorn User - Updated Shareware Collection (1994).adf » Programs |
Filename: | NewerBits/AddHelp |
Read OK: | ✔ |
File size: | 125D bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
<============================================================================ A D D S P R I T E S Version 0.04, 06 Mar 1994 � Andrew Clover of DoggySoft ============================================================================> ==> What's it all about? If you have designed your own sprites, or use a desktop new-look program such as NewLook, DeskPatch, or our own NewerLook (see below), you will no doubt be annoyed when an application replaces your lovely 3D, high-resolution icons with its own poor-looking 2D blocky nasty ones. This happens a lot with shared filetypes like drawfiles, and badly-behaved applications which place new option icons, arrow icons, etc. in the WIMP pool. You will also be concerned, with a small machine, at all the memory those small icons will be taking up, when you only use large icons, and so don't need them. This module fixes both of these problems, by intercepting OS_SpriteOp 11, and altering its action to disallow small icons, and to make sure new icons do not replace old ones. But it must know that the pool involved is indeed the WIMP sprite pool, otherwise it would change all sprite merges, which could cause undesired effects. So you must mark the WIMP sprite pool with a sprite called "�wimppoolme�", *IconSpritesed with your mail sprite file or separately, probably through your !Boot system, if you have one. If not, there's a little Obey file that'll do everthing for you in this directory. Of course, you might occasionally want *IconSprites to work as normal, when some sprites need to be replaced, without having to kill the module. AddSprites deactivates itself when the system variable <AddSprites$Control> is set to "Off". So, to disable AddSprites, press F12 and type: *Set AddSprites$Control Off And to turn it back on: *Set AddSprites$Control On (actually anything other than "Off"). Also, you might use IconDir or Menon, and thus need small icons anyway. To do this, use the AddSprites$Small variable: *Set AddSprites$Small [On|Off|Filer] The three settings mean: On - small sprites are always added (this is the setting you want if you use IconDir or Menon); Off - small sprite are never added to the WIMP sprite pool; Filer - small sprites are added to the WIMP pool only if the Filer is not set to display them. If the variable is not set to any of these, the default, Filer, is chosen. Note that newer versions of IconDir automatically set AddSprites$Small to On. Oh, one last NB: this module only protects sprites loaded into the RAM WIMP pool. It won't protect ROM-based sprites. Sorry. That's about it really. Enjoy! ==> NewerLook This module is part of the rather nice NewerLook application, but I've released it separately so that people with slow modems don't need to download that whole big package, and due to popular demand ( :-) I've always wanted to be able to say that!). I recommend you find a copy from your local PD library or bulletin board as soon as possible, or you can always get a copy from the contacts below. NewerLook is a replacement for Acorn's NewLook, providing great 3D dithered and coloured icons, semi-transparent sprite drags, nice tools and ROM apps, and all sorts of gadgets for improving the desktop. Also, being in one application, it's easier to use. ==> History 0.01 : Stops replacement of existing WIMP sprites. Not publically released. 0.02 : Now includes <AddSprites$Control> variable to allow module to be temporarily disabled. Included with NewerLook release 1.00. 0.03 : Stops small icons from being added if the Filer is configured to 'large icons'. Not publically released. 0.04 : Now allows the adding of small icons to be controlled with another variable. Released separately and with NewerLook release 1.01. ==> Contacts To contact me, for praise, to suggest new bits to add, or, heaven forbid, to report a bug, please write to: Andrew Clover DoggySoft, 7 Blackhorse Crescent, Amersham, Bucks., HP6 6HP. You may phone me if you are one of those sad people who seem to phone me for no reason on 0494-431916, send a fax on 0494-675878, or even telex me on 83675 Brit G. If you have a modem, you can download the latest version of this and other programs of DoggySoft, as well as talk to us, play silly games, and buy non-PD software, by ringing 0494-681711, 24hrs & all speeds to 14k4 (ANSI 8N1). You might like to send me mail on Arcade BBS, Digital Databank or The World of Cryton. Finally, e-mail: ajc@doggysft.demon.co.uk <============================================================================
00000000 3c 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |<===============| 00000010 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 00000040 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 20 |=============.. | 00000050 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000060 20 20 20 20 20 20 20 20 20 20 20 20 20 41 20 44 | A D| 00000070 20 44 20 53 20 50 20 52 20 49 20 54 20 45 20 53 | D S P R I T E S| 00000080 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00000090 20 20 20 20 20 20 20 20 20 20 20 20 56 65 72 73 | Vers| 000000a0 69 6f 6e 20 30 2e 30 34 2c 20 30 36 20 4d 61 72 |ion 0.04, 06 Mar| 000000b0 20 31 39 39 34 0a 20 20 20 20 20 20 20 20 20 20 | 1994. | 000000c0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 a9 | .| 000000d0 20 41 6e 64 72 65 77 20 43 6c 6f 76 65 72 20 6f | Andrew Clover o| 000000e0 66 20 44 6f 67 67 79 53 6f 66 74 0a 0a 3d 3d 3d |f DoggySoft..===| 000000f0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 00000130 3d 3d 3d 3d 3d 3d 3d 3d 3d 3e 0a 0a 3d 3d 3e 20 |=========>..==> | 00000140 57 68 61 74 27 73 20 69 74 20 61 6c 6c 20 61 62 |What's it all ab| 00000150 6f 75 74 3f 0a 0a 49 66 20 79 6f 75 20 68 61 76 |out?..If you hav| 00000160 65 20 64 65 73 69 67 6e 65 64 20 79 6f 75 72 20 |e designed your | 00000170 6f 77 6e 20 73 70 72 69 74 65 73 2c 20 6f 72 20 |own sprites, or | 00000180 75 73 65 20 61 20 64 65 73 6b 74 6f 70 20 6e 65 |use a desktop ne| 00000190 77 2d 6c 6f 6f 6b 20 70 72 6f 67 72 61 6d 0a 73 |w-look program.s| 000001a0 75 63 68 20 61 73 20 4e 65 77 4c 6f 6f 6b 2c 20 |uch as NewLook, | 000001b0 44 65 73 6b 50 61 74 63 68 2c 20 6f 72 20 6f 75 |DeskPatch, or ou| 000001c0 72 20 6f 77 6e 20 4e 65 77 65 72 4c 6f 6f 6b 20 |r own NewerLook | 000001d0 28 73 65 65 20 62 65 6c 6f 77 29 2c 20 79 6f 75 |(see below), you| 000001e0 20 77 69 6c 6c 20 6e 6f 0a 64 6f 75 62 74 20 62 | will no.doubt b| 000001f0 65 20 61 6e 6e 6f 79 65 64 20 77 68 65 6e 20 61 |e annoyed when a| 00000200 6e 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 72 65 |n application re| 00000210 70 6c 61 63 65 73 20 79 6f 75 72 20 6c 6f 76 65 |places your love| 00000220 6c 79 20 33 44 2c 20 68 69 67 68 2d 72 65 73 6f |ly 3D, high-reso| 00000230 6c 75 74 69 6f 6e 0a 69 63 6f 6e 73 20 77 69 74 |lution.icons wit| 00000240 68 20 69 74 73 20 6f 77 6e 20 70 6f 6f 72 2d 6c |h its own poor-l| 00000250 6f 6f 6b 69 6e 67 20 32 44 20 62 6c 6f 63 6b 79 |ooking 2D blocky| 00000260 20 6e 61 73 74 79 20 6f 6e 65 73 2e 20 54 68 69 | nasty ones. Thi| 00000270 73 20 68 61 70 70 65 6e 73 20 61 20 6c 6f 74 20 |s happens a lot | 00000280 77 69 74 68 0a 73 68 61 72 65 64 20 66 69 6c 65 |with.shared file| 00000290 74 79 70 65 73 20 6c 69 6b 65 20 64 72 61 77 66 |types like drawf| 000002a0 69 6c 65 73 2c 20 61 6e 64 20 62 61 64 6c 79 2d |iles, and badly-| 000002b0 62 65 68 61 76 65 64 20 61 70 70 6c 69 63 61 74 |behaved applicat| 000002c0 69 6f 6e 73 20 77 68 69 63 68 20 70 6c 61 63 65 |ions which place| 000002d0 0a 6e 65 77 20 6f 70 74 69 6f 6e 20 69 63 6f 6e |.new option icon| 000002e0 73 2c 20 61 72 72 6f 77 20 69 63 6f 6e 73 2c 20 |s, arrow icons, | 000002f0 65 74 63 2e 20 69 6e 20 74 68 65 20 57 49 4d 50 |etc. in the WIMP| 00000300 20 70 6f 6f 6c 2e 0a 0a 59 6f 75 20 77 69 6c 6c | pool...You will| 00000310 20 61 6c 73 6f 20 62 65 20 63 6f 6e 63 65 72 6e | also be concern| 00000320 65 64 2c 20 77 69 74 68 20 61 20 73 6d 61 6c 6c |ed, with a small| 00000330 20 6d 61 63 68 69 6e 65 2c 20 61 74 20 61 6c 6c | machine, at all| 00000340 20 74 68 65 20 6d 65 6d 6f 72 79 20 74 68 6f 73 | the memory thos| 00000350 65 0a 73 6d 61 6c 6c 20 69 63 6f 6e 73 20 77 69 |e.small icons wi| 00000360 6c 6c 20 62 65 20 74 61 6b 69 6e 67 20 75 70 2c |ll be taking up,| 00000370 20 77 68 65 6e 20 79 6f 75 20 6f 6e 6c 79 20 75 | when you only u| 00000380 73 65 20 6c 61 72 67 65 20 69 63 6f 6e 73 2c 20 |se large icons, | 00000390 61 6e 64 20 73 6f 20 64 6f 6e 27 74 0a 6e 65 65 |and so don't.nee| 000003a0 64 20 74 68 65 6d 2e 0a 0a 54 68 69 73 20 6d 6f |d them...This mo| 000003b0 64 75 6c 65 20 66 69 78 65 73 20 62 6f 74 68 20 |dule fixes both | 000003c0 6f 66 20 74 68 65 73 65 20 70 72 6f 62 6c 65 6d |of these problem| 000003d0 73 2c 20 62 79 20 69 6e 74 65 72 63 65 70 74 69 |s, by intercepti| 000003e0 6e 67 20 4f 53 5f 53 70 72 69 74 65 4f 70 20 31 |ng OS_SpriteOp 1| 000003f0 31 2c 0a 61 6e 64 20 61 6c 74 65 72 69 6e 67 20 |1,.and altering | 00000400 69 74 73 20 61 63 74 69 6f 6e 20 74 6f 20 64 69 |its action to di| 00000410 73 61 6c 6c 6f 77 20 73 6d 61 6c 6c 20 69 63 6f |sallow small ico| 00000420 6e 73 2c 20 61 6e 64 20 74 6f 20 6d 61 6b 65 20 |ns, and to make | 00000430 73 75 72 65 20 6e 65 77 20 69 63 6f 6e 73 0a 64 |sure new icons.d| 00000440 6f 20 6e 6f 74 20 72 65 70 6c 61 63 65 20 6f 6c |o not replace ol| 00000450 64 20 6f 6e 65 73 2e 20 42 75 74 20 69 74 20 6d |d ones. But it m| 00000460 75 73 74 20 6b 6e 6f 77 20 74 68 61 74 20 74 68 |ust know that th| 00000470 65 20 70 6f 6f 6c 20 69 6e 76 6f 6c 76 65 64 20 |e pool involved | 00000480 69 73 20 69 6e 64 65 65 64 0a 74 68 65 20 57 49 |is indeed.the WI| 00000490 4d 50 20 73 70 72 69 74 65 20 70 6f 6f 6c 2c 20 |MP sprite pool, | 000004a0 6f 74 68 65 72 77 69 73 65 20 69 74 20 77 6f 75 |otherwise it wou| 000004b0 6c 64 20 63 68 61 6e 67 65 20 61 6c 6c 20 73 70 |ld change all sp| 000004c0 72 69 74 65 20 6d 65 72 67 65 73 2c 20 77 68 69 |rite merges, whi| 000004d0 63 68 0a 63 6f 75 6c 64 20 63 61 75 73 65 20 75 |ch.could cause u| 000004e0 6e 64 65 73 69 72 65 64 20 65 66 66 65 63 74 73 |ndesired effects| 000004f0 2e 20 53 6f 20 79 6f 75 20 6d 75 73 74 20 6d 61 |. So you must ma| 00000500 72 6b 20 74 68 65 20 57 49 4d 50 20 73 70 72 69 |rk the WIMP spri| 00000510 74 65 20 70 6f 6f 6c 20 77 69 74 68 20 61 0a 73 |te pool with a.s| 00000520 70 72 69 74 65 20 63 61 6c 6c 65 64 20 22 89 77 |prite called ".w| 00000530 69 6d 70 70 6f 6f 6c 6d 65 88 22 2c 20 2a 49 63 |imppoolme.", *Ic| 00000540 6f 6e 53 70 72 69 74 65 73 65 64 20 77 69 74 68 |onSpritesed with| 00000550 20 79 6f 75 72 20 6d 61 69 6c 20 73 70 72 69 74 | your mail sprit| 00000560 65 20 66 69 6c 65 20 6f 72 0a 73 65 70 61 72 61 |e file or.separa| 00000570 74 65 6c 79 2c 20 70 72 6f 62 61 62 6c 79 20 74 |tely, probably t| 00000580 68 72 6f 75 67 68 20 79 6f 75 72 20 21 42 6f 6f |hrough your !Boo| 00000590 74 20 73 79 73 74 65 6d 2c 20 69 66 20 79 6f 75 |t system, if you| 000005a0 20 68 61 76 65 20 6f 6e 65 2e 20 49 66 20 6e 6f | have one. If no| 000005b0 74 2c 0a 74 68 65 72 65 27 73 20 61 20 6c 69 74 |t,.there's a lit| 000005c0 74 6c 65 20 4f 62 65 79 20 66 69 6c 65 20 74 68 |tle Obey file th| 000005d0 61 74 27 6c 6c 20 64 6f 20 65 76 65 72 74 68 69 |at'll do everthi| 000005e0 6e 67 20 66 6f 72 20 79 6f 75 20 69 6e 20 74 68 |ng for you in th| 000005f0 69 73 20 64 69 72 65 63 74 6f 72 79 2e 0a 0a 4f |is directory...O| 00000600 66 20 63 6f 75 72 73 65 2c 20 79 6f 75 20 6d 69 |f course, you mi| 00000610 67 68 74 20 6f 63 63 61 73 69 6f 6e 61 6c 6c 79 |ght occasionally| 00000620 20 77 61 6e 74 20 2a 49 63 6f 6e 53 70 72 69 74 | want *IconSprit| 00000630 65 73 20 74 6f 20 77 6f 72 6b 20 61 73 20 6e 6f |es to work as no| 00000640 72 6d 61 6c 2c 0a 77 68 65 6e 20 73 6f 6d 65 20 |rmal,.when some | 00000650 73 70 72 69 74 65 73 20 6e 65 65 64 20 74 6f 20 |sprites need to | 00000660 62 65 20 72 65 70 6c 61 63 65 64 2c 20 77 69 74 |be replaced, wit| 00000670 68 6f 75 74 20 68 61 76 69 6e 67 20 74 6f 20 6b |hout having to k| 00000680 69 6c 6c 20 74 68 65 20 6d 6f 64 75 6c 65 2e 0a |ill the module..| 00000690 41 64 64 53 70 72 69 74 65 73 20 64 65 61 63 74 |AddSprites deact| 000006a0 69 76 61 74 65 73 20 69 74 73 65 6c 66 20 77 68 |ivates itself wh| 000006b0 65 6e 20 74 68 65 20 73 79 73 74 65 6d 20 76 61 |en the system va| 000006c0 72 69 61 62 6c 65 20 3c 41 64 64 53 70 72 69 74 |riable <AddSprit| 000006d0 65 73 24 43 6f 6e 74 72 6f 6c 3e 0a 69 73 20 73 |es$Control>.is s| 000006e0 65 74 20 74 6f 20 22 4f 66 66 22 2e 20 53 6f 2c |et to "Off". So,| 000006f0 20 74 6f 20 64 69 73 61 62 6c 65 20 41 64 64 53 | to disable AddS| 00000700 70 72 69 74 65 73 2c 20 70 72 65 73 73 20 46 31 |prites, press F1| 00000710 32 20 61 6e 64 20 74 79 70 65 3a 0a 0a 2a 53 65 |2 and type:..*Se| 00000720 74 20 41 64 64 53 70 72 69 74 65 73 24 43 6f 6e |t AddSprites$Con| 00000730 74 72 6f 6c 20 4f 66 66 0a 0a 41 6e 64 20 74 6f |trol Off..And to| 00000740 20 74 75 72 6e 20 69 74 20 62 61 63 6b 20 6f 6e | turn it back on| 00000750 3a 0a 0a 2a 53 65 74 20 41 64 64 53 70 72 69 74 |:..*Set AddSprit| 00000760 65 73 24 43 6f 6e 74 72 6f 6c 20 4f 6e 20 28 61 |es$Control On (a| 00000770 63 74 75 61 6c 6c 79 20 61 6e 79 74 68 69 6e 67 |ctually anything| 00000780 20 6f 74 68 65 72 20 74 68 61 6e 20 22 4f 66 66 | other than "Off| 00000790 22 29 2e 0a 0a 41 6c 73 6f 2c 20 79 6f 75 20 6d |")...Also, you m| 000007a0 69 67 68 74 20 75 73 65 20 49 63 6f 6e 44 69 72 |ight use IconDir| 000007b0 20 6f 72 20 4d 65 6e 6f 6e 2c 20 61 6e 64 20 74 | or Menon, and t| 000007c0 68 75 73 20 6e 65 65 64 20 73 6d 61 6c 6c 20 69 |hus need small i| 000007d0 63 6f 6e 73 20 61 6e 79 77 61 79 2e 20 54 6f 0a |cons anyway. To.| 000007e0 64 6f 20 74 68 69 73 2c 20 75 73 65 20 74 68 65 |do this, use the| 000007f0 20 41 64 64 53 70 72 69 74 65 73 24 53 6d 61 6c | AddSprites$Smal| 00000800 6c 20 76 61 72 69 61 62 6c 65 3a 0a 0a 2a 53 65 |l variable:..*Se| 00000810 74 20 41 64 64 53 70 72 69 74 65 73 24 53 6d 61 |t AddSprites$Sma| 00000820 6c 6c 20 5b 4f 6e 7c 4f 66 66 7c 46 69 6c 65 72 |ll [On|Off|Filer| 00000830 5d 0a 0a 54 68 65 20 74 68 72 65 65 20 73 65 74 |]..The three set| 00000840 74 69 6e 67 73 20 6d 65 61 6e 3a 20 4f 6e 20 2d |tings mean: On -| 00000850 20 73 6d 61 6c 6c 20 73 70 72 69 74 65 73 20 61 | small sprites a| 00000860 72 65 20 61 6c 77 61 79 73 20 61 64 64 65 64 20 |re always added | 00000870 28 74 68 69 73 20 69 73 20 74 68 65 0a 73 65 74 |(this is the.set| 00000880 74 69 6e 67 20 79 6f 75 20 77 61 6e 74 20 69 66 |ting you want if| 00000890 20 79 6f 75 20 75 73 65 20 49 63 6f 6e 44 69 72 | you use IconDir| 000008a0 20 6f 72 20 4d 65 6e 6f 6e 29 3b 20 4f 66 66 20 | or Menon); Off | 000008b0 2d 20 73 6d 61 6c 6c 20 73 70 72 69 74 65 20 61 |- small sprite a| 000008c0 72 65 20 6e 65 76 65 72 0a 61 64 64 65 64 20 74 |re never.added t| 000008d0 6f 20 74 68 65 20 57 49 4d 50 20 73 70 72 69 74 |o the WIMP sprit| 000008e0 65 20 70 6f 6f 6c 3b 20 46 69 6c 65 72 20 2d 20 |e pool; Filer - | 000008f0 73 6d 61 6c 6c 20 73 70 72 69 74 65 73 20 61 72 |small sprites ar| 00000900 65 20 61 64 64 65 64 20 74 6f 20 74 68 65 20 57 |e added to the W| 00000910 49 4d 50 0a 70 6f 6f 6c 20 6f 6e 6c 79 20 69 66 |IMP.pool only if| 00000920 20 74 68 65 20 46 69 6c 65 72 20 69 73 20 6e 6f | the Filer is no| 00000930 74 20 73 65 74 20 74 6f 20 64 69 73 70 6c 61 79 |t set to display| 00000940 20 74 68 65 6d 2e 20 49 66 20 74 68 65 20 76 61 | them. If the va| 00000950 72 69 61 62 6c 65 20 69 73 20 6e 6f 74 20 73 65 |riable is not se| 00000960 74 0a 74 6f 20 61 6e 79 20 6f 66 20 74 68 65 73 |t.to any of thes| 00000970 65 2c 20 74 68 65 20 64 65 66 61 75 6c 74 2c 20 |e, the default, | 00000980 46 69 6c 65 72 2c 20 69 73 20 63 68 6f 73 65 6e |Filer, is chosen| 00000990 2e 20 4e 6f 74 65 20 74 68 61 74 20 6e 65 77 65 |. Note that newe| 000009a0 72 20 76 65 72 73 69 6f 6e 73 20 6f 66 0a 49 63 |r versions of.Ic| 000009b0 6f 6e 44 69 72 20 61 75 74 6f 6d 61 74 69 63 61 |onDir automatica| 000009c0 6c 6c 79 20 73 65 74 20 41 64 64 53 70 72 69 74 |lly set AddSprit| 000009d0 65 73 24 53 6d 61 6c 6c 20 74 6f 20 4f 6e 2e 0a |es$Small to On..| 000009e0 0a 4f 68 2c 20 6f 6e 65 20 6c 61 73 74 20 4e 42 |.Oh, one last NB| 000009f0 3a 20 74 68 69 73 20 6d 6f 64 75 6c 65 20 6f 6e |: this module on| 00000a00 6c 79 20 70 72 6f 74 65 63 74 73 20 73 70 72 69 |ly protects spri| 00000a10 74 65 73 20 6c 6f 61 64 65 64 20 69 6e 74 6f 20 |tes loaded into | 00000a20 74 68 65 20 52 41 4d 20 57 49 4d 50 0a 70 6f 6f |the RAM WIMP.poo| 00000a30 6c 2e 20 49 74 20 77 6f 6e 27 74 20 70 72 6f 74 |l. It won't prot| 00000a40 65 63 74 20 52 4f 4d 2d 62 61 73 65 64 20 73 70 |ect ROM-based sp| 00000a50 72 69 74 65 73 2e 20 53 6f 72 72 79 2e 0a 0a 54 |rites. Sorry...T| 00000a60 68 61 74 27 73 20 61 62 6f 75 74 20 69 74 20 72 |hat's about it r| 00000a70 65 61 6c 6c 79 2e 20 45 6e 6a 6f 79 21 0a 0a 3d |eally. Enjoy!..=| 00000a80 3d 3e 20 4e 65 77 65 72 4c 6f 6f 6b 0a 0a 54 68 |=> NewerLook..Th| 00000a90 69 73 20 6d 6f 64 75 6c 65 20 69 73 20 70 61 72 |is module is par| 00000aa0 74 20 6f 66 20 74 68 65 20 72 61 74 68 65 72 20 |t of the rather | 00000ab0 6e 69 63 65 20 4e 65 77 65 72 4c 6f 6f 6b 20 61 |nice NewerLook a| 00000ac0 70 70 6c 69 63 61 74 69 6f 6e 2c 20 62 75 74 20 |pplication, but | 00000ad0 49 27 76 65 0a 72 65 6c 65 61 73 65 64 20 69 74 |I've.released it| 00000ae0 20 73 65 70 61 72 61 74 65 6c 79 20 73 6f 20 74 | separately so t| 00000af0 68 61 74 20 70 65 6f 70 6c 65 20 77 69 74 68 20 |hat people with | 00000b00 73 6c 6f 77 20 6d 6f 64 65 6d 73 20 64 6f 6e 27 |slow modems don'| 00000b10 74 20 6e 65 65 64 20 74 6f 20 64 6f 77 6e 6c 6f |t need to downlo| 00000b20 61 64 0a 74 68 61 74 20 77 68 6f 6c 65 20 62 69 |ad.that whole bi| 00000b30 67 20 70 61 63 6b 61 67 65 2c 20 61 6e 64 20 64 |g package, and d| 00000b40 75 65 20 74 6f 20 70 6f 70 75 6c 61 72 20 64 65 |ue to popular de| 00000b50 6d 61 6e 64 20 28 20 3a 2d 29 20 49 27 76 65 20 |mand ( :-) I've | 00000b60 61 6c 77 61 79 73 20 77 61 6e 74 65 64 20 74 6f |always wanted to| 00000b70 0a 62 65 20 61 62 6c 65 20 74 6f 20 73 61 79 20 |.be able to say | 00000b80 74 68 61 74 21 29 2e 20 49 20 72 65 63 6f 6d 6d |that!). I recomm| 00000b90 65 6e 64 20 79 6f 75 20 66 69 6e 64 20 61 20 63 |end you find a c| 00000ba0 6f 70 79 20 66 72 6f 6d 20 79 6f 75 72 20 6c 6f |opy from your lo| 00000bb0 63 61 6c 20 50 44 20 6c 69 62 72 61 72 79 0a 6f |cal PD library.o| 00000bc0 72 20 62 75 6c 6c 65 74 69 6e 20 62 6f 61 72 64 |r bulletin board| 00000bd0 20 61 73 20 73 6f 6f 6e 20 61 73 20 70 6f 73 73 | as soon as poss| 00000be0 69 62 6c 65 2c 20 6f 72 20 79 6f 75 20 63 61 6e |ible, or you can| 00000bf0 20 61 6c 77 61 79 73 20 67 65 74 20 61 20 63 6f | always get a co| 00000c00 70 79 20 66 72 6f 6d 0a 74 68 65 20 63 6f 6e 74 |py from.the cont| 00000c10 61 63 74 73 20 62 65 6c 6f 77 2e 20 4e 65 77 65 |acts below. Newe| 00000c20 72 4c 6f 6f 6b 20 69 73 20 61 20 72 65 70 6c 61 |rLook is a repla| 00000c30 63 65 6d 65 6e 74 20 66 6f 72 20 41 63 6f 72 6e |cement for Acorn| 00000c40 27 73 20 4e 65 77 4c 6f 6f 6b 2c 20 70 72 6f 76 |'s NewLook, prov| 00000c50 69 64 69 6e 67 0a 67 72 65 61 74 20 33 44 20 64 |iding.great 3D d| 00000c60 69 74 68 65 72 65 64 20 61 6e 64 20 63 6f 6c 6f |ithered and colo| 00000c70 75 72 65 64 20 69 63 6f 6e 73 2c 20 73 65 6d 69 |ured icons, semi| 00000c80 2d 74 72 61 6e 73 70 61 72 65 6e 74 20 73 70 72 |-transparent spr| 00000c90 69 74 65 20 64 72 61 67 73 2c 20 6e 69 63 65 0a |ite drags, nice.| 00000ca0 74 6f 6f 6c 73 20 61 6e 64 20 52 4f 4d 20 61 70 |tools and ROM ap| 00000cb0 70 73 2c 20 61 6e 64 20 61 6c 6c 20 73 6f 72 74 |ps, and all sort| 00000cc0 73 20 6f 66 20 67 61 64 67 65 74 73 20 66 6f 72 |s of gadgets for| 00000cd0 20 69 6d 70 72 6f 76 69 6e 67 20 74 68 65 20 64 | improving the d| 00000ce0 65 73 6b 74 6f 70 2e 0a 41 6c 73 6f 2c 20 62 65 |esktop..Also, be| 00000cf0 69 6e 67 20 69 6e 20 6f 6e 65 20 61 70 70 6c 69 |ing in one appli| 00000d00 63 61 74 69 6f 6e 2c 20 69 74 27 73 20 65 61 73 |cation, it's eas| 00000d10 69 65 72 20 74 6f 20 75 73 65 2e 0a 0a 3d 3d 3e |ier to use...==>| 00000d20 20 48 69 73 74 6f 72 79 0a 0a 30 2e 30 31 20 3a | History..0.01 :| 00000d30 20 53 74 6f 70 73 20 72 65 70 6c 61 63 65 6d 65 | Stops replaceme| 00000d40 6e 74 20 6f 66 20 65 78 69 73 74 69 6e 67 20 57 |nt of existing W| 00000d50 49 4d 50 20 73 70 72 69 74 65 73 2e 20 4e 6f 74 |IMP sprites. Not| 00000d60 20 70 75 62 6c 69 63 61 6c 6c 79 20 72 65 6c 65 | publically rele| 00000d70 61 73 65 64 2e 0a 30 2e 30 32 20 3a 20 4e 6f 77 |ased..0.02 : Now| 00000d80 20 69 6e 63 6c 75 64 65 73 20 3c 41 64 64 53 70 | includes <AddSp| 00000d90 72 69 74 65 73 24 43 6f 6e 74 72 6f 6c 3e 20 76 |rites$Control> v| 00000da0 61 72 69 61 62 6c 65 20 74 6f 20 61 6c 6c 6f 77 |ariable to allow| 00000db0 20 6d 6f 64 75 6c 65 20 74 6f 20 62 65 0a 20 20 | module to be. | 00000dc0 20 20 20 20 20 74 65 6d 70 6f 72 61 72 69 6c 79 | temporarily| 00000dd0 20 64 69 73 61 62 6c 65 64 2e 20 49 6e 63 6c 75 | disabled. Inclu| 00000de0 64 65 64 20 77 69 74 68 20 4e 65 77 65 72 4c 6f |ded with NewerLo| 00000df0 6f 6b 20 72 65 6c 65 61 73 65 20 31 2e 30 30 2e |ok release 1.00.| 00000e00 0a 30 2e 30 33 20 3a 20 53 74 6f 70 73 20 73 6d |.0.03 : Stops sm| 00000e10 61 6c 6c 20 69 63 6f 6e 73 20 66 72 6f 6d 20 62 |all icons from b| 00000e20 65 69 6e 67 20 61 64 64 65 64 20 69 66 20 74 68 |eing added if th| 00000e30 65 20 46 69 6c 65 72 20 69 73 20 63 6f 6e 66 69 |e Filer is confi| 00000e40 67 75 72 65 64 20 74 6f 0a 20 20 20 20 20 20 20 |gured to. | 00000e50 27 6c 61 72 67 65 20 69 63 6f 6e 73 27 2e 20 4e |'large icons'. N| 00000e60 6f 74 20 70 75 62 6c 69 63 61 6c 6c 79 20 72 65 |ot publically re| 00000e70 6c 65 61 73 65 64 2e 0a 30 2e 30 34 20 3a 20 4e |leased..0.04 : N| 00000e80 6f 77 20 61 6c 6c 6f 77 73 20 74 68 65 20 61 64 |ow allows the ad| 00000e90 64 69 6e 67 20 6f 66 20 73 6d 61 6c 6c 20 69 63 |ding of small ic| 00000ea0 6f 6e 73 20 74 6f 20 62 65 20 63 6f 6e 74 72 6f |ons to be contro| 00000eb0 6c 6c 65 64 20 77 69 74 68 20 61 6e 6f 74 68 65 |lled with anothe| 00000ec0 72 0a 20 20 20 20 20 20 20 76 61 72 69 61 62 6c |r. variabl| 00000ed0 65 2e 20 52 65 6c 65 61 73 65 64 20 73 65 70 61 |e. Released sepa| 00000ee0 72 61 74 65 6c 79 20 61 6e 64 20 77 69 74 68 20 |rately and with | 00000ef0 4e 65 77 65 72 4c 6f 6f 6b 20 72 65 6c 65 61 73 |NewerLook releas| 00000f00 65 20 31 2e 30 31 2e 0a 0a 3d 3d 3e 20 43 6f 6e |e 1.01...==> Con| 00000f10 74 61 63 74 73 0a 0a 54 6f 20 63 6f 6e 74 61 63 |tacts..To contac| 00000f20 74 20 6d 65 2c 20 66 6f 72 20 70 72 61 69 73 65 |t me, for praise| 00000f30 2c 20 74 6f 20 73 75 67 67 65 73 74 20 6e 65 77 |, to suggest new| 00000f40 20 62 69 74 73 20 74 6f 20 61 64 64 2c 20 6f 72 | bits to add, or| 00000f50 2c 20 68 65 61 76 65 6e 20 66 6f 72 62 69 64 2c |, heaven forbid,| 00000f60 0a 74 6f 20 72 65 70 6f 72 74 20 61 20 62 75 67 |.to report a bug| 00000f70 2c 20 70 6c 65 61 73 65 20 77 72 69 74 65 20 74 |, please write t| 00000f80 6f 3a 0a 0a 20 20 20 20 41 6e 64 72 65 77 20 43 |o:.. Andrew C| 00000f90 6c 6f 76 65 72 0a 20 20 20 20 20 20 44 6f 67 67 |lover. Dogg| 00000fa0 79 53 6f 66 74 2c 0a 20 20 20 20 20 20 20 20 37 |ySoft,. 7| 00000fb0 20 42 6c 61 63 6b 68 6f 72 73 65 20 43 72 65 73 | Blackhorse Cres| 00000fc0 63 65 6e 74 2c 0a 20 20 20 20 20 20 20 20 20 20 |cent,. | 00000fd0 41 6d 65 72 73 68 61 6d 2c 0a 20 20 20 20 20 20 |Amersham,. | 00000fe0 20 20 20 20 20 20 42 75 63 6b 73 2e 2c 0a 20 20 | Bucks.,. | 00000ff0 20 20 20 20 20 20 20 20 20 20 20 20 48 50 36 20 | HP6 | 00001000 36 48 50 2e 0a 0a 59 6f 75 20 6d 61 79 20 70 68 |6HP...You may ph| 00001010 6f 6e 65 20 6d 65 20 69 66 20 79 6f 75 20 61 72 |one me if you ar| 00001020 65 20 6f 6e 65 20 6f 66 20 74 68 6f 73 65 20 73 |e one of those s| 00001030 61 64 20 70 65 6f 70 6c 65 20 77 68 6f 20 73 65 |ad people who se| 00001040 65 6d 20 74 6f 20 70 68 6f 6e 65 20 6d 65 20 66 |em to phone me f| 00001050 6f 72 0a 6e 6f 20 72 65 61 73 6f 6e 20 6f 6e 20 |or.no reason on | 00001060 30 34 39 34 2d 34 33 31 39 31 36 2c 20 73 65 6e |0494-431916, sen| 00001070 64 20 61 20 66 61 78 20 6f 6e 20 30 34 39 34 2d |d a fax on 0494-| 00001080 36 37 35 38 37 38 2c 20 6f 72 20 65 76 65 6e 20 |675878, or even | 00001090 74 65 6c 65 78 20 6d 65 20 6f 6e 0a 38 33 36 37 |telex me on.8367| 000010a0 35 20 42 72 69 74 20 47 2e 0a 0a 49 66 20 79 6f |5 Brit G...If yo| 000010b0 75 20 68 61 76 65 20 61 20 6d 6f 64 65 6d 2c 20 |u have a modem, | 000010c0 79 6f 75 20 63 61 6e 20 64 6f 77 6e 6c 6f 61 64 |you can download| 000010d0 20 74 68 65 20 6c 61 74 65 73 74 20 76 65 72 73 | the latest vers| 000010e0 69 6f 6e 20 6f 66 20 74 68 69 73 20 61 6e 64 20 |ion of this and | 000010f0 6f 74 68 65 72 0a 70 72 6f 67 72 61 6d 73 20 6f |other.programs o| 00001100 66 20 44 6f 67 67 79 53 6f 66 74 2c 20 61 73 20 |f DoggySoft, as | 00001110 77 65 6c 6c 20 61 73 20 74 61 6c 6b 20 74 6f 20 |well as talk to | 00001120 75 73 2c 20 70 6c 61 79 20 73 69 6c 6c 79 20 67 |us, play silly g| 00001130 61 6d 65 73 2c 20 61 6e 64 0a 62 75 79 20 6e 6f |ames, and.buy no| 00001140 6e 2d 50 44 20 73 6f 66 74 77 61 72 65 2c 20 62 |n-PD software, b| 00001150 79 20 72 69 6e 67 69 6e 67 20 30 34 39 34 2d 36 |y ringing 0494-6| 00001160 38 31 37 31 31 2c 20 32 34 68 72 73 20 26 20 61 |81711, 24hrs & a| 00001170 6c 6c 20 73 70 65 65 64 73 20 74 6f 20 31 34 6b |ll speeds to 14k| 00001180 34 0a 28 41 4e 53 49 20 38 4e 31 29 2e 20 59 6f |4.(ANSI 8N1). Yo| 00001190 75 20 6d 69 67 68 74 20 6c 69 6b 65 20 74 6f 20 |u might like to | 000011a0 73 65 6e 64 20 6d 65 20 6d 61 69 6c 20 6f 6e 20 |send me mail on | 000011b0 41 72 63 61 64 65 20 42 42 53 2c 20 44 69 67 69 |Arcade BBS, Digi| 000011c0 74 61 6c 20 44 61 74 61 62 61 6e 6b 0a 6f 72 20 |tal Databank.or | 000011d0 54 68 65 20 57 6f 72 6c 64 20 6f 66 20 43 72 79 |The World of Cry| 000011e0 74 6f 6e 2e 20 46 69 6e 61 6c 6c 79 2c 20 65 2d |ton. Finally, e-| 000011f0 6d 61 69 6c 3a 0a 61 6a 63 40 64 6f 67 67 79 73 |mail:.ajc@doggys| 00001200 66 74 2e 64 65 6d 6f 6e 2e 63 6f 2e 75 6b 0a 0a |ft.demon.co.uk..| 00001210 3c 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |<===============| 00001220 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 00001250 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |=============| 0000125d