Home » Archimedes archive » Archimedes World » AW-1993-06.adf » AWJune93 » !AWJune93/Goodies/Pointer/!Help
!AWJune93/Goodies/Pointer/!Help
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Archimedes World » AW-1993-06.adf » AWJune93 |
Filename: | !AWJune93/Goodies/Pointer/!Help |
Read OK: | ✔ |
File size: | 0C01 bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Archimedes archive » Archimedes World » AW-1993-06.adf » AWJune93 » !AWJune93/Goodies/Pointer/!Help
- Archimedes archive » Archimedes World » AW-1993-06.adf » AWJune93 » !AWJune93/Goodies/Pointer/!PointFade/!Help
File contents
�������� � Pointer Fader � �������� Written By Peter Reeves-Hall ����������������������������������� This application has be written for a number of reasons, Firstly it allows you to see the pointer on the desktop much more easily, Secondly it should help those lucky enough to have an A4 laptop to see the pointer better on its L.C.D. screen, this can be done setting the options to make the pointer flash slowly (see later). Finally it gives a fancy look to the desktop which will hopefully impress! About the desktop pointer ������������������������� The desktop pointer is a mode 8 sprite with no mask of palette settings and named ptr_default. In RISC OS 3 there is also a similar sprite called ptr_double which replaces the ordinary pointer when double clicking on an icon or making drag boxes. Both of these sprite definitions can be changed to your own design by editing them in !Paint and then "iconising" them. A simple way of doing this is to alter the copies held in the !Sprites file inside the !PointFade directory, which will then be loaded every time !PointFade is run or seen by the filer. Mode 8 sprites have four colours, for the desktop pointer colour 0 is used as the transparency (mask) and colours 1 to 3 for the pointer shape. The physical colours of the pointer are usually set by using the palette utility to changing the RGB (Red, Green, Blue) values of Ms1, Ms2 and Ms3 (colour 0 should not be changed). About the application ��������������������� Pointer Fader allows you to set two colours in terms of RGB values for each physical colour of the mouse pointer to "fade" between. The colour values are set by selecting the "options" entry off the !PointFade icon bar menu. A window will appear presenting you with 6 sets of colour controls. Each physical colour has two sets of colour controls, one above and one bellow its name, these allow you to alter the RGB values of the two colours each physical colour fades between. The intensities of the RGB levels are in the range of 1 to 16 where 1 is no tint (0%) and 16 is full tint (100%). There are also two further options "Number of transition colours" which sets the number of different colours the pointer fades through to reach the other colour value, a setting of 1 will result in the pointer flashing between the colours. The second option is "Delay" which is the delay in centisecond (100 centiseconds = 1 second) between fade colours. ie. 8 transition colours with a delay of 10 centiseconds will take just as long to change between the two colour values as with 16 transition colours and a 5 centisecond delay. Finally the settings can be saved by selecting the "Save Options" icon causing the application to use the same values when run again. If you wish the pointer can be made to stop/start flashing by clicking on the Pointer Fader icon on the icon bar. When stopped the pointer uses the three pysical colour settings on the top row of the options window.
00000000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000010 93 93 93 93 bb bb bb bb 20 89 20 50 6f 69 6e 74 |........ . Point| 00000020 65 72 20 46 61 64 65 72 20 88 20 ab ab ab ab 92 |er Fader . .....| 00000030 92 92 92 0a 0a 20 20 20 20 20 20 20 20 20 20 20 |..... | 00000040 20 20 20 20 20 20 20 20 57 72 69 74 74 65 6e 20 | Written | 00000050 42 79 20 50 65 74 65 72 20 52 65 65 76 65 73 2d |By Peter Reeves-| 00000060 48 61 6c 6c 0a 20 20 20 20 20 20 20 20 20 20 20 |Hall. | 00000070 20 20 20 20 20 20 20 20 20 20 20 20 20 0a 0a 20 | .. | 00000080 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 8f | .| 00000090 8f 8f 8f 8f 8f 8f 8f 8f 8f 8f 8f 8f 8f 8f 8f 8f |................| * 000000b0 8f 8f 0a 0a 20 20 20 20 20 54 68 69 73 20 61 70 |.... This ap| 000000c0 70 6c 69 63 61 74 69 6f 6e 20 68 61 73 20 62 65 |plication has be| 000000d0 20 77 72 69 74 74 65 6e 20 66 6f 72 20 61 20 6e | written for a n| 000000e0 75 6d 62 65 72 20 6f 66 20 72 65 61 73 6f 6e 73 |umber of reasons| 000000f0 2c 20 46 69 72 73 74 6c 79 20 69 74 0a 61 6c 6c |, Firstly it.all| 00000100 6f 77 73 20 79 6f 75 20 74 6f 20 73 65 65 20 74 |ows you to see t| 00000110 68 65 20 70 6f 69 6e 74 65 72 20 6f 6e 20 74 68 |he pointer on th| 00000120 65 20 64 65 73 6b 74 6f 70 20 6d 75 63 68 20 6d |e desktop much m| 00000130 6f 72 65 20 65 61 73 69 6c 79 2c 20 53 65 63 6f |ore easily, Seco| 00000140 6e 64 6c 79 20 69 74 0a 73 68 6f 75 6c 64 20 68 |ndly it.should h| 00000150 65 6c 70 20 74 68 6f 73 65 20 6c 75 63 6b 79 20 |elp those lucky | 00000160 65 6e 6f 75 67 68 20 74 6f 20 68 61 76 65 20 61 |enough to have a| 00000170 6e 20 41 34 20 6c 61 70 74 6f 70 20 74 6f 20 73 |n A4 laptop to s| 00000180 65 65 20 74 68 65 20 70 6f 69 6e 74 65 72 0a 62 |ee the pointer.b| 00000190 65 74 74 65 72 20 6f 6e 20 69 74 73 20 4c 2e 43 |etter on its L.C| 000001a0 2e 44 2e 20 73 63 72 65 65 6e 2c 20 74 68 69 73 |.D. screen, this| 000001b0 20 63 61 6e 20 62 65 20 64 6f 6e 65 20 73 65 74 | can be done set| 000001c0 74 69 6e 67 20 74 68 65 20 6f 70 74 69 6f 6e 73 |ting the options| 000001d0 20 74 6f 20 6d 61 6b 65 0a 74 68 65 20 70 6f 69 | to make.the poi| 000001e0 6e 74 65 72 20 66 6c 61 73 68 20 73 6c 6f 77 6c |nter flash slowl| 000001f0 79 20 28 73 65 65 20 6c 61 74 65 72 29 2e 20 46 |y (see later). F| 00000200 69 6e 61 6c 6c 79 20 69 74 20 67 69 76 65 73 20 |inally it gives | 00000210 61 20 66 61 6e 63 79 20 6c 6f 6f 6b 20 74 6f 20 |a fancy look to | 00000220 74 68 65 0a 64 65 73 6b 74 6f 70 20 77 68 69 63 |the.desktop whic| 00000230 68 20 77 69 6c 6c 20 68 6f 70 65 66 75 6c 6c 79 |h will hopefully| 00000240 20 69 6d 70 72 65 73 73 21 0a 0a 41 62 6f 75 74 | impress!..About| 00000250 20 74 68 65 20 64 65 73 6b 74 6f 70 20 70 6f 69 | the desktop poi| 00000260 6e 74 65 72 0a 98 98 98 98 98 98 98 98 98 98 98 |nter............| 00000270 98 98 98 98 98 98 98 98 98 98 98 98 98 98 0a 20 |............... | 00000280 20 20 20 20 54 68 65 20 64 65 73 6b 74 6f 70 20 | The desktop | 00000290 70 6f 69 6e 74 65 72 20 69 73 20 61 20 6d 6f 64 |pointer is a mod| 000002a0 65 20 38 20 73 70 72 69 74 65 20 77 69 74 68 20 |e 8 sprite with | 000002b0 6e 6f 20 6d 61 73 6b 20 6f 66 20 70 61 6c 65 74 |no mask of palet| 000002c0 74 65 20 73 65 74 74 69 6e 67 73 0a 61 6e 64 20 |te settings.and | 000002d0 6e 61 6d 65 64 20 70 74 72 5f 64 65 66 61 75 6c |named ptr_defaul| 000002e0 74 2e 20 49 6e 20 52 49 53 43 20 4f 53 20 33 20 |t. In RISC OS 3 | 000002f0 74 68 65 72 65 20 69 73 20 61 6c 73 6f 20 61 20 |there is also a | 00000300 73 69 6d 69 6c 61 72 20 73 70 72 69 74 65 20 63 |similar sprite c| 00000310 61 6c 6c 65 64 0a 70 74 72 5f 64 6f 75 62 6c 65 |alled.ptr_double| 00000320 20 77 68 69 63 68 20 72 65 70 6c 61 63 65 73 20 | which replaces | 00000330 74 68 65 20 6f 72 64 69 6e 61 72 79 20 70 6f 69 |the ordinary poi| 00000340 6e 74 65 72 20 77 68 65 6e 20 64 6f 75 62 6c 65 |nter when double| 00000350 20 63 6c 69 63 6b 69 6e 67 20 6f 6e 20 61 6e 0a | clicking on an.| 00000360 69 63 6f 6e 20 6f 72 20 6d 61 6b 69 6e 67 20 64 |icon or making d| 00000370 72 61 67 20 62 6f 78 65 73 2e 20 42 6f 74 68 20 |rag boxes. Both | 00000380 6f 66 20 74 68 65 73 65 20 73 70 72 69 74 65 20 |of these sprite | 00000390 64 65 66 69 6e 69 74 69 6f 6e 73 20 63 61 6e 20 |definitions can | 000003a0 62 65 20 63 68 61 6e 67 65 64 0a 74 6f 20 79 6f |be changed.to yo| 000003b0 75 72 20 6f 77 6e 20 64 65 73 69 67 6e 20 62 79 |ur own design by| 000003c0 20 65 64 69 74 69 6e 67 20 74 68 65 6d 20 69 6e | editing them in| 000003d0 20 21 50 61 69 6e 74 20 61 6e 64 20 74 68 65 6e | !Paint and then| 000003e0 20 22 69 63 6f 6e 69 73 69 6e 67 22 20 74 68 65 | "iconising" the| 000003f0 6d 2e 20 41 0a 73 69 6d 70 6c 65 20 77 61 79 20 |m. A.simple way | 00000400 6f 66 20 64 6f 69 6e 67 20 74 68 69 73 20 69 73 |of doing this is| 00000410 20 74 6f 20 61 6c 74 65 72 20 74 68 65 20 63 6f | to alter the co| 00000420 70 69 65 73 20 68 65 6c 64 20 69 6e 20 74 68 65 |pies held in the| 00000430 20 21 53 70 72 69 74 65 73 20 66 69 6c 65 0a 69 | !Sprites file.i| 00000440 6e 73 69 64 65 20 74 68 65 20 21 50 6f 69 6e 74 |nside the !Point| 00000450 46 61 64 65 20 64 69 72 65 63 74 6f 72 79 2c 20 |Fade directory, | 00000460 77 68 69 63 68 20 77 69 6c 6c 20 74 68 65 6e 20 |which will then | 00000470 62 65 20 6c 6f 61 64 65 64 20 65 76 65 72 79 20 |be loaded every | 00000480 74 69 6d 65 0a 21 50 6f 69 6e 74 46 61 64 65 20 |time.!PointFade | 00000490 69 73 20 72 75 6e 20 6f 72 20 73 65 65 6e 20 62 |is run or seen b| 000004a0 79 20 74 68 65 20 66 69 6c 65 72 2e 0a 0a 20 20 |y the filer... | 000004b0 20 20 20 4d 6f 64 65 20 38 20 73 70 72 69 74 65 | Mode 8 sprite| 000004c0 73 20 68 61 76 65 20 66 6f 75 72 20 63 6f 6c 6f |s have four colo| 000004d0 75 72 73 2c 20 66 6f 72 20 74 68 65 20 64 65 73 |urs, for the des| 000004e0 6b 74 6f 70 20 70 6f 69 6e 74 65 72 20 63 6f 6c |ktop pointer col| 000004f0 6f 75 72 20 30 20 69 73 0a 75 73 65 64 20 61 73 |our 0 is.used as| 00000500 20 74 68 65 20 74 72 61 6e 73 70 61 72 65 6e 63 | the transparenc| 00000510 79 20 28 6d 61 73 6b 29 20 61 6e 64 20 63 6f 6c |y (mask) and col| 00000520 6f 75 72 73 20 31 20 74 6f 20 33 20 66 6f 72 20 |ours 1 to 3 for | 00000530 74 68 65 20 70 6f 69 6e 74 65 72 20 73 68 61 70 |the pointer shap| 00000540 65 2e 0a 54 68 65 20 70 68 79 73 69 63 61 6c 20 |e..The physical | 00000550 63 6f 6c 6f 75 72 73 20 6f 66 20 74 68 65 20 70 |colours of the p| 00000560 6f 69 6e 74 65 72 20 61 72 65 20 75 73 75 61 6c |ointer are usual| 00000570 6c 79 20 73 65 74 20 62 79 20 75 73 69 6e 67 20 |ly set by using | 00000580 74 68 65 20 70 61 6c 65 74 74 65 0a 75 74 69 6c |the palette.util| 00000590 69 74 79 20 74 6f 20 63 68 61 6e 67 69 6e 67 20 |ity to changing | 000005a0 74 68 65 20 52 47 42 20 28 52 65 64 2c 20 47 72 |the RGB (Red, Gr| 000005b0 65 65 6e 2c 20 42 6c 75 65 29 20 76 61 6c 75 65 |een, Blue) value| 000005c0 73 20 6f 66 20 4d 73 31 2c 20 4d 73 32 20 61 6e |s of Ms1, Ms2 an| 000005d0 64 20 4d 73 33 0a 28 63 6f 6c 6f 75 72 20 30 20 |d Ms3.(colour 0 | 000005e0 73 68 6f 75 6c 64 20 6e 6f 74 20 62 65 20 63 68 |should not be ch| 000005f0 61 6e 67 65 64 29 2e 0a 0a 41 62 6f 75 74 20 74 |anged)...About t| 00000600 68 65 20 61 70 70 6c 69 63 61 74 69 6f 6e 0a 98 |he application..| 00000610 98 98 98 98 98 98 98 98 98 98 98 98 98 98 98 98 |................| 00000620 98 98 98 98 0a 20 20 20 20 20 20 50 6f 69 6e 74 |..... Point| 00000630 65 72 20 46 61 64 65 72 20 61 6c 6c 6f 77 73 20 |er Fader allows | 00000640 79 6f 75 20 74 6f 20 73 65 74 20 74 77 6f 20 63 |you to set two c| 00000650 6f 6c 6f 75 72 73 20 69 6e 20 74 65 72 6d 73 20 |olours in terms | 00000660 6f 66 20 52 47 42 20 76 61 6c 75 65 73 20 66 6f |of RGB values fo| 00000670 72 0a 65 61 63 68 20 70 68 79 73 69 63 61 6c 20 |r.each physical | 00000680 63 6f 6c 6f 75 72 20 6f 66 20 74 68 65 20 6d 6f |colour of the mo| 00000690 75 73 65 20 70 6f 69 6e 74 65 72 20 74 6f 20 22 |use pointer to "| 000006a0 66 61 64 65 22 20 62 65 74 77 65 65 6e 2e 20 54 |fade" between. T| 000006b0 68 65 20 63 6f 6c 6f 75 72 0a 76 61 6c 75 65 73 |he colour.values| 000006c0 20 61 72 65 20 73 65 74 20 62 79 20 73 65 6c 65 | are set by sele| 000006d0 63 74 69 6e 67 20 74 68 65 20 22 6f 70 74 69 6f |cting the "optio| 000006e0 6e 73 22 20 65 6e 74 72 79 20 6f 66 66 20 74 68 |ns" entry off th| 000006f0 65 20 21 50 6f 69 6e 74 46 61 64 65 20 69 63 6f |e !PointFade ico| 00000700 6e 20 62 61 72 0a 6d 65 6e 75 2e 20 41 20 77 69 |n bar.menu. A wi| 00000710 6e 64 6f 77 20 77 69 6c 6c 20 61 70 70 65 61 72 |ndow will appear| 00000720 20 70 72 65 73 65 6e 74 69 6e 67 20 79 6f 75 20 | presenting you | 00000730 77 69 74 68 20 36 20 73 65 74 73 20 6f 66 20 63 |with 6 sets of c| 00000740 6f 6c 6f 75 72 20 63 6f 6e 74 72 6f 6c 73 2e 0a |olour controls..| 00000750 45 61 63 68 20 70 68 79 73 69 63 61 6c 20 63 6f |Each physical co| 00000760 6c 6f 75 72 20 68 61 73 20 74 77 6f 20 73 65 74 |lour has two set| 00000770 73 20 6f 66 20 63 6f 6c 6f 75 72 20 63 6f 6e 74 |s of colour cont| 00000780 72 6f 6c 73 2c 20 6f 6e 65 20 61 62 6f 76 65 20 |rols, one above | 00000790 61 6e 64 20 6f 6e 65 0a 62 65 6c 6c 6f 77 20 69 |and one.bellow i| 000007a0 74 73 20 6e 61 6d 65 2c 20 74 68 65 73 65 20 61 |ts name, these a| 000007b0 6c 6c 6f 77 20 79 6f 75 20 74 6f 20 61 6c 74 65 |llow you to alte| 000007c0 72 20 74 68 65 20 52 47 42 20 76 61 6c 75 65 73 |r the RGB values| 000007d0 20 6f 66 20 74 68 65 20 74 77 6f 20 63 6f 6c 6f | of the two colo| 000007e0 75 72 73 0a 65 61 63 68 20 70 68 79 73 69 63 61 |urs.each physica| 000007f0 6c 20 63 6f 6c 6f 75 72 20 66 61 64 65 73 20 62 |l colour fades b| 00000800 65 74 77 65 65 6e 2e 20 54 68 65 20 69 6e 74 65 |etween. The inte| 00000810 6e 73 69 74 69 65 73 20 6f 66 20 74 68 65 20 52 |nsities of the R| 00000820 47 42 20 6c 65 76 65 6c 73 20 61 72 65 20 69 6e |GB levels are in| 00000830 0a 74 68 65 20 72 61 6e 67 65 20 6f 66 20 31 20 |.the range of 1 | 00000840 74 6f 20 31 36 20 77 68 65 72 65 20 31 20 69 73 |to 16 where 1 is| 00000850 20 6e 6f 20 74 69 6e 74 20 28 30 25 29 20 61 6e | no tint (0%) an| 00000860 64 20 31 36 20 69 73 20 66 75 6c 6c 20 74 69 6e |d 16 is full tin| 00000870 74 20 28 31 30 30 25 29 2e 0a 0a 20 20 20 20 20 |t (100%)... | 00000880 54 68 65 72 65 20 61 72 65 20 61 6c 73 6f 20 74 |There are also t| 00000890 77 6f 20 66 75 72 74 68 65 72 20 6f 70 74 69 6f |wo further optio| 000008a0 6e 73 20 22 4e 75 6d 62 65 72 20 6f 66 20 74 72 |ns "Number of tr| 000008b0 61 6e 73 69 74 69 6f 6e 20 63 6f 6c 6f 75 72 73 |ansition colours| 000008c0 22 20 77 68 69 63 68 0a 73 65 74 73 20 74 68 65 |" which.sets the| 000008d0 20 6e 75 6d 62 65 72 20 6f 66 20 64 69 66 66 65 | number of diffe| 000008e0 72 65 6e 74 20 63 6f 6c 6f 75 72 73 20 74 68 65 |rent colours the| 000008f0 20 70 6f 69 6e 74 65 72 20 66 61 64 65 73 20 74 | pointer fades t| 00000900 68 72 6f 75 67 68 20 74 6f 20 72 65 61 63 68 20 |hrough to reach | 00000910 74 68 65 0a 6f 74 68 65 72 20 63 6f 6c 6f 75 72 |the.other colour| 00000920 20 76 61 6c 75 65 2c 20 61 20 73 65 74 74 69 6e | value, a settin| 00000930 67 20 6f 66 20 31 20 77 69 6c 6c 20 72 65 73 75 |g of 1 will resu| 00000940 6c 74 20 69 6e 20 74 68 65 20 70 6f 69 6e 74 65 |lt in the pointe| 00000950 72 20 66 6c 61 73 68 69 6e 67 0a 62 65 74 77 65 |r flashing.betwe| 00000960 65 6e 20 74 68 65 20 63 6f 6c 6f 75 72 73 2e 20 |en the colours. | 00000970 54 68 65 20 73 65 63 6f 6e 64 20 6f 70 74 69 6f |The second optio| 00000980 6e 20 69 73 20 22 44 65 6c 61 79 22 20 77 68 69 |n is "Delay" whi| 00000990 63 68 20 69 73 20 74 68 65 20 64 65 6c 61 79 20 |ch is the delay | 000009a0 69 6e 0a 63 65 6e 74 69 73 65 63 6f 6e 64 20 28 |in.centisecond (| 000009b0 31 30 30 20 63 65 6e 74 69 73 65 63 6f 6e 64 73 |100 centiseconds| 000009c0 20 3d 20 31 20 73 65 63 6f 6e 64 29 20 62 65 74 | = 1 second) bet| 000009d0 77 65 65 6e 20 66 61 64 65 20 63 6f 6c 6f 75 72 |ween fade colour| 000009e0 73 2e 20 69 65 2e 20 38 0a 74 72 61 6e 73 69 74 |s. ie. 8.transit| 000009f0 69 6f 6e 20 63 6f 6c 6f 75 72 73 20 77 69 74 68 |ion colours with| 00000a00 20 61 20 64 65 6c 61 79 20 6f 66 20 31 30 20 63 | a delay of 10 c| 00000a10 65 6e 74 69 73 65 63 6f 6e 64 73 20 77 69 6c 6c |entiseconds will| 00000a20 20 20 74 61 6b 65 20 6a 75 73 74 20 61 73 20 6c | take just as l| 00000a30 6f 6e 67 0a 74 6f 20 63 68 61 6e 67 65 20 62 65 |ong.to change be| 00000a40 74 77 65 65 6e 20 74 68 65 20 74 77 6f 20 63 6f |tween the two co| 00000a50 6c 6f 75 72 20 76 61 6c 75 65 73 20 61 73 20 77 |lour values as w| 00000a60 69 74 68 20 31 36 20 74 72 61 6e 73 69 74 69 6f |ith 16 transitio| 00000a70 6e 20 63 6f 6c 6f 75 72 73 20 61 6e 64 20 61 0a |n colours and a.| 00000a80 35 20 63 65 6e 74 69 73 65 63 6f 6e 64 20 64 65 |5 centisecond de| 00000a90 6c 61 79 2e 0a 0a 20 20 20 20 20 46 69 6e 61 6c |lay... Final| 00000aa0 6c 79 20 74 68 65 20 73 65 74 74 69 6e 67 73 20 |ly the settings | 00000ab0 63 61 6e 20 62 65 20 73 61 76 65 64 20 62 79 20 |can be saved by | 00000ac0 73 65 6c 65 63 74 69 6e 67 20 74 68 65 20 22 53 |selecting the "S| 00000ad0 61 76 65 20 4f 70 74 69 6f 6e 73 22 20 69 63 6f |ave Options" ico| 00000ae0 6e 0a 63 61 75 73 69 6e 67 20 74 68 65 20 61 70 |n.causing the ap| 00000af0 70 6c 69 63 61 74 69 6f 6e 20 74 6f 20 75 73 65 |plication to use| 00000b00 20 74 68 65 20 73 61 6d 65 20 76 61 6c 75 65 73 | the same values| 00000b10 20 77 68 65 6e 20 72 75 6e 20 61 67 61 69 6e 2e | when run again.| 00000b20 0a 0a 20 20 20 20 20 49 66 20 79 6f 75 20 77 69 |.. If you wi| 00000b30 73 68 20 74 68 65 20 70 6f 69 6e 74 65 72 20 63 |sh the pointer c| 00000b40 61 6e 20 62 65 20 6d 61 64 65 20 74 6f 20 73 74 |an be made to st| 00000b50 6f 70 2f 73 74 61 72 74 20 66 6c 61 73 68 69 6e |op/start flashin| 00000b60 67 20 62 79 20 63 6c 69 63 6b 69 6e 67 0a 6f 6e |g by clicking.on| 00000b70 20 74 68 65 20 50 6f 69 6e 74 65 72 20 46 61 64 | the Pointer Fad| 00000b80 65 72 20 69 63 6f 6e 20 6f 6e 20 74 68 65 20 69 |er icon on the i| 00000b90 63 6f 6e 20 62 61 72 2e 20 57 68 65 6e 20 73 74 |con bar. When st| 00000ba0 6f 70 70 65 64 20 74 68 65 20 70 6f 69 6e 74 65 |opped the pointe| 00000bb0 72 20 75 73 65 73 20 74 68 65 0a 74 68 72 65 65 |r uses the.three| 00000bc0 20 70 79 73 69 63 61 6c 20 63 6f 6c 6f 75 72 20 | pysical colour | 00000bd0 73 65 74 74 69 6e 67 73 20 6f 6e 20 74 68 65 20 |settings on the | 00000be0 74 6f 70 20 72 6f 77 20 6f 66 20 74 68 65 20 6f |top row of the o| 00000bf0 70 74 69 6f 6e 73 20 77 69 6e 64 6f 77 2e 0a 0a |ptions window...| 00000c00 0a |.| 00000c01