Home » Archimedes archive » Acorn User » Acorn User - Updated Shareware Collection (1994).adf » Programs » NewerBits/DragHelp

NewerBits/DragHelp

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/DragHelp
Read OK:
File size: 2A0C bytes
Load address: 0000
Exec address: 0000
File contents
<============================================================================

                         D R A G   A   S P R I T E  +
                           Version 2.02, 15 Feb 1994
                         � Andrew Clover of DoggySoft

============================================================================>

If you have been using version 1.09, you might like a quick summary of the
updates. Skip this if you are a new user.

===> Changes from 1.09 to 1.10

--> Fix of bug that stopped the dragging of sprites within window work area.
    I was not able to test this previously as I couldn't find a program
    which did it. (Thanks to Thomas Olsson for spotting this one.)

===> Changes from 1.10 to 2.02 - TOTAL RECODE

--> New *DragType command provides much greater configurability than the old
    *SemiDrags. Drop-shadows are now supported, because the new *DragType
    command enables them to be at a different solidity than the sprite, so
    they actually look good. Distance of shadows changeable.
--> Applications can choose whether to have drop-shadows themselves, or you
    can force them to use whatever setting you like.
--> Five-fold algorithm for speed. It's now about as fast as is possible.
    There shouldn't be any flicker at all. It's certainly smoother than RISC
    OS 3 DragASprite.
