
 !ShowSprite

   This program displays Sprites (only the first Sprite in a Sprite file).

   Any Sprite file which is dragged onto the iconbar-icon or a current display
   window will be displayed in the correctly sized window (depending on the
   current zoom level).

   The program will also automatically handle a 'Squash'ed Sprite file - it
   will be transparent to the user. This can be very useful.

   For a dragged Directory (or Application) the program will display any Sprite
   file (including 'Squash'ed Sprite files) contained within the directory.
   These can be displayed in sequence (forward and backward) using the Mouse
   or Keys - as specified below. The sequence is in the form of a loop.


 MOUSE clicks:

 a) in Main window -
    <Select> shows the next image in the sequence (if it exists)
    <Adjust> shows the previous image in the sequence
    <Menu> toggles between normal size (zoom=1) and current size.

    <Shift>+<Select> magnifies the image i.e zooms IN
    <Shift>+<Adjust> reduces the image i.e zooms OUT

   Note: the display window will be centralised around the Pointer position.

 b) on Iconbar icon -
    <Select> magnifies the image i.e zooms IN
    <Adjust> reduces the image i.e zooms OUT
    <Menu> gives a menu with the usual 'Info, Help, Quit' options.

   Note: the display window will move to the centre of the screen.


 KEY presses:

    <Tab> = toggle between slow/fast zoom 'speed' (default=slow)

    <Space> = restore normal size (zoom=1)
    <Right arrow> = magnify (zoom in)
    <Left arrow> = reduce (zoom out)
    <Down arrow> = half size (zoom=0.5)
    <Up arrow> = double size (zoom=2.0)

    '>' = next image in the sequence (if it exists)
    '<' = previous image in the sequence.

   Note: the display window will move to the centre of the screen.


Copyright: R.A.Swetman