--> New method in the draw code when bbox is not in graphics window - doesn't
    change the graphics window like RISC OS 3 DragASprite (PRMs say you
    shouldn't anyway).
--> Demessification of error handling
--> Demessification of memory management
--> Disadvantage: All the new code means its length has increased to a
    (comparatively) whopping 6K!

<============================================================================

This program is Freeware. You are allowed to copy it and hand it around to
your friends as much as you like, but you must supply the module with this
help file, unedited. If you are a PD library, please write to us for the
latest versions of all our programs.

===> Introduction

DragASprite+ is an improved version of Acorn's DragASprite module that is
supplied in ROM on RISC OS 3. The main advantages of this module over that
in RISC OS 3 are:

-> You can run it on any version of RISC OS. Acorn's DragASprite will not
   run if soft-loaded on RISC OS 2. Actually, I haven't tested it on RISC OS
   2, but the old version worked, and I haven't used any RISC OS 3 only bits.
-> It is quicker, providing a faster screen update and smoother movement of
   icons.
-> It fixes a minor bug present in unusual modes such as 22, and a strange
   bug that popped up in StrongEd for some reason.
-> It allows dragging of 256 colour sprites, unlike Acorn's which fails
   either by producing incorrect colours or not letting you drag at all.
-> It allows semi-transparent sprite drags, and instead of just masking out
   every other pixel, it creates an alternating pattern providing no loss of
   detail. The alternation also stops dithered icons looking completely
   useless.
-> It gives you the facility to set the CMOS flag to use solid drags by the
   use of a star command.
-> It is configurable to give many types of sprite drags. Either the sprite
   or the shadow can be semi-transparent or solid, or shadows can be forced
   off if you don't like them. The distance of the shadow from the sprite
   may also be configured.

===> Use

After you have loaded the new DragASprite module, the first thing to do is to
make sure the DragASprite flag in battery-backed RAM is set on your computer.
To do this enter the following command:

  *Configure SpriteDrags On

If you decide that solid drags are not for you then you can turn it off by
using the above command with "Off".

Now it's time to choose what sort of sprite drags you want. The default is
to have semi-transparent sprites with drop-shadows forced off, but there are
many options. Enter *Help DragType to find out what they are, and *DragType
to see the current settings. Some combinations to try:

*DragType -Sprite 2 -Shadow 2 -Offset 8 -ForceOff
  This command sets DragASprite to emulate the RISC OS 3 ROM DragASprite
  module, with a solid sprite and shadow 8 OS units away from it. It also
  allows applications to choose whether to have a drop-shadow themselves.
  This, however, is not recommended, as some applications will use them and
  some not, which leads to an inconsistent desktop.
*DragType -Sprite 1 -Shadow 1 -Offset 8 -ForceOff
  This command emulates the patched DragASprites that come from Acorn User,
  Acorn Computing, various PD programs, and certain other sources (ahem).
  Both the sprite and the shadow are semi-transparent, which doesn't look all
  that good, but it is better than the others with its alternating dither
  pattern.
*DragType -Sprite 1 -Shadow 0 -Offset 12 -ForceOn
  This command is the default setup, a semi-transparent sprite with no
  shadow. Looks good and has the useful advantage of allowing you to see the
  icon you are dropping the sprite on to.
*DragType -Sprite 2 -Shadow 1 -Offset 12 -ForceOn
  This command gives a solid sprite with a semi-transparent shadow, which
  looks good (IMHO better than the default) if you don't mind more
  icon-obscuring. The shadow is also further away from the sprite than RISC
  OS has it, I think it looks clearer at this distance.

Feel free to experiment with the DragType settings, but I don't recommend
solid shadows with semi-transparent sprites, or huge shadow offsets! If you
always work in high-resolution modes, you may prefer an offset of 10.

Once you've decided what you like, we recommend you put DragASprite+ in your
boot sequence, if you have one. If your favourite DragType is not the default
put the new command in to. If you have no boot sequence, it's a bit of a pain
double-clicking on DragASprite and maybe entering a command every time you
turn on, so make a boot sequence today!

Some applications will ignore the setting of the battery-backed RAM
DragASprite flags, and either use sprite drags when they shouldn't, or use
an old-style dash-box when they should drag a sprite. The first case is
easy to deal with - Just enter *DragType -Sprite 0, and all sprite drags will
get a dash-box instead. The second case is not so easy - applications built
for RISC OS 2, including Acorn's applications, will not know about
DragASprite, and will make a dash-box themselves. This will also happen with
applications that decide whether or not to use sprite drags by looking at the
OS version number, if you are running RISC OS 2 - they assume that
DragASprite is only available on RISC OS 3, and of course it used to be.
To get these programs to use sprite drags, you'll have to get one of those
programs that forces sprite drags on everything. I think there's one called
WIMPPatch. Another thing that might be a good idea is a patch to make the
filer and pinboard use sprite drags. Ahem.

===> Interesting(ish) miscellany

Acorn decided that they would not allow people to soft-load a copy of RISC OS
3's DragASprite module into RISC OS 2 for some unknown reason. They did this
by having an unnecessary SWI call at the start that crashed RISC OS 2. This
implementation (which is, after all, a FULL re-code, no Acorn code has been
used - actually, you wouldn't like to know what RISC OS 3 does when the
sprite doesn't fit within graphics window, it's completely horrible :-6 )
does not include this call and therefore you can use this module on all
known operating systems to date.

For 256 colour sprites this version of DragASprite will correctly handle them
in 256 colour modes, but in 16 colour modes it will produce a black 'ghost'
sprite to represent the icon - the best you can do without using ColourTrans.
I may produce a version that does use ColourTrans, if anyone cares.

This module is VIDC20 aware, but not VIDC20 tested. It should work properly
with 16- and 32-bit colour modes, but I haven't got a machine that runs in
these modes ...yet... so I can't test it.

Semi-transparent sprites look much better in high-res modes (although still
looking fine, and much better than completely solid drags, in TV-res modes)
because the gap between each pixel is smaller. You may find that dithered
sprites appear to 'flash' a bit, as the colours displayed will go from one to
the other - but it looks a lot better than non-alternating dithered sprites,
which take up just one colour.

The reason for the configure option is because until now you had to use two
calls to OS_Byte to set the configure bit and usually you cannot remember
what location to alter. This call is purely a quick way of doing the above.
NB: When you configure the option, the action might not take effect
immediately.  This is because it is not DragASprite you are telling to not
do solid drags but the tasks on the desktop, and some will only check to see
if the configure option is set when they first load.

The reason for a higher version number, 2.01, as opposed to 1.01 (only one
recode so far) which is the real version number, is to avoid confusion with
Acorn's original DragASprite module. It is conceivable that Acorn will
release a new OS with a new DragASprite built in version number higher than
0.05 but lower than 2.01, and if they widen the specification (a new SWI
possibly, or service calls issued?), it may muck things up - that's a risk
I'll have to take, I don't think it's very likely myself.

Note that this version does not support system sprite area sprites - this
shouldn't be a problem as using the system sprite area is not allowed
generally, and no-one does it. This is because I need to find the actual
address of a sprite (which is not possible in the system sprite area), to use
a fast mask poking method - it takes a VERY long time to get the sprites
ready if you use the standard SpriteOp calls.

==> Contacts

To contact me, for example to tell me your favourite DragType, to persuade
me to change the default, or 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  44 20 52 20 41 20 47 20  |        D R A G |
00000070  20 20 41 20 20 20 53 20  50 20 52 20 49 20 54 20  |  A   S P R I T |
00000080  45 20 20 2b 0a 20 20 20  20 20 20 20 20 20 20 20  |E  +.           |
00000090  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000000a0  56 65 72 73 69 6f 6e 20  32 2e 30 32 2c 20 31 35  |Version 2.02, 15|
000000b0  20 46 65 62 20 31 39 39  34 0a 20 20 20 20 20 20  | Feb 1994.      |
000000c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000000d0  20 20 20 a9 20 41 6e 64  72 65 77 20 43 6c 6f 76  |   . Andrew Clov|
000000e0  65 72 20 6f 66 20 44 6f  67 67 79 53 6f 66 74 0a  |er of DoggySoft.|
000000f0  0a 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |.===============|
00000100  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 3d 3d 3d 3d 3e 0a 0a  |=============>..|
00000140  49 66 20 79 6f 75 20 68  61 76 65 20 62 65 65 6e  |If you have been|
00000150  20 75 73 69 6e 67 20 76  65 72 73 69 6f 6e 20 31  | using version 1|
00000160  2e 30 39 2c 20 79 6f 75  20 6d 69 67 68 74 20 6c  |.09, you might l|
00000170  69 6b 65 20 61 20 71 75  69 63 6b 20 73 75 6d 6d  |ike a quick summ|
00000180  61 72 79 20 6f 66 20 74  68 65 0a 75 70 64 61 74  |ary of the.updat|
00000190  65 73 2e 20 53 6b 69 70  20 74 68 69 73 20 69 66  |es. Skip this if|
000001a0  20 79 6f 75 20 61 72 65  20 61 20 6e 65 77 20 75  | you are a new u|
000001b0  73 65 72 2e 0a 0a 3d 3d  3d 3e 20 43 68 61 6e 67  |ser...===> Chang|
000001c0  65 73 20 66 72 6f 6d 20  31 2e 30 39 20 74 6f 20  |es from 1.09 to |
000001d0  31 2e 31 30 0a 0a 2d 2d  3e 20 46 69 78 20 6f 66  |1.10..--> Fix of|
000001e0  20 62 75 67 20 74 68 61  74 20 73 74 6f 70 70 65  | bug that stoppe|
000001f0  64 20 74 68 65 20 64 72  61 67 67 69 6e 67 20 6f  |d the dragging o|
00000200  66 20 73 70 72 69 74 65  73 20 77 69 74 68 69 6e  |f sprites within|
00000210  20 77 69 6e 64 6f 77 20  77 6f 72 6b 20 61 72 65  | window work are|
00000220  61 2e 0a 20 20 20 20 49  20 77 61 73 20 6e 6f 74  |a..    I was not|
00000230  20 61 62 6c 65 20 74 6f  20 74 65 73 74 20 74 68  | able to test th|
00000240  69 73 20 70 72 65 76 69  6f 75 73 6c 79 20 61 73  |is previously as|
00000250  20 49 20 63 6f 75 6c 64  6e 27 74 20 66 69 6e 64  | I couldn't find|
00000260  20 61 20 70 72 6f 67 72  61 6d 0a 20 20 20 20 77  | a program.    w|
00000270  68 69 63 68 20 64 69 64  20 69 74 2e 20 28 54 68  |hich did it. (Th|
00000280  61 6e 6b 73 20 74 6f 20  54 68 6f 6d 61 73 20 4f  |anks to Thomas O|
00000290  6c 73 73 6f 6e 20 66 6f  72 20 73 70 6f 74 74 69  |lsson for spotti|
000002a0  6e 67 20 74 68 69 73 20  6f 6e 65 2e 29 0a 0a 3d  |ng this one.)..=|
000002b0  3d 3d 3e 20 43 68 61 6e  67 65 73 20 66 72 6f 6d  |==> Changes from|
000002c0  20 31 2e 31 30 20 74 6f  20 32 2e 30 32 20 2d 20  | 1.10 to 2.02 - |
000002d0  54 4f 54 41 4c 20 52 45  43 4f 44 45 0a 0a 2d 2d  |TOTAL RECODE..--|
000002e0  3e 20 4e 65 77 20 2a 44  72 61 67 54 79 70 65 20  |> New *DragType |
000002f0  63 6f 6d 6d 61 6e 64 20  70 72 6f 76 69 64 65 73  |command provides|
00000300  20 6d 75 63 68 20 67 72  65 61 74 65 72 20 63 6f  | much greater co|
00000310  6e 66 69 67 75 72 61 62  69 6c 69 74 79 20 74 68  |nfigurability th|
00000320  61 6e 20 74 68 65 20 6f  6c 64 0a 20 20 20 20 2a  |an the old.    *|
00000330  53 65 6d 69 44 72 61 67  73 2e 20 44 72 6f 70 2d  |SemiDrags. Drop-|
00000340  73 68 61 64 6f 77 73 20  61 72 65 20 6e 6f 77 20  |shadows are now |
00000350  73 75 70 70 6f 72 74 65  64 2c 20 62 65 63 61 75  |supported, becau|
00000360  73 65 20 74 68 65 20 6e  65 77 20 2a 44 72 61 67  |se the new *Drag|
00000370  54 79 70 65 0a 20 20 20  20 63 6f 6d 6d 61 6e 64  |Type.    command|
00000380  20 65 6e 61 62 6c 65 73  20 74 68 65 6d 20 74 6f  | enables them to|
00000390  20 62 65 20 61 74 20 61  20 64 69 66 66 65 72 65  | be at a differe|
000003a0  6e 74 20 73 6f 6c 69 64  69 74 79 20 74 68 61 6e  |nt solidity than|
000003b0  20 74 68 65 20 73 70 72  69 74 65 2c 20 73 6f 0a  | the sprite, so.|
000003c0  20 20 20 20 74 68 65 79  20 61 63 74 75 61 6c 6c  |    they actuall|
000003d0  79 20 6c 6f 6f 6b 20 67  6f 6f 64 2e 20 44 69 73  |y look good. Dis|
000003e0  74 61 6e 63 65 20 6f 66  20 73 68 61 64 6f 77 73  |tance of shadows|
000003f0  20 63 68 61 6e 67 65 61  62 6c 65 2e 0a 2d 2d 3e  | changeable..-->|
00000400  20 41 70 70 6c 69 63 61  74 69 6f 6e 73 20 63 61  | Applications ca|
00000410  6e 20 63 68 6f 6f 73 65  20 77 68 65 74 68 65 72  |n choose whether|
00000420  20 74 6f 20 68 61 76 65  20 64 72 6f 70 2d 73 68  | to have drop-sh|
00000430  61 64 6f 77 73 20 74 68  65 6d 73 65 6c 76 65 73  |adows themselves|
00000440  2c 20 6f 72 20 79 6f 75  0a 20 20 20 20 63 61 6e  |, or you.    can|
00000450  20 66 6f 72 63 65 20 74  68 65 6d 20 74 6f 20 75  | force them to u|
00000460  73 65 20 77 68 61 74 65  76 65 72 20 73 65 74 74  |se whatever sett|
00000470  69 6e 67 20 79 6f 75 20  6c 69 6b 65 2e 0a 2d 2d  |ing you like..--|
00000480  3e 20 46 69 76 65 2d 66  6f 6c 64 20 61 6c 67 6f  |> Five-fold algo|
00000490  72 69 74 68 6d 20 66 6f  72 20 73 70 65 65 64 2e  |rithm for speed.|
000004a0  20 49 74 27 73 20 6e 6f  77 20 61 62 6f 75 74 20  | It's now about |
000004b0  61 73 20 66 61 73 74 20  61 73 20 69 73 20 70 6f  |as fast as is po|
000004c0  73 73 69 62 6c 65 2e 0a  20 20 20 20 54 68 65 72  |ssible..    Ther|
000004d0  65 20 73 68 6f 75 6c 64  6e 27 74 20 62 65 20 61  |e shouldn't be a|
000004e0  6e 79 20 66 6c 69 63 6b  65 72 20 61 74 20 61 6c  |ny flicker at al|
000004f0  6c 2e 20 49 74 27 73 20  63 65 72 74 61 69 6e 6c  |l. It's certainl|
00000500  79 20 73 6d 6f 6f 74 68  65 72 20 74 68 61 6e 20  |y smoother than |
00000510  52 49 53 43 0a 20 20 20  20 4f 53 20 33 20 44 72  |RISC.    OS 3 Dr|
00000520  61 67 41 53 70 72 69 74  65 2e 0a 2d 2d 3e 20 4e  |agASprite..--> N|
00000530  65 77 20 6d 65 74 68 6f  64 20 69 6e 20 74 68 65  |ew method in the|
00000540  20 64 72 61 77 20 63 6f  64 65 20 77 68 65 6e 20  | draw code when |
00000550  62 62 6f 78 20 69 73 20  6e 6f 74 20 69 6e 20 67  |bbox is not in g|
00000560  72 61 70 68 69 63 73 20  77 69 6e 64 6f 77 20 2d  |raphics window -|
00000570  20 64 6f 65 73 6e 27 74  0a 20 20 20 20 63 68 61  | doesn't.    cha|
00000580  6e 67 65 20 74 68 65 20  67 72 61 70 68 69 63 73  |nge the graphics|
00000590  20 77 69 6e 64 6f 77 20  6c 69 6b 65 20 52 49 53  | window like RIS|
000005a0  43 20 4f 53 20 33 20 44  72 61 67 41 53 70 72 69  |C OS 3 DragASpri|
000005b0  74 65 20 28 50 52 4d 73  20 73 61 79 20 79 6f 75  |te (PRMs say you|
000005c0  0a 20 20 20 20 73 68 6f  75 6c 64 6e 27 74 20 61  |.    shouldn't a|
000005d0  6e 79 77 61 79 29 2e 0a  2d 2d 3e 20 44 65 6d 65  |nyway)..--> Deme|
000005e0  73 73 69 66 69 63 61 74  69 6f 6e 20 6f 66 20 65  |ssification of e|
000005f0  72 72 6f 72 20 68 61 6e  64 6c 69 6e 67 0a 2d 2d  |rror handling.--|
00000600  3e 20 44 65 6d 65 73 73  69 66 69 63 61 74 69 6f  |> Demessificatio|
00000610  6e 20 6f 66 20 6d 65 6d  6f 72 79 20 6d 61 6e 61  |n of memory mana|
00000620  67 65 6d 65 6e 74 0a 2d  2d 3e 20 44 69 73 61 64  |gement.--> Disad|
00000630  76 61 6e 74 61 67 65 3a  20 41 6c 6c 20 74 68 65  |vantage: All the|
00000640  20 6e 65 77 20 63 6f 64  65 20 6d 65 61 6e 73 20  | new code means |
00000650  69 74 73 20 6c 65 6e 67  74 68 20 68 61 73 20 69  |its length has i|
00000660  6e 63 72 65 61 73 65 64  20 74 6f 20 61 0a 20 20  |ncreased to a.  |
00000670  20 20 28 63 6f 6d 70 61  72 61 74 69 76 65 6c 79  |  (comparatively|
00000680  29 20 77 68 6f 70 70 69  6e 67 20 36 4b 21 0a 0a  |) whopping 6K!..|
00000690  3c 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |<===============|
000006a0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
000006d0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 0a 0a 54  |=============..T|
000006e0  68 69 73 20 70 72 6f 67  72 61 6d 20 69 73 20 46  |his program is F|
000006f0  72 65 65 77 61 72 65 2e  20 59 6f 75 20 61 72 65  |reeware. You are|
00000700  20 61 6c 6c 6f 77 65 64  20 74 6f 20 63 6f 70 79  | allowed to copy|
00000710  20 69 74 20 61 6e 64 20  68 61 6e 64 20 69 74 20  | it and hand it |
00000720  61 72 6f 75 6e 64 20 74  6f 0a 79 6f 75 72 20 66  |around to.your f|
00000730  72 69 65 6e 64 73 20 61  73 20 6d 75 63 68 20 61  |riends as much a|
00000740  73 20 79 6f 75 20 6c 69  6b 65 2c 20 62 75 74 20  |s you like, but |
00000750  79 6f 75 20 6d 75 73 74  20 73 75 70 70 6c 79 20  |you must supply |
00000760  74 68 65 20 6d 6f 64 75  6c 65 20 77 69 74 68 20  |the module with |
00000770  74 68 69 73 0a 68 65 6c  70 20 66 69 6c 65 2c 20  |this.help file, |
00000780  75 6e 65 64 69 74 65 64  2e 20 49 66 20 79 6f 75  |unedited. If you|
00000790  20 61 72 65 20 61 20 50  44 20 6c 69 62 72 61 72  | are a PD librar|
000007a0  79 2c 20 70 6c 65 61 73  65 20 77 72 69 74 65 20  |y, please write |
000007b0  74 6f 20 75 73 20 66 6f  72 20 74 68 65 0a 6c 61  |to us for the.la|
000007c0  74 65 73 74 20 76 65 72  73 69 6f 6e 73 20 6f 66  |test versions of|
000007d0  20 61 6c 6c 20 6f 75 72  20 70 72 6f 67 72 61 6d  | all our program|
000007e0  73 2e 0a 0a 3d 3d 3d 3e  20 49 6e 74 72 6f 64 75  |s...===> Introdu|
000007f0  63 74 69 6f 6e 0a 0a 44  72 61 67 41 53 70 72 69  |ction..DragASpri|
00000800  74 65 2b 20 69 73 20 61  6e 20 69 6d 70 72 6f 76  |te+ is an improv|
00000810  65 64 20 76 65 72 73 69  6f 6e 20 6f 66 20 41 63  |ed version of Ac|
00000820  6f 72 6e 27 73 20 44 72  61 67 41 53 70 72 69 74  |orn's DragASprit|
00000830  65 20 6d 6f 64 75 6c 65  20 74 68 61 74 20 69 73  |e module that is|
00000840  0a 73 75 70 70 6c 69 65  64 20 69 6e 20 52 4f 4d  |.supplied in ROM|
00000850  20 6f 6e 20 52 49 53 43  20 4f 53 20 33 2e 20 54  | on RISC OS 3. T|
00000860  68 65 20 6d 61 69 6e 20  61 64 76 61 6e 74 61 67  |he main advantag|
00000870  65 73 20 6f 66 20 74 68  69 73 20 6d 6f 64 75 6c  |es of this modul|
00000880  65 20 6f 76 65 72 20 74  68 61 74 0a 69 6e 20 52  |e over that.in R|
00000890  49 53 43 20 4f 53 20 33  20 61 72 65 3a 0a 0a 2d  |ISC OS 3 are:..-|
000008a0  3e 20 59 6f 75 20 63 61  6e 20 72 75 6e 20 69 74  |> You can run it|
000008b0  20 6f 6e 20 61 6e 79 20  76 65 72 73 69 6f 6e 20  | on any version |
000008c0  6f 66 20 52 49 53 43 20  4f 53 2e 20 41 63 6f 72  |of RISC OS. Acor|
000008d0  6e 27 73 20 44 72 61 67  41 53 70 72 69 74 65 20  |n's DragASprite |
000008e0  77 69 6c 6c 20 6e 6f 74  0a 20 20 20 72 75 6e 20  |will not.   run |
000008f0  69 66 20 73 6f 66 74 2d  6c 6f 61 64 65 64 20 6f  |if soft-loaded o|
00000900  6e 20 52 49 53 43 20 4f  53 20 32 2e 20 41 63 74  |n RISC OS 2. Act|
00000910  75 61 6c 6c 79 2c 20 49  20 68 61 76 65 6e 27 74  |ually, I haven't|
00000920  20 74 65 73 74 65 64 20  69 74 20 6f 6e 20 52 49  | tested it on RI|
00000930  53 43 20 4f 53 0a 20 20  20 32 2c 20 62 75 74 20  |SC OS.   2, but |
00000940  74 68 65 20 6f 6c 64 20  76 65 72 73 69 6f 6e 20  |the old version |
00000950  77 6f 72 6b 65 64 2c 20  61 6e 64 20 49 20 68 61  |worked, and I ha|
00000960  76 65 6e 27 74 20 75 73  65 64 20 61 6e 79 20 52  |ven't used any R|
00000970  49 53 43 20 4f 53 20 33  20 6f 6e 6c 79 20 62 69  |ISC OS 3 only bi|
00000980  74 73 2e 0a 2d 3e 20 49  74 20 69 73 20 71 75 69  |ts..-> It is qui|
00000990  63 6b 65 72 2c 20 70 72  6f 76 69 64 69 6e 67 20  |cker, providing |
000009a0  61 20 66 61 73 74 65 72  20 73 63 72 65 65 6e 20  |a faster screen |
000009b0  75 70 64 61 74 65 20 61  6e 64 20 73 6d 6f 6f 74  |update and smoot|
000009c0  68 65 72 20 6d 6f 76 65  6d 65 6e 74 20 6f 66 0a  |her movement of.|
000009d0  20 20 20 69 63 6f 6e 73  2e 0a 2d 3e 20 49 74 20  |   icons..-> It |
000009e0  66 69 78 65 73 20 61 20  6d 69 6e 6f 72 20 62 75  |fixes a minor bu|
000009f0  67 20 70 72 65 73 65 6e  74 20 69 6e 20 75 6e 75  |g present in unu|
00000a00  73 75 61 6c 20 6d 6f 64  65 73 20 73 75 63 68 20  |sual modes such |
00000a10  61 73 20 32 32 2c 20 61  6e 64 20 61 20 73 74 72  |as 22, and a str|
00000a20  61 6e 67 65 0a 20 20 20  62 75 67 20 74 68 61 74  |ange.   bug that|
00000a30  20 70 6f 70 70 65 64 20  75 70 20 69 6e 20 53 74  | popped up in St|
00000a40  72 6f 6e 67 45 64 20 66  6f 72 20 73 6f 6d 65 20  |rongEd for some |
00000a50  72 65 61 73 6f 6e 2e 0a  2d 3e 20 49 74 20 61 6c  |reason..-> It al|
00000a60  6c 6f 77 73 20 64 72 61  67 67 69 6e 67 20 6f 66  |lows dragging of|
00000a70  20 32 35 36 20 63 6f 6c  6f 75 72 20 73 70 72 69  | 256 colour spri|
00000a80  74 65 73 2c 20 75 6e 6c  69 6b 65 20 41 63 6f 72  |tes, unlike Acor|
00000a90  6e 27 73 20 77 68 69 63  68 20 66 61 69 6c 73 0a  |n's which fails.|
00000aa0  20 20 20 65 69 74 68 65  72 20 62 79 20 70 72 6f  |   either by pro|
00000ab0  64 75 63 69 6e 67 20 69  6e 63 6f 72 72 65 63 74  |ducing incorrect|
00000ac0  20 63 6f 6c 6f 75 72 73  20 6f 72 20 6e 6f 74 20  | colours or not |
00000ad0  6c 65 74 74 69 6e 67 20  79 6f 75 20 64 72 61 67  |letting you drag|
00000ae0  20 61 74 20 61 6c 6c 2e  0a 2d 3e 20 49 74 20 61  | at all..-> It a|
00000af0  6c 6c 6f 77 73 20 73 65  6d 69 2d 74 72 61 6e 73  |llows semi-trans|
00000b00  70 61 72 65 6e 74 20 73  70 72 69 74 65 20 64 72  |parent sprite dr|
00000b10  61 67 73 2c 20 61 6e 64  20 69 6e 73 74 65 61 64  |ags, and instead|
00000b20  20 6f 66 20 6a 75 73 74  20 6d 61 73 6b 69 6e 67  | of just masking|
00000b30  20 6f 75 74 0a 20 20 20  65 76 65 72 79 20 6f 74  | out.   every ot|
00000b40  68 65 72 20 70 69 78 65  6c 2c 20 69 74 20 63 72  |her pixel, it cr|
00000b50  65 61 74 65 73 20 61 6e  20 61 6c 74 65 72 6e 61  |eates an alterna|
00000b60  74 69 6e 67 20 70 61 74  74 65 72 6e 20 70 72 6f  |ting pattern pro|
00000b70  76 69 64 69 6e 67 20 6e  6f 20 6c 6f 73 73 20 6f  |viding no loss o|
00000b80  66 0a 20 20 20 64 65 74  61 69 6c 2e 20 54 68 65  |f.   detail. The|
00000b90  20 61 6c 74 65 72 6e 61  74 69 6f 6e 20 61 6c 73  | alternation als|
00000ba0  6f 20 73 74 6f 70 73 20  64 69 74 68 65 72 65 64  |o stops dithered|
00000bb0  20 69 63 6f 6e 73 20 6c  6f 6f 6b 69 6e 67 20 63  | icons looking c|
00000bc0  6f 6d 70 6c 65 74 65 6c  79 0a 20 20 20 75 73 65  |ompletely.   use|
00000bd0  6c 65 73 73 2e 0a 2d 3e  20 49 74 20 67 69 76 65  |less..-> It give|
00000be0  73 20 79 6f 75 20 74 68  65 20 66 61 63 69 6c 69  |s you the facili|
00000bf0  74 79 20 74 6f 20 73 65  74 20 74 68 65 20 43 4d  |ty to set the CM|
00000c00  4f 53 20 66 6c 61 67 20  74 6f 20 75 73 65 20 73  |OS flag to use s|
00000c10  6f 6c 69 64 20 64 72 61  67 73 20 62 79 20 74 68  |olid drags by th|
00000c20  65 0a 20 20 20 75 73 65  20 6f 66 20 61 20 73 74  |e.   use of a st|
00000c30  61 72 20 63 6f 6d 6d 61  6e 64 2e 0a 2d 3e 20 49  |ar command..-> I|
00000c40  74 20 69 73 20 63 6f 6e  66 69 67 75 72 61 62 6c  |t is configurabl|
00000c50  65 20 74 6f 20 67 69 76  65 20 6d 61 6e 79 20 74  |e to give many t|
00000c60  79 70 65 73 20 6f 66 20  73 70 72 69 74 65 20 64  |ypes of sprite d|
00000c70  72 61 67 73 2e 20 45 69  74 68 65 72 20 74 68 65  |rags. Either the|
00000c80  20 73 70 72 69 74 65 0a  20 20 20 6f 72 20 74 68  | sprite.   or th|
00000c90  65 20 73 68 61 64 6f 77  20 63 61 6e 20 62 65 20  |e shadow can be |
00000ca0  73 65 6d 69 2d 74 72 61  6e 73 70 61 72 65 6e 74  |semi-transparent|
00000cb0  20 6f 72 20 73 6f 6c 69  64 2c 20 6f 72 20 73 68  | or solid, or sh|
00000cc0  61 64 6f 77 73 20 63 61  6e 20 62 65 20 66 6f 72  |adows can be for|
00000cd0  63 65 64 0a 20 20 20 6f  66 66 20 69 66 20 79 6f  |ced.   off if yo|
00000ce0  75 20 64 6f 6e 27 74 20  6c 69 6b 65 20 74 68 65  |u don't like the|
00000cf0  6d 2e 20 54 68 65 20 64  69 73 74 61 6e 63 65 20  |m. The distance |
00000d00  6f 66 20 74 68 65 20 73  68 61 64 6f 77 20 66 72  |of the shadow fr|
00000d10  6f 6d 20 74 68 65 20 73  70 72 69 74 65 0a 20 20  |om the sprite.  |
00000d20  20 6d 61 79 20 61 6c 73  6f 20 62 65 20 63 6f 6e  | may also be con|
00000d30  66 69 67 75 72 65 64 2e  0a 0a 3d 3d 3d 3e 20 55  |figured...===> U|
00000d40  73 65 0a 0a 41 66 74 65  72 20 79 6f 75 20 68 61  |se..After you ha|
00000d50  76 65 20 6c 6f 61 64 65  64 20 74 68 65 20 6e 65  |ve loaded the ne|
00000d60  77 20 44 72 61 67 41 53  70 72 69 74 65 20 6d 6f  |w DragASprite mo|
00000d70  64 75 6c 65 2c 20 74 68  65 20 66 69 72 73 74 20  |dule, the first |
00000d80  74 68 69 6e 67 20 74 6f  20 64 6f 20 69 73 20 74  |thing to do is t|
00000d90  6f 0a 6d 61 6b 65 20 73  75 72 65 20 74 68 65 20  |o.make sure the |
00000da0  44 72 61 67 41 53 70 72  69 74 65 20 66 6c 61 67  |DragASprite flag|
00000db0  20 69 6e 20 62 61 74 74  65 72 79 2d 62 61 63 6b  | in battery-back|
00000dc0  65 64 20 52 41 4d 20 69  73 20 73 65 74 20 6f 6e  |ed RAM is set on|
00000dd0  20 79 6f 75 72 20 63 6f  6d 70 75 74 65 72 2e 0a  | your computer..|
00000de0  54 6f 20 64 6f 20 74 68  69 73 20 65 6e 74 65 72  |To do this enter|
00000df0  20 74 68 65 20 66 6f 6c  6c 6f 77 69 6e 67 20 63  | the following c|
00000e00  6f 6d 6d 61 6e 64 3a 0a  0a 20 20 2a 43 6f 6e 66  |ommand:..  *Conf|
00000e10  69 67 75 72 65 20 53 70  72 69 74 65 44 72 61 67  |igure SpriteDrag|
00000e20  73 20 4f 6e 0a 0a 49 66  20 79 6f 75 20 64 65 63  |s On..If you dec|
00000e30  69 64 65 20 74 68 61 74  20 73 6f 6c 69 64 20 64  |ide that solid d|
00000e40  72 61 67 73 20 61 72 65  20 6e 6f 74 20 66 6f 72  |rags are not for|
00000e50  20 79 6f 75 20 74 68 65  6e 20 79 6f 75 20 63 61  | you then you ca|
00000e60  6e 20 74 75 72 6e 20 69  74 20 6f 66 66 20 62 79  |n turn it off by|
00000e70  0a 75 73 69 6e 67 20 74  68 65 20 61 62 6f 76 65  |.using the above|
00000e80  20 63 6f 6d 6d 61 6e 64  20 77 69 74 68 20 22 4f  | command with "O|
00000e90  66 66 22 2e 0a 0a 4e 6f  77 20 69 74 27 73 20 74  |ff"...Now it's t|
00000ea0  69 6d 65 20 74 6f 20 63  68 6f 6f 73 65 20 77 68  |ime to choose wh|
00000eb0  61 74 20 73 6f 72 74 20  6f 66 20 73 70 72 69 74  |at sort of sprit|
00000ec0  65 20 64 72 61 67 73 20  79 6f 75 20 77 61 6e 74  |e drags you want|
00000ed0  2e 20 54 68 65 20 64 65  66 61 75 6c 74 20 69 73  |. The default is|
00000ee0  0a 74 6f 20 68 61 76 65  20 73 65 6d 69 2d 74 72  |.to have semi-tr|
00000ef0  61 6e 73 70 61 72 65 6e  74 20 73 70 72 69 74 65  |ansparent sprite|
00000f00  73 20 77 69 74 68 20 64  72 6f 70 2d 73 68 61 64  |s with drop-shad|
00000f10  6f 77 73 20 66 6f 72 63  65 64 20 6f 66 66 2c 20  |ows forced off, |
00000f20  62 75 74 20 74 68 65 72  65 20 61 72 65 0a 6d 61  |but there are.ma|
00000f30  6e 79 20 6f 70 74 69 6f  6e 73 2e 20 45 6e 74 65  |ny options. Ente|
00000f40  72 20 2a 48 65 6c 70 20  44 72 61 67 54 79 70 65  |r *Help DragType|
00000f50  20 74 6f 20 66 69 6e 64  20 6f 75 74 20 77 68 61  | to find out wha|
00000f60  74 20 74 68 65 79 20 61  72 65 2c 20 61 6e 64 20  |t they are, and |
00000f70  2a 44 72 61 67 54 79 70  65 0a 74 6f 20 73 65 65  |*DragType.to see|
00000f80  20 74 68 65 20 63 75 72  72 65 6e 74 20 73 65 74  | the current set|
00000f90  74 69 6e 67 73 2e 20 53  6f 6d 65 20 63 6f 6d 62  |tings. Some comb|
00000fa0  69 6e 61 74 69 6f 6e 73  20 74 6f 20 74 72 79 3a  |inations to try:|
00000fb0  0a 0a 2a 44 72 61 67 54  79 70 65 20 2d 53 70 72  |..*DragType -Spr|
00000fc0  69 74 65 20 32 20 2d 53  68 61 64 6f 77 20 32 20  |ite 2 -Shadow 2 |
00000fd0  2d 4f 66 66 73 65 74 20  38 20 2d 46 6f 72 63 65  |-Offset 8 -Force|
00000fe0  4f 66 66 0a 20 20 54 68  69 73 20 63 6f 6d 6d 61  |Off.  This comma|
00000ff0  6e 64 20 73 65 74 73 20  44 72 61 67 41 53 70 72  |nd sets DragASpr|
00001000  69 74 65 20 74 6f 20 65  6d 75 6c 61 74 65 20 74  |ite to emulate t|
00001010  68 65 20 52 49 53 43 20  4f 53 20 33 20 52 4f 4d  |he RISC OS 3 ROM|
00001020  20 44 72 61 67 41 53 70  72 69 74 65 0a 20 20 6d  | DragASprite.  m|
00001030  6f 64 75 6c 65 2c 20 77  69 74 68 20 61 20 73 6f  |odule, with a so|
00001040  6c 69 64 20 73 70 72 69  74 65 20 61 6e 64 20 73  |lid sprite and s|
00001050  68 61 64 6f 77 20 38 20  4f 53 20 75 6e 69 74 73  |hadow 8 OS units|
00001060  20 61 77 61 79 20 66 72  6f 6d 20 69 74 2e 20 49  | away from it. I|
00001070  74 20 61 6c 73 6f 0a 20  20 61 6c 6c 6f 77 73 20  |t also.  allows |
00001080  61 70 70 6c 69 63 61 74  69 6f 6e 73 20 74 6f 20  |applications to |
00001090  63 68 6f 6f 73 65 20 77  68 65 74 68 65 72 20 74  |choose whether t|
000010a0  6f 20 68 61 76 65 20 61  20 64 72 6f 70 2d 73 68  |o have a drop-sh|
000010b0  61 64 6f 77 20 74 68 65  6d 73 65 6c 76 65 73 2e  |adow themselves.|
000010c0  0a 20 20 54 68 69 73 2c  20 68 6f 77 65 76 65 72  |.  This, however|
000010d0  2c 20 69 73 20 6e 6f 74  20 72 65 63 6f 6d 6d 65  |, is not recomme|
000010e0  6e 64 65 64 2c 20 61 73  20 73 6f 6d 65 20 61 70  |nded, as some ap|
000010f0  70 6c 69 63 61 74 69 6f  6e 73 20 77 69 6c 6c 20  |plications will |
00001100  75 73 65 20 74 68 65 6d  20 61 6e 64 0a 20 20 73  |use them and.  s|
00001110  6f 6d 65 20 6e 6f 74 2c  20 77 68 69 63 68 20 6c  |ome not, which l|
00001120  65 61 64 73 20 74 6f 20  61 6e 20 69 6e 63 6f 6e  |eads to an incon|
00001130  73 69 73 74 65 6e 74 20  64 65 73 6b 74 6f 70 2e  |sistent desktop.|
00001140  0a 2a 44 72 61 67 54 79  70 65 20 2d 53 70 72 69  |.*DragType -Spri|
00001150  74 65 20 31 20 2d 53 68  61 64 6f 77 20 31 20 2d  |te 1 -Shadow 1 -|
00001160  4f 66 66 73 65 74 20 38  20 2d 46 6f 72 63 65 4f  |Offset 8 -ForceO|
00001170  66 66 0a 20 20 54 68 69  73 20 63 6f 6d 6d 61 6e  |ff.  This comman|
00001180  64 20 65 6d 75 6c 61 74  65 73 20 74 68 65 20 70  |d emulates the p|
00001190  61 74 63 68 65 64 20 44  72 61 67 41 53 70 72 69  |atched DragASpri|
000011a0  74 65 73 20 74 68 61 74  20 63 6f 6d 65 20 66 72  |tes that come fr|
000011b0  6f 6d 20 41 63 6f 72 6e  20 55 73 65 72 2c 0a 20  |om Acorn User,. |
000011c0  20 41 63 6f 72 6e 20 43  6f 6d 70 75 74 69 6e 67  | Acorn Computing|
000011d0  2c 20 76 61 72 69 6f 75  73 20 50 44 20 70 72 6f  |, various PD pro|
000011e0  67 72 61 6d 73 2c 20 61  6e 64 20 63 65 72 74 61  |grams, and certa|
000011f0  69 6e 20 6f 74 68 65 72  20 73 6f 75 72 63 65 73  |in other sources|
00001200  20 28 61 68 65 6d 29 2e  0a 20 20 42 6f 74 68 20  | (ahem)..  Both |
00001210  74 68 65 20 73 70 72 69  74 65 20 61 6e 64 20 74  |the sprite and t|
00001220  68 65 20 73 68 61 64 6f  77 20 61 72 65 20 73 65  |he shadow are se|
00001230  6d 69 2d 74 72 61 6e 73  70 61 72 65 6e 74 2c 20  |mi-transparent, |
00001240  77 68 69 63 68 20 64 6f  65 73 6e 27 74 20 6c 6f  |which doesn't lo|
00001250  6f 6b 20 61 6c 6c 0a 20  20 74 68 61 74 20 67 6f  |ok all.  that go|
00001260  6f 64 2c 20 62 75 74 20  69 74 20 69 73 20 62 65  |od, but it is be|
00001270  74 74 65 72 20 74 68 61  6e 20 74 68 65 20 6f 74  |tter than the ot|
00001280  68 65 72 73 20 77 69 74  68 20 69 74 73 20 61 6c  |hers with its al|
00001290  74 65 72 6e 61 74 69 6e  67 20 64 69 74 68 65 72  |ternating dither|
000012a0  0a 20 20 70 61 74 74 65  72 6e 2e 0a 2a 44 72 61  |.  pattern..*Dra|
000012b0  67 54 79 70 65 20 2d 53  70 72 69 74 65 20 31 20  |gType -Sprite 1 |
000012c0  2d 53 68 61 64 6f 77 20  30 20 2d 4f 66 66 73 65  |-Shadow 0 -Offse|
000012d0  74 20 31 32 20 2d 46 6f  72 63 65 4f 6e 0a 20 20  |t 12 -ForceOn.  |
000012e0  54 68 69 73 20 63 6f 6d  6d 61 6e 64 20 69 73 20  |This command is |
000012f0  74 68 65 20 64 65 66 61  75 6c 74 20 73 65 74 75  |the default setu|
00001300  70 2c 20 61 20 73 65 6d  69 2d 74 72 61 6e 73 70  |p, a semi-transp|
00001310  61 72 65 6e 74 20 73 70  72 69 74 65 20 77 69 74  |arent sprite wit|
00001320  68 20 6e 6f 0a 20 20 73  68 61 64 6f 77 2e 20 4c  |h no.  shadow. L|
00001330  6f 6f 6b 73 20 67 6f 6f  64 20 61 6e 64 20 68 61  |ooks good and ha|
00001340  73 20 74 68 65 20 75 73  65 66 75 6c 20 61 64 76  |s the useful adv|
00001350  61 6e 74 61 67 65 20 6f  66 20 61 6c 6c 6f 77 69  |antage of allowi|
00001360  6e 67 20 79 6f 75 20 74  6f 20 73 65 65 20 74 68  |ng you to see th|
00001370  65 0a 20 20 69 63 6f 6e  20 79 6f 75 20 61 72 65  |e.  icon you are|
00001380  20 64 72 6f 70 70 69 6e  67 20 74 68 65 20 73 70  | dropping the sp|
00001390  72 69 74 65 20 6f 6e 20  74 6f 2e 0a 2a 44 72 61  |rite on to..*Dra|
000013a0  67 54 79 70 65 20 2d 53  70 72 69 74 65 20 32 20  |gType -Sprite 2 |
000013b0  2d 53 68 61 64 6f 77 20  31 20 2d 4f 66 66 73 65  |-Shadow 1 -Offse|
000013c0  74 20 31 32 20 2d 46 6f  72 63 65 4f 6e 0a 20 20  |t 12 -ForceOn.  |
000013d0  54 68 69 73 20 63 6f 6d  6d 61 6e 64 20 67 69 76  |This command giv|
000013e0  65 73 20 61 20 73 6f 6c  69 64 20 73 70 72 69 74  |es a solid sprit|
000013f0  65 20 77 69 74 68 20 61  20 73 65 6d 69 2d 74 72  |e with a semi-tr|
00001400  61 6e 73 70 61 72 65 6e  74 20 73 68 61 64 6f 77  |ansparent shadow|
00001410  2c 20 77 68 69 63 68 0a  20 20 6c 6f 6f 6b 73 20  |, which.  looks |
00001420  67 6f 6f 64 20 28 49 4d  48 4f 20 62 65 74 74 65  |good (IMHO bette|
00001430  72 20 74 68 61 6e 20 74  68 65 20 64 65 66 61 75  |r than the defau|
00001440  6c 74 29 20 69 66 20 79  6f 75 20 64 6f 6e 27 74  |lt) if you don't|
00001450  20 6d 69 6e 64 20 6d 6f  72 65 0a 20 20 69 63 6f  | mind more.  ico|
00001460  6e 2d 6f 62 73 63 75 72  69 6e 67 2e 20 54 68 65  |n-obscuring. The|
00001470  20 73 68 61 64 6f 77 20  69 73 20 61 6c 73 6f 20  | shadow is also |
00001480  66 75 72 74 68 65 72 20  61 77 61 79 20 66 72 6f  |further away fro|
00001490  6d 20 74 68 65 20 73 70  72 69 74 65 20 74 68 61  |m the sprite tha|
000014a0  6e 20 52 49 53 43 0a 20  20 4f 53 20 68 61 73 20  |n RISC.  OS has |
000014b0  69 74 2c 20 49 20 74 68  69 6e 6b 20 69 74 20 6c  |it, I think it l|
000014c0  6f 6f 6b 73 20 63 6c 65  61 72 65 72 20 61 74 20  |ooks clearer at |
000014d0  74 68 69 73 20 64 69 73  74 61 6e 63 65 2e 0a 0a  |this distance...|
000014e0  46 65 65 6c 20 66 72 65  65 20 74 6f 20 65 78 70  |Feel free to exp|
000014f0  65 72 69 6d 65 6e 74 20  77 69 74 68 20 74 68 65  |eriment with the|
00001500  20 44 72 61 67 54 79 70  65 20 73 65 74 74 69 6e  | DragType settin|
00001510  67 73 2c 20 62 75 74 20  49 20 64 6f 6e 27 74 20  |gs, but I don't |
00001520  72 65 63 6f 6d 6d 65 6e  64 0a 73 6f 6c 69 64 20  |recommend.solid |
00001530  73 68 61 64 6f 77 73 20  77 69 74 68 20 73 65 6d  |shadows with sem|
00001540  69 2d 74 72 61 6e 73 70  61 72 65 6e 74 20 73 70  |i-transparent sp|
00001550  72 69 74 65 73 2c 20 6f  72 20 68 75 67 65 20 73  |rites, or huge s|
00001560  68 61 64 6f 77 20 6f 66  66 73 65 74 73 21 20 49  |hadow offsets! I|
00001570  66 20 79 6f 75 0a 61 6c  77 61 79 73 20 77 6f 72  |f you.always wor|
00001580  6b 20 69 6e 20 68 69 67  68 2d 72 65 73 6f 6c 75  |k in high-resolu|
00001590  74 69 6f 6e 20 6d 6f 64  65 73 2c 20 79 6f 75 20  |tion modes, you |
000015a0  6d 61 79 20 70 72 65 66  65 72 20 61 6e 20 6f 66  |may prefer an of|
000015b0  66 73 65 74 20 6f 66 20  31 30 2e 0a 0a 4f 6e 63  |fset of 10...Onc|
000015c0  65 20 79 6f 75 27 76 65  20 64 65 63 69 64 65 64  |e you've decided|
000015d0  20 77 68 61 74 20 79 6f  75 20 6c 69 6b 65 2c 20  | what you like, |
000015e0  77 65 20 72 65 63 6f 6d  6d 65 6e 64 20 79 6f 75  |we recommend you|
000015f0  20 70 75 74 20 44 72 61  67 41 53 70 72 69 74 65  | put DragASprite|
00001600  2b 20 69 6e 20 79 6f 75  72 0a 62 6f 6f 74 20 73  |+ in your.boot s|
00001610  65 71 75 65 6e 63 65 2c  20 69 66 20 79 6f 75 20  |equence, if you |
00001620  68 61 76 65 20 6f 6e 65  2e 20 49 66 20 79 6f 75  |have one. If you|
00001630  72 20 66 61 76 6f 75 72  69 74 65 20 44 72 61 67  |r favourite Drag|
00001640  54 79 70 65 20 69 73 20  6e 6f 74 20 74 68 65 20  |Type is not the |
00001650  64 65 66 61 75 6c 74 0a  70 75 74 20 74 68 65 20  |default.put the |
00001660  6e 65 77 20 63 6f 6d 6d  61 6e 64 20 69 6e 20 74  |new command in t|
00001670  6f 2e 20 49 66 20 79 6f  75 20 68 61 76 65 20 6e  |o. If you have n|
00001680  6f 20 62 6f 6f 74 20 73  65 71 75 65 6e 63 65 2c  |o boot sequence,|
00001690  20 69 74 27 73 20 61 20  62 69 74 20 6f 66 20 61  | it's a bit of a|
000016a0  20 70 61 69 6e 0a 64 6f  75 62 6c 65 2d 63 6c 69  | pain.double-cli|
000016b0  63 6b 69 6e 67 20 6f 6e  20 44 72 61 67 41 53 70  |cking on DragASp|
000016c0  72 69 74 65 20 61 6e 64  20 6d 61 79 62 65 20 65  |rite and maybe e|
000016d0  6e 74 65 72 69 6e 67 20  61 20 63 6f 6d 6d 61 6e  |ntering a comman|
000016e0  64 20 65 76 65 72 79 20  74 69 6d 65 20 79 6f 75  |d every time you|
000016f0  0a 74 75 72 6e 20 6f 6e  2c 20 73 6f 20 6d 61 6b  |.turn on, so mak|
00001700  65 20 61 20 62 6f 6f 74  20 73 65 71 75 65 6e 63  |e a boot sequenc|
00001710  65 20 74 6f 64 61 79 21  0a 0a 53 6f 6d 65 20 61  |e today!..Some a|
00001720  70 70 6c 69 63 61 74 69  6f 6e 73 20 77 69 6c 6c  |pplications will|
00001730  20 69 67 6e 6f 72 65 20  74 68 65 20 73 65 74 74  | ignore the sett|
00001740  69 6e 67 20 6f 66 20 74  68 65 20 62 61 74 74 65  |ing of the batte|
00001750  72 79 2d 62 61 63 6b 65  64 20 52 41 4d 0a 44 72  |ry-backed RAM.Dr|
00001760  61 67 41 53 70 72 69 74  65 20 66 6c 61 67 73 2c  |agASprite flags,|
00001770  20 61 6e 64 20 65 69 74  68 65 72 20 75 73 65 20  | and either use |
00001780  73 70 72 69 74 65 20 64  72 61 67 73 20 77 68 65  |sprite drags whe|
00001790  6e 20 74 68 65 79 20 73  68 6f 75 6c 64 6e 27 74  |n they shouldn't|
000017a0  2c 20 6f 72 20 75 73 65  0a 61 6e 20 6f 6c 64 2d  |, or use.an old-|
000017b0  73 74 79 6c 65 20 64 61  73 68 2d 62 6f 78 20 77  |style dash-box w|
000017c0  68 65 6e 20 74 68 65 79  20 73 68 6f 75 6c 64 20  |hen they should |
000017d0  64 72 61 67 20 61 20 73  70 72 69 74 65 2e 20 54  |drag a sprite. T|
000017e0  68 65 20 66 69 72 73 74  20 63 61 73 65 20 69 73  |he first case is|
000017f0  0a 65 61 73 79 20 74 6f  20 64 65 61 6c 20 77 69  |.easy to deal wi|
00001800  74 68 20 2d 20 4a 75 73  74 20 65 6e 74 65 72 20  |th - Just enter |
00001810  2a 44 72 61 67 54 79 70  65 20 2d 53 70 72 69 74  |*DragType -Sprit|
00001820  65 20 30 2c 20 61 6e 64  20 61 6c 6c 20 73 70 72  |e 0, and all spr|
00001830  69 74 65 20 64 72 61 67  73 20 77 69 6c 6c 0a 67  |ite drags will.g|
00001840  65 74 20 61 20 64 61 73  68 2d 62 6f 78 20 69 6e  |et a dash-box in|
00001850  73 74 65 61 64 2e 20 54  68 65 20 73 65 63 6f 6e  |stead. The secon|
00001860  64 20 63 61 73 65 20 69  73 20 6e 6f 74 20 73 6f  |d case is not so|
00001870  20 65 61 73 79 20 2d 20  61 70 70 6c 69 63 61 74  | easy - applicat|
00001880  69 6f 6e 73 20 62 75 69  6c 74 0a 66 6f 72 20 52  |ions built.for R|
00001890  49 53 43 20 4f 53 20 32  2c 20 69 6e 63 6c 75 64  |ISC OS 2, includ|
000018a0  69 6e 67 20 41 63 6f 72  6e 27 73 20 61 70 70 6c  |ing Acorn's appl|
000018b0  69 63 61 74 69 6f 6e 73  2c 20 77 69 6c 6c 20 6e  |ications, will n|
000018c0  6f 74 20 6b 6e 6f 77 20  61 62 6f 75 74 0a 44 72  |ot know about.Dr|
000018d0  61 67 41 53 70 72 69 74  65 2c 20 61 6e 64 20 77  |agASprite, and w|
000018e0  69 6c 6c 20 6d 61 6b 65  20 61 20 64 61 73 68 2d  |ill make a dash-|
000018f0  62 6f 78 20 74 68 65 6d  73 65 6c 76 65 73 2e 20  |box themselves. |
00001900  54 68 69 73 20 77 69 6c  6c 20 61 6c 73 6f 20 68  |This will also h|
00001910  61 70 70 65 6e 20 77 69  74 68 0a 61 70 70 6c 69  |appen with.appli|
00001920  63 61 74 69 6f 6e 73 20  74 68 61 74 20 64 65 63  |cations that dec|
00001930  69 64 65 20 77 68 65 74  68 65 72 20 6f 72 20 6e  |ide whether or n|
00001940  6f 74 20 74 6f 20 75 73  65 20 73 70 72 69 74 65  |ot to use sprite|
00001950  20 64 72 61 67 73 20 62  79 20 6c 6f 6f 6b 69 6e  | drags by lookin|
00001960  67 20 61 74 20 74 68 65  0a 4f 53 20 76 65 72 73  |g at the.OS vers|
00001970  69 6f 6e 20 6e 75 6d 62  65 72 2c 20 69 66 20 79  |ion number, if y|
00001980  6f 75 20 61 72 65 20 72  75 6e 6e 69 6e 67 20 52  |ou are running R|
00001990  49 53 43 20 4f 53 20 32  20 2d 20 74 68 65 79 20  |ISC OS 2 - they |
000019a0  61 73 73 75 6d 65 20 74  68 61 74 0a 44 72 61 67  |assume that.Drag|
000019b0  41 53 70 72 69 74 65 20  69 73 20 6f 6e 6c 79 20  |ASprite is only |
000019c0  61 76 61 69 6c 61 62 6c  65 20 6f 6e 20 52 49 53  |available on RIS|
000019d0  43 20 4f 53 20 33 2c 20  61 6e 64 20 6f 66 20 63  |C OS 3, and of c|
000019e0  6f 75 72 73 65 20 69 74  20 75 73 65 64 20 74 6f  |ourse it used to|
000019f0  20 62 65 2e 0a 54 6f 20  67 65 74 20 74 68 65 73  | be..To get thes|
00001a00  65 20 70 72 6f 67 72 61  6d 73 20 74 6f 20 75 73  |e programs to us|
00001a10  65 20 73 70 72 69 74 65  20 64 72 61 67 73 2c 20  |e sprite drags, |
00001a20  79 6f 75 27 6c 6c 20 68  61 76 65 20 74 6f 20 67  |you'll have to g|
00001a30  65 74 20 6f 6e 65 20 6f  66 20 74 68 6f 73 65 0a  |et one of those.|
00001a40  70 72 6f 67 72 61 6d 73  20 74 68 61 74 20 66 6f  |programs that fo|
00001a50  72 63 65 73 20 73 70 72  69 74 65 20 64 72 61 67  |rces sprite drag|
00001a60  73 20 6f 6e 20 65 76 65  72 79 74 68 69 6e 67 2e  |s on everything.|
00001a70  20 49 20 74 68 69 6e 6b  20 74 68 65 72 65 27 73  | I think there's|
00001a80  20 6f 6e 65 20 63 61 6c  6c 65 64 0a 57 49 4d 50  | one called.WIMP|
00001a90  50 61 74 63 68 2e 20 41  6e 6f 74 68 65 72 20 74  |Patch. Another t|
00001aa0  68 69 6e 67 20 74 68 61  74 20 6d 69 67 68 74 20  |hing that might |
00001ab0  62 65 20 61 20 67 6f 6f  64 20 69 64 65 61 20 69  |be a good idea i|
00001ac0  73 20 61 20 70 61 74 63  68 20 74 6f 20 6d 61 6b  |s a patch to mak|
00001ad0  65 20 74 68 65 0a 66 69  6c 65 72 20 61 6e 64 20  |e the.filer and |
00001ae0  70 69 6e 62 6f 61 72 64  20 75 73 65 20 73 70 72  |pinboard use spr|
00001af0  69 74 65 20 64 72 61 67  73 2e 20 41 68 65 6d 2e  |ite drags. Ahem.|
00001b00  0a 0a 3d 3d 3d 3e 20 49  6e 74 65 72 65 73 74 69  |..===> Interesti|
00001b10  6e 67 28 69 73 68 29 20  6d 69 73 63 65 6c 6c 61  |ng(ish) miscella|
00001b20  6e 79 0a 0a 41 63 6f 72  6e 20 64 65 63 69 64 65  |ny..Acorn decide|
00001b30  64 20 74 68 61 74 20 74  68 65 79 20 77 6f 75 6c  |d that they woul|
00001b40  64 20 6e 6f 74 20 61 6c  6c 6f 77 20 70 65 6f 70  |d not allow peop|
00001b50  6c 65 20 74 6f 20 73 6f  66 74 2d 6c 6f 61 64 20  |le to soft-load |
00001b60  61 20 63 6f 70 79 20 6f  66 20 52 49 53 43 20 4f  |a copy of RISC O|
00001b70  53 0a 33 27 73 20 44 72  61 67 41 53 70 72 69 74  |S.3's DragASprit|
00001b80  65 20 6d 6f 64 75 6c 65  20 69 6e 74 6f 20 52 49  |e module into RI|
00001b90  53 43 20 4f 53 20 32 20  66 6f 72 20 73 6f 6d 65  |SC OS 2 for some|
00001ba0  20 75 6e 6b 6e 6f 77 6e  20 72 65 61 73 6f 6e 2e  | unknown reason.|
00001bb0  20 54 68 65 79 20 64 69  64 20 74 68 69 73 0a 62  | They did this.b|
00001bc0  79 20 68 61 76 69 6e 67  20 61 6e 20 75 6e 6e 65  |y having an unne|
00001bd0  63 65 73 73 61 72 79 20  53 57 49 20 63 61 6c 6c  |cessary SWI call|
00001be0  20 61 74 20 74 68 65 20  73 74 61 72 74 20 74 68  | at the start th|
00001bf0  61 74 20 63 72 61 73 68  65 64 20 52 49 53 43 20  |at crashed RISC |
00001c00  4f 53 20 32 2e 20 54 68  69 73 0a 69 6d 70 6c 65  |OS 2. This.imple|
00001c10  6d 65 6e 74 61 74 69 6f  6e 20 28 77 68 69 63 68  |mentation (which|
00001c20  20 69 73 2c 20 61 66 74  65 72 20 61 6c 6c 2c 20  | is, after all, |
00001c30  61 20 46 55 4c 4c 20 72  65 2d 63 6f 64 65 2c 20  |a FULL re-code, |
00001c40  6e 6f 20 41 63 6f 72 6e  20 63 6f 64 65 20 68 61  |no Acorn code ha|
00001c50  73 20 62 65 65 6e 0a 75  73 65 64 20 2d 20 61 63  |s been.used - ac|
00001c60  74 75 61 6c 6c 79 2c 20  79 6f 75 20 77 6f 75 6c  |tually, you woul|
00001c70  64 6e 27 74 20 6c 69 6b  65 20 74 6f 20 6b 6e 6f  |dn't like to kno|
00001c80  77 20 77 68 61 74 20 52  49 53 43 20 4f 53 20 33  |w what RISC OS 3|
00001c90  20 64 6f 65 73 20 77 68  65 6e 20 74 68 65 0a 73  | does when the.s|
00001ca0  70 72 69 74 65 20 64 6f  65 73 6e 27 74 20 66 69  |prite doesn't fi|
00001cb0  74 20 77 69 74 68 69 6e  20 67 72 61 70 68 69 63  |t within graphic|
00001cc0  73 20 77 69 6e 64 6f 77  2c 20 69 74 27 73 20 63  |s window, it's c|
00001cd0  6f 6d 70 6c 65 74 65 6c  79 20 68 6f 72 72 69 62  |ompletely horrib|
00001ce0  6c 65 20 3a 2d 36 20 29  0a 64 6f 65 73 20 6e 6f  |le :-6 ).does no|
00001cf0  74 20 69 6e 63 6c 75 64  65 20 74 68 69 73 20 63  |t include this c|
00001d00  61 6c 6c 20 61 6e 64 20  74 68 65 72 65 66 6f 72  |all and therefor|
00001d10  65 20 79 6f 75 20 63 61  6e 20 75 73 65 20 74 68  |e you can use th|
00001d20  69 73 20 6d 6f 64 75 6c  65 20 6f 6e 20 61 6c 6c  |is module on all|
00001d30  0a 6b 6e 6f 77 6e 20 6f  70 65 72 61 74 69 6e 67  |.known operating|
00001d40  20 73 79 73 74 65 6d 73  20 74 6f 20 64 61 74 65  | systems to date|
00001d50  2e 0a 0a 46 6f 72 20 32  35 36 20 63 6f 6c 6f 75  |...For 256 colou|
00001d60  72 20 73 70 72 69 74 65  73 20 74 68 69 73 20 76  |r sprites this v|
00001d70  65 72 73 69 6f 6e 20 6f  66 20 44 72 61 67 41 53  |ersion of DragAS|
00001d80  70 72 69 74 65 20 77 69  6c 6c 20 63 6f 72 72 65  |prite will corre|
00001d90  63 74 6c 79 20 68 61 6e  64 6c 65 20 74 68 65 6d  |ctly handle them|
00001da0  0a 69 6e 20 32 35 36 20  63 6f 6c 6f 75 72 20 6d  |.in 256 colour m|
00001db0  6f 64 65 73 2c 20 62 75  74 20 69 6e 20 31 36 20  |odes, but in 16 |
00001dc0  63 6f 6c 6f 75 72 20 6d  6f 64 65 73 20 69 74 20  |colour modes it |
00001dd0  77 69 6c 6c 20 70 72 6f  64 75 63 65 20 61 20 62  |will produce a b|
00001de0  6c 61 63 6b 20 27 67 68  6f 73 74 27 0a 73 70 72  |lack 'ghost'.spr|
00001df0  69 74 65 20 74 6f 20 72  65 70 72 65 73 65 6e 74  |ite to represent|
00001e00  20 74 68 65 20 69 63 6f  6e 20 2d 20 74 68 65 20  | the icon - the |
00001e10  62 65 73 74 20 79 6f 75  20 63 61 6e 20 64 6f 20  |best you can do |
00001e20  77 69 74 68 6f 75 74 20  75 73 69 6e 67 20 43 6f  |without using Co|
00001e30  6c 6f 75 72 54 72 61 6e  73 2e 0a 49 20 6d 61 79  |lourTrans..I may|
00001e40  20 70 72 6f 64 75 63 65  20 61 20 76 65 72 73 69  | produce a versi|
00001e50  6f 6e 20 74 68 61 74 20  64 6f 65 73 20 75 73 65  |on that does use|
00001e60  20 43 6f 6c 6f 75 72 54  72 61 6e 73 2c 20 69 66  | ColourTrans, if|
00001e70  20 61 6e 79 6f 6e 65 20  63 61 72 65 73 2e 0a 0a  | anyone cares...|
00001e80  54 68 69 73 20 6d 6f 64  75 6c 65 20 69 73 20 56  |This module is V|
00001e90  49 44 43 32 30 20 61 77  61 72 65 2c 20 62 75 74  |IDC20 aware, but|
00001ea0  20 6e 6f 74 20 56 49 44  43 32 30 20 74 65 73 74  | not VIDC20 test|
00001eb0  65 64 2e 20 49 74 20 73  68 6f 75 6c 64 20 77 6f  |ed. It should wo|
00001ec0  72 6b 20 70 72 6f 70 65  72 6c 79 0a 77 69 74 68  |rk properly.with|
00001ed0  20 31 36 2d 20 61 6e 64  20 33 32 2d 62 69 74 20  | 16- and 32-bit |
00001ee0  63 6f 6c 6f 75 72 20 6d  6f 64 65 73 2c 20 62 75  |colour modes, bu|
00001ef0  74 20 49 20 68 61 76 65  6e 27 74 20 67 6f 74 20  |t I haven't got |
00001f00  61 20 6d 61 63 68 69 6e  65 20 74 68 61 74 20 72  |a machine that r|
00001f10  75 6e 73 20 69 6e 0a 74  68 65 73 65 20 6d 6f 64  |uns in.these mod|
00001f20  65 73 20 2e 2e 2e 79 65  74 2e 2e 2e 20 73 6f 20  |es ...yet... so |
00001f30  49 20 63 61 6e 27 74 20  74 65 73 74 20 69 74 2e  |I can't test it.|
00001f40  0a 0a 53 65 6d 69 2d 74  72 61 6e 73 70 61 72 65  |..Semi-transpare|
00001f50  6e 74 20 73 70 72 69 74  65 73 20 6c 6f 6f 6b 20  |nt sprites look |
00001f60  6d 75 63 68 20 62 65 74  74 65 72 20 69 6e 20 68  |much better in h|
00001f70  69 67 68 2d 72 65 73 20  6d 6f 64 65 73 20 28 61  |igh-res modes (a|
00001f80  6c 74 68 6f 75 67 68 20  73 74 69 6c 6c 0a 6c 6f  |lthough still.lo|
00001f90  6f 6b 69 6e 67 20 66 69  6e 65 2c 20 61 6e 64 20  |oking fine, and |
00001fa0  6d 75 63 68 20 62 65 74  74 65 72 20 74 68 61 6e  |much better than|
00001fb0  20 63 6f 6d 70 6c 65 74  65 6c 79 20 73 6f 6c 69  | completely soli|
00001fc0  64 20 64 72 61 67 73 2c  20 69 6e 20 54 56 2d 72  |d drags, in TV-r|
00001fd0  65 73 20 6d 6f 64 65 73  29 0a 62 65 63 61 75 73  |es modes).becaus|
00001fe0  65 20 74 68 65 20 67 61  70 20 62 65 74 77 65 65  |e the gap betwee|
00001ff0  6e 20 65 61 63 68 20 70  69 78 65 6c 20 69 73 20  |n each pixel is |
00002000  73 6d 61 6c 6c 65 72 2e  20 59 6f 75 20 6d 61 79  |smaller. You may|
00002010  20 66 69 6e 64 20 74 68  61 74 20 64 69 74 68 65  | find that dithe|
00002020  72 65 64 0a 73 70 72 69  74 65 73 20 61 70 70 65  |red.sprites appe|
00002030  61 72 20 74 6f 20 27 66  6c 61 73 68 27 20 61 20  |ar to 'flash' a |
00002040  62 69 74 2c 20 61 73 20  74 68 65 20 63 6f 6c 6f  |bit, as the colo|
00002050  75 72 73 20 64 69 73 70  6c 61 79 65 64 20 77 69  |urs displayed wi|
00002060  6c 6c 20 67 6f 20 66 72  6f 6d 20 6f 6e 65 20 74  |ll go from one t|
00002070  6f 0a 74 68 65 20 6f 74  68 65 72 20 2d 20 62 75  |o.the other - bu|
00002080  74 20 69 74 20 6c 6f 6f  6b 73 20 61 20 6c 6f 74  |t it looks a lot|
00002090  20 62 65 74 74 65 72 20  74 68 61 6e 20 6e 6f 6e  | better than non|
000020a0  2d 61 6c 74 65 72 6e 61  74 69 6e 67 20 64 69 74  |-alternating dit|
000020b0  68 65 72 65 64 20 73 70  72 69 74 65 73 2c 0a 77  |hered sprites,.w|
000020c0  68 69 63 68 20 74 61 6b  65 20 75 70 20 6a 75 73  |hich take up jus|
000020d0  74 20 6f 6e 65 20 63 6f  6c 6f 75 72 2e 0a 0a 54  |t one colour...T|
000020e0  68 65 20 72 65 61 73 6f  6e 20 66 6f 72 20 74 68  |he reason for th|
000020f0  65 20 63 6f 6e 66 69 67  75 72 65 20 6f 70 74 69  |e configure opti|
00002100  6f 6e 20 69 73 20 62 65  63 61 75 73 65 20 75 6e  |on is because un|
00002110  74 69 6c 20 6e 6f 77 20  79 6f 75 20 68 61 64 20  |til now you had |
00002120  74 6f 20 75 73 65 20 74  77 6f 0a 63 61 6c 6c 73  |to use two.calls|
00002130  20 74 6f 20 4f 53 5f 42  79 74 65 20 74 6f 20 73  | to OS_Byte to s|
00002140  65 74 20 74 68 65 20 63  6f 6e 66 69 67 75 72 65  |et the configure|
00002150  20 62 69 74 20 61 6e 64  20 75 73 75 61 6c 6c 79  | bit and usually|
00002160  20 79 6f 75 20 63 61 6e  6e 6f 74 20 72 65 6d 65  | you cannot reme|
00002170  6d 62 65 72 0a 77 68 61  74 20 6c 6f 63 61 74 69  |mber.what locati|
00002180  6f 6e 20 74 6f 20 61 6c  74 65 72 2e 20 54 68 69  |on to alter. Thi|
00002190  73 20 63 61 6c 6c 20 69  73 20 70 75 72 65 6c 79  |s call is purely|
000021a0  20 61 20 71 75 69 63 6b  20 77 61 79 20 6f 66 20  | a quick way of |
000021b0  64 6f 69 6e 67 20 74 68  65 20 61 62 6f 76 65 2e  |doing the above.|
000021c0  0a 4e 42 3a 20 57 68 65  6e 20 79 6f 75 20 63 6f  |.NB: When you co|
000021d0  6e 66 69 67 75 72 65 20  74 68 65 20 6f 70 74 69  |nfigure the opti|
000021e0  6f 6e 2c 20 74 68 65 20  61 63 74 69 6f 6e 20 6d  |on, the action m|
000021f0  69 67 68 74 20 6e 6f 74  20 74 61 6b 65 20 65 66  |ight not take ef|
00002200  66 65 63 74 0a 69 6d 6d  65 64 69 61 74 65 6c 79  |fect.immediately|
00002210  2e 20 20 54 68 69 73 20  69 73 20 62 65 63 61 75  |.  This is becau|
00002220  73 65 20 69 74 20 69 73  20 6e 6f 74 20 44 72 61  |se it is not Dra|
00002230  67 41 53 70 72 69 74 65  20 79 6f 75 20 61 72 65  |gASprite you are|
00002240  20 74 65 6c 6c 69 6e 67  20 74 6f 20 6e 6f 74 0a  | telling to not.|
00002250  64 6f 20 73 6f 6c 69 64  20 64 72 61 67 73 20 62  |do solid drags b|
00002260  75 74 20 74 68 65 20 74  61 73 6b 73 20 6f 6e 20  |ut the tasks on |
00002270  74 68 65 20 64 65 73 6b  74 6f 70 2c 20 61 6e 64  |the desktop, and|
00002280  20 73 6f 6d 65 20 77 69  6c 6c 20 6f 6e 6c 79 20  | some will only |
00002290  63 68 65 63 6b 20 74 6f  20 73 65 65 0a 69 66 20  |check to see.if |
000022a0  74 68 65 20 63 6f 6e 66  69 67 75 72 65 20 6f 70  |the configure op|
000022b0  74 69 6f 6e 20 69 73 20  73 65 74 20 77 68 65 6e  |tion is set when|
000022c0  20 74 68 65 79 20 66 69  72 73 74 20 6c 6f 61 64  | they first load|
000022d0  2e 0a 0a 54 68 65 20 72  65 61 73 6f 6e 20 66 6f  |...The reason fo|
000022e0  72 20 61 20 68 69 67 68  65 72 20 76 65 72 73 69  |r a higher versi|
000022f0  6f 6e 20 6e 75 6d 62 65  72 2c 20 32 2e 30 31 2c  |on number, 2.01,|
00002300  20 61 73 20 6f 70 70 6f  73 65 64 20 74 6f 20 31  | as opposed to 1|
00002310  2e 30 31 20 28 6f 6e 6c  79 20 6f 6e 65 0a 72 65  |.01 (only one.re|
00002320  63 6f 64 65 20 73 6f 20  66 61 72 29 20 77 68 69  |code so far) whi|
00002330  63 68 20 69 73 20 74 68  65 20 72 65 61 6c 20 76  |ch is the real v|
00002340  65 72 73 69 6f 6e 20 6e  75 6d 62 65 72 2c 20 69  |ersion number, i|
00002350  73 20 74 6f 20 61 76 6f  69 64 20 63 6f 6e 66 75  |s to avoid confu|
00002360  73 69 6f 6e 20 77 69 74  68 0a 41 63 6f 72 6e 27  |sion with.Acorn'|
00002370  73 20 6f 72 69 67 69 6e  61 6c 20 44 72 61 67 41  |s original DragA|
00002380  53 70 72 69 74 65 20 6d  6f 64 75 6c 65 2e 20 49  |Sprite module. I|
00002390  74 20 69 73 20 63 6f 6e  63 65 69 76 61 62 6c 65  |t is conceivable|
000023a0  20 74 68 61 74 20 41 63  6f 72 6e 20 77 69 6c 6c  | that Acorn will|
000023b0  0a 72 65 6c 65 61 73 65  20 61 20 6e 65 77 20 4f  |.release a new O|
000023c0  53 20 77 69 74 68 20 61  20 6e 65 77 20 44 72 61  |S with a new Dra|
000023d0  67 41 53 70 72 69 74 65  20 62 75 69 6c 74 20 69  |gASprite built i|
000023e0  6e 20 76 65 72 73 69 6f  6e 20 6e 75 6d 62 65 72  |n version number|
000023f0  20 68 69 67 68 65 72 20  74 68 61 6e 0a 30 2e 30  | higher than.0.0|
00002400  35 20 62 75 74 20 6c 6f  77 65 72 20 74 68 61 6e  |5 but lower than|
00002410  20 32 2e 30 31 2c 20 61  6e 64 20 69 66 20 74 68  | 2.01, and if th|
00002420  65 79 20 77 69 64 65 6e  20 74 68 65 20 73 70 65  |ey widen the spe|
00002430  63 69 66 69 63 61 74 69  6f 6e 20 28 61 20 6e 65  |cification (a ne|
00002440  77 20 53 57 49 0a 70 6f  73 73 69 62 6c 79 2c 20  |w SWI.possibly, |
00002450  6f 72 20 73 65 72 76 69  63 65 20 63 61 6c 6c 73  |or service calls|
00002460  20 69 73 73 75 65 64 3f  29 2c 20 69 74 20 6d 61  | issued?), it ma|
00002470  79 20 6d 75 63 6b 20 74  68 69 6e 67 73 20 75 70  |y muck things up|
00002480  20 2d 20 74 68 61 74 27  73 20 61 20 72 69 73 6b  | - that's a risk|
00002490  0a 49 27 6c 6c 20 68 61  76 65 20 74 6f 20 74 61  |.I'll have to ta|
000024a0  6b 65 2c 20 49 20 64 6f  6e 27 74 20 74 68 69 6e  |ke, I don't thin|
000024b0  6b 20 69 74 27 73 20 76  65 72 79 20 6c 69 6b 65  |k it's very like|
000024c0  6c 79 20 6d 79 73 65 6c  66 2e 0a 0a 4e 6f 74 65  |ly myself...Note|
000024d0  20 74 68 61 74 20 74 68  69 73 20 76 65 72 73 69  | that this versi|
000024e0  6f 6e 20 64 6f 65 73 20  6e 6f 74 20 73 75 70 70  |on does not supp|
000024f0  6f 72 74 20 73 79 73 74  65 6d 20 73 70 72 69 74  |ort system sprit|
00002500  65 20 61 72 65 61 20 73  70 72 69 74 65 73 20 2d  |e area sprites -|
00002510  20 74 68 69 73 0a 73 68  6f 75 6c 64 6e 27 74 20  | this.shouldn't |
00002520  62 65 20 61 20 70 72 6f  62 6c 65 6d 20 61 73 20  |be a problem as |
00002530  75 73 69 6e 67 20 74 68  65 20 73 79 73 74 65 6d  |using the system|
00002540  20 73 70 72 69 74 65 20  61 72 65 61 20 69 73 20  | sprite area is |
00002550  6e 6f 74 20 61 6c 6c 6f  77 65 64 0a 67 65 6e 65  |not allowed.gene|
00002560  72 61 6c 6c 79 2c 20 61  6e 64 20 6e 6f 2d 6f 6e  |rally, and no-on|
00002570  65 20 64 6f 65 73 20 69  74 2e 20 54 68 69 73 20  |e does it. This |
00002580  69 73 20 62 65 63 61 75  73 65 20 49 20 6e 65 65  |is because I nee|
00002590  64 20 74 6f 20 66 69 6e  64 20 74 68 65 20 61 63  |d to find the ac|
000025a0  74 75 61 6c 0a 61 64 64  72 65 73 73 20 6f 66 20  |tual.address of |
000025b0  61 20 73 70 72 69 74 65  20 28 77 68 69 63 68 20  |a sprite (which |
000025c0  69 73 20 6e 6f 74 20 70  6f 73 73 69 62 6c 65 20  |is not possible |
000025d0  69 6e 20 74 68 65 20 73  79 73 74 65 6d 20 73 70  |in the system sp|
000025e0  72 69 74 65 20 61 72 65  61 29 2c 20 74 6f 20 75  |rite area), to u|
000025f0  73 65 0a 61 20 66 61 73  74 20 6d 61 73 6b 20 70  |se.a fast mask p|
00002600  6f 6b 69 6e 67 20 6d 65  74 68 6f 64 20 2d 20 69  |oking method - i|
00002610  74 20 74 61 6b 65 73 20  61 20 56 45 52 59 20 6c  |t takes a VERY l|
00002620  6f 6e 67 20 74 69 6d 65  20 74 6f 20 67 65 74 20  |ong time to get |
00002630  74 68 65 20 73 70 72 69  74 65 73 0a 72 65 61 64  |the sprites.read|
00002640  79 20 69 66 20 79 6f 75  20 75 73 65 20 74 68 65  |y if you use the|
00002650  20 73 74 61 6e 64 61 72  64 20 53 70 72 69 74 65  | standard Sprite|
00002660  4f 70 20 63 61 6c 6c 73  2e 0a 0a 3d 3d 3e 20 43  |Op calls...==> C|
00002670  6f 6e 74 61 63 74 73 0a  0a 54 6f 20 63 6f 6e 74  |ontacts..To cont|
00002680  61 63 74 20 6d 65 2c 20  66 6f 72 20 65 78 61 6d  |act me, for exam|
00002690  70 6c 65 20 74 6f 20 74  65 6c 6c 20 6d 65 20 79  |ple to tell me y|
000026a0  6f 75 72 20 66 61 76 6f  75 72 69 74 65 20 44 72  |our favourite Dr|
000026b0  61 67 54 79 70 65 2c 20  74 6f 20 70 65 72 73 75  |agType, to persu|
000026c0  61 64 65 0a 6d 65 20 74  6f 20 63 68 61 6e 67 65  |ade.me to change|
000026d0  20 74 68 65 20 64 65 66  61 75 6c 74 2c 20 6f 72  | the default, or|
000026e0  20 74 6f 20 73 75 67 67  65 73 74 20 6e 65 77 20  | to suggest new |
000026f0  62 69 74 73 20 74 6f 20  61 64 64 2c 20 6f 72 2c  |bits to add, or,|
00002700  20 68 65 61 76 65 6e 20  66 6f 72 62 69 64 2c 0a  | heaven forbid,.|
00002710  74 6f 20 72 65 70 6f 72  74 20 61 20 62 75 67 2c  |to report a bug,|
00002720  20 70 6c 65 61 73 65 20  77 72 69 74 65 20 74 6f  | please write to|
00002730  3a 0a 0a 20 20 20 20 41  6e 64 72 65 77 20 43 6c  |:..    Andrew Cl|
00002740  6f 76 65 72 0a 20 20 20  20 20 20 44 6f 67 67 79  |over.      Doggy|
00002750  53 6f 66 74 2c 0a 20 20  20 20 20 20 20 20 37 20  |Soft,.        7 |
00002760  42 6c 61 63 6b 68 6f 72  73 65 20 43 72 65 73 63  |Blackhorse Cresc|
00002770  65 6e 74 2c 0a 20 20 20  20 20 20 20 20 20 20 41  |ent,.          A|
00002780  6d 65 72 73 68 61 6d 2c  0a 20 20 20 20 20 20 20  |mersham,.       |
00002790  20 20 20 20 20 42 75 63  6b 73 2e 2c 0a 20 20 20  |     Bucks.,.   |
000027a0  20 20 20 20 20 20 20 20  20 20 20 48 50 36 20 36  |           HP6 6|
000027b0  48 50 2e 0a 0a 59 6f 75  20 6d 61 79 20 70 68 6f  |HP...You may pho|
000027c0  6e 65 20 6d 65 20 69 66  20 79 6f 75 20 61 72 65  |ne me if you are|
000027d0  20 6f 6e 65 20 6f 66 20  74 68 6f 73 65 20 73 61  | one of those sa|
000027e0  64 20 70 65 6f 70 6c 65  20 77 68 6f 20 73 65 65  |d people who see|
000027f0  6d 20 74 6f 20 70 68 6f  6e 65 20 6d 65 20 66 6f  |m to phone me fo|
00002800  72 0a 6e 6f 20 72 65 61  73 6f 6e 20 6f 6e 20 30  |r.no reason on 0|
00002810  34 39 34 2d 34 33 31 39  31 36 2c 20 73 65 6e 64  |494-431916, send|
00002820  20 61 20 66 61 78 20 6f  6e 20 30 34 39 34 2d 36  | a fax on 0494-6|
00002830  37 35 38 37 38 2c 20 6f  72 20 65 76 65 6e 20 74  |75878, or even t|
00002840  65 6c 65 78 20 6d 65 20  6f 6e 0a 38 33 36 37 35  |elex me on.83675|
00002850  20 42 72 69 74 20 47 2e  0a 0a 49 66 20 79 6f 75  | Brit G...If you|
00002860  20 68 61 76 65 20 61 20  6d 6f 64 65 6d 2c 20 79  | have a modem, y|
00002870  6f 75 20 63 61 6e 20 64  6f 77 6e 6c 6f 61 64 20  |ou can download |
00002880  74 68 65 20 6c 61 74 65  73 74 20 76 65 72 73 69  |the latest versi|
00002890  6f 6e 20 6f 66 20 74 68  69 73 20 61 6e 64 20 6f  |on of this and o|
000028a0  74 68 65 72 0a 70 72 6f  67 72 61 6d 73 20 6f 66  |ther.programs of|
000028b0  20 44 6f 67 67 79 53 6f  66 74 2c 20 61 73 20 77  | DoggySoft, as w|
000028c0  65 6c 6c 20 61 73 20 74  61 6c 6b 20 74 6f 20 75  |ell as talk to u|
000028d0  73 2c 20 70 6c 61 79 20  73 69 6c 6c 79 20 67 61  |s, play silly ga|
000028e0  6d 65 73 2c 20 61 6e 64  0a 62 75 79 20 6e 6f 6e  |mes, and.buy non|
000028f0  2d 50 44 20 73 6f 66 74  77 61 72 65 2c 20 62 79  |-PD software, by|
00002900  20 72 69 6e 67 69 6e 67  20 30 34 39 34 2d 36 38  | ringing 0494-68|
00002910  31 37 31 31 2c 20 32 34  68 72 73 20 26 20 61 6c  |1711, 24hrs & al|
00002920  6c 20 73 70 65 65 64 73  20 74 6f 20 31 34 6b 34  |l speeds to 14k4|
00002930  0a 28 41 4e 53 49 20 38  4e 31 29 2e 20 59 6f 75  |.(ANSI 8N1). You|
00002940  20 6d 69 67 68 74 20 6c  69 6b 65 20 74 6f 20 73  | might like to s|
00002950  65 6e 64 20 6d 65 20 6d  61 69 6c 20 6f 6e 20 41  |end me mail on A|
00002960  72 63 61 64 65 20 42 42  53 2c 20 44 69 67 69 74  |rcade BBS, Digit|
00002970  61 6c 20 44 61 74 61 62  61 6e 6b 0a 6f 72 20 54  |al Databank.or T|
00002980  68 65 20 57 6f 72 6c 64  20 6f 66 20 43 72 79 74  |he World of Cryt|
00002990  6f 6e 2e 20 46 69 6e 61  6c 6c 79 2c 20 65 2d 6d  |on. Finally, e-m|
000029a0  61 69 6c 3a 0a 61 6a 63  40 64 6f 67 67 79 73 66  |ail:.ajc@doggysf|
000029b0  74 2e 64 65 6d 6f 6e 2e  63 6f 2e 75 6b 0a 0a 3c  |t.demon.co.uk..<|
000029c0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
*
00002a00  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d              |============|
00002a0c