Home » Archimedes archive » Archimedes World » AW-1993-12.adf » AWDec93 » !AWDec93/Goodies/Phaser/!Help

!AWDec93/Goodies/Phaser/!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-12.adf » AWDec93
Filename: !AWDec93/Goodies/Phaser/!Help
Read OK:
File size: 0B7D bytes
Load address: 0000
Exec address: 0000
File contents
Help for Phaser 10/9/93   RISC OS 3.1
==== === ====== =======

This application totally supports 'Interactive Help' and so if you need any help on the menu entries, windows etc. load it up. (The help messages take into account the status of the application)

Features solid sprite dragging, desktop boot file saving & lots of fonts.

Description
-----------
Produces calendars with moon's phases.
Output's yearly or monthly calendars in either text or draw format.
Includes a font of the moon's phases, hand drawn called Moon.

More Help
---- ----
On loading the year and month is read from the system clock & the fonts are default. (The default fonts can be altered in the messages file)
If the font's cannot be found the System font is default.

The calendars are very accurate but not accurate for dates before September 1752 due to the changeover of calendars.

The calendars display the moons phases for any month or year with a good degree of accuracy. (To �2 days)

Turning the moons phases off and giving the font manager more memory speeds up the screen redraw as this application uses a lot of anti- aliased fonts.
The moon font consist's of the 30 of the moons phases.

If you want to just save a calendar then you can save time on screen redrawing by iconising phaser's window, (hold SHIFT and close it) and then by holding down SHIFT and clicking menu on the window you can change the month & year using adjust instead of select and then save the calendar as normal.

Fonts you wish to use must have been �seen� by the computer before loading Phaser if you wish to use them.

Year planners output in Draw format take about half a minute to compile and save while the other forms of saving take only a few seconds. The text output tries as closely as possible to mimic the draw output.

The calendars are saved with the present state.
(With selected fonts and phases on or off)

To view calendars in !Draw you first need to load up �Phaser� to install the moon font and also any other fonts you've used and then load the Draw file created by �Phaser�. All calendars fit on an A4 sheet of paper by default but once in Draw format you can do anything with them.
(The calendar Draw files have various levels: moons phases, frames, days etc. So that they can easily be altered after the file has been created if needed.)

If you get an 'Unable to bind font' error, then press F12, Return and then reload Phaser.

Technical Bit
--------- ---
The calendar routine finds the day of the week the first of the month lands on using a bit of maths and then writes the pre days (from the last month) to that day. Then the days are printed till the end of the month is found and the days of the next month are added after this.
The moon's phases routine is similar but more simple as the date of the new moon is calculated and then the moon for the first box calculated from this. The moon phases then cycle till the last box is reached.




00000000  48 65 6c 70 20 66 6f 72  20 50 68 61 73 65 72 20  |Help for Phaser |
00000010  31 30 2f 39 2f 39 33 20  20 20 52 49 53 43 20 4f  |10/9/93   RISC O|
00000020  53 20 33 2e 31 0a 3d 3d  3d 3d 20 3d 3d 3d 20 3d  |S 3.1.==== === =|
00000030  3d 3d 3d 3d 3d 20 3d 3d  3d 3d 3d 3d 3d 0a 0a 54  |===== =======..T|
00000040  68 69 73 20 61 70 70 6c  69 63 61 74 69 6f 6e 20  |his application |
00000050  74 6f 74 61 6c 6c 79 20  73 75 70 70 6f 72 74 73  |totally supports|
00000060  20 27 49 6e 74 65 72 61  63 74 69 76 65 20 48 65  | 'Interactive He|
00000070  6c 70 27 20 61 6e 64 20  73 6f 20 69 66 20 79 6f  |lp' and so if yo|
00000080  75 20 6e 65 65 64 20 61  6e 79 20 68 65 6c 70 20  |u need any help |
00000090  6f 6e 20 74 68 65 20 6d  65 6e 75 20 65 6e 74 72  |on the menu entr|
000000a0  69 65 73 2c 20 77 69 6e  64 6f 77 73 20 65 74 63  |ies, windows etc|
000000b0  2e 20 6c 6f 61 64 20 69  74 20 75 70 2e 20 28 54  |. load it up. (T|
000000c0  68 65 20 68 65 6c 70 20  6d 65 73 73 61 67 65 73  |he help messages|
000000d0  20 74 61 6b 65 20 69 6e  74 6f 20 61 63 63 6f 75  | take into accou|
000000e0  6e 74 20 74 68 65 20 73  74 61 74 75 73 20 6f 66  |nt the status of|
000000f0  20 74 68 65 20 61 70 70  6c 69 63 61 74 69 6f 6e  | the application|
00000100  29 0a 0a 46 65 61 74 75  72 65 73 20 73 6f 6c 69  |)..Features soli|
00000110  64 20 73 70 72 69 74 65  20 64 72 61 67 67 69 6e  |d sprite draggin|
00000120  67 2c 20 64 65 73 6b 74  6f 70 20 62 6f 6f 74 20  |g, desktop boot |
00000130  66 69 6c 65 20 73 61 76  69 6e 67 20 26 20 6c 6f  |file saving & lo|
00000140  74 73 20 6f 66 20 66 6f  6e 74 73 2e 0a 0a 44 65  |ts of fonts...De|
00000150  73 63 72 69 70 74 69 6f  6e 0a 2d 2d 2d 2d 2d 2d  |scription.------|
00000160  2d 2d 2d 2d 2d 0a 50 72  6f 64 75 63 65 73 20 63  |-----.Produces c|
00000170  61 6c 65 6e 64 61 72 73  20 77 69 74 68 20 6d 6f  |alendars with mo|
00000180  6f 6e 27 73 20 70 68 61  73 65 73 2e 0a 4f 75 74  |on's phases..Out|
00000190  70 75 74 27 73 20 79 65  61 72 6c 79 20 6f 72 20  |put's yearly or |
000001a0  6d 6f 6e 74 68 6c 79 20  63 61 6c 65 6e 64 61 72  |monthly calendar|
000001b0  73 20 69 6e 20 65 69 74  68 65 72 20 74 65 78 74  |s in either text|
000001c0  20 6f 72 20 64 72 61 77  20 66 6f 72 6d 61 74 2e  | or draw format.|
000001d0  0a 49 6e 63 6c 75 64 65  73 20 61 20 66 6f 6e 74  |.Includes a font|
000001e0  20 6f 66 20 74 68 65 20  6d 6f 6f 6e 27 73 20 70  | of the moon's p|
000001f0  68 61 73 65 73 2c 20 68  61 6e 64 20 64 72 61 77  |hases, hand draw|
00000200  6e 20 63 61 6c 6c 65 64  20 4d 6f 6f 6e 2e 0a 0a  |n called Moon...|
00000210  4d 6f 72 65 20 48 65 6c  70 0a 2d 2d 2d 2d 20 2d  |More Help.---- -|
00000220  2d 2d 2d 0a 4f 6e 20 6c  6f 61 64 69 6e 67 20 74  |---.On loading t|
00000230  68 65 20 79 65 61 72 20  61 6e 64 20 6d 6f 6e 74  |he year and mont|
00000240  68 20 69 73 20 72 65 61  64 20 66 72 6f 6d 20 74  |h is read from t|
00000250  68 65 20 73 79 73 74 65  6d 20 63 6c 6f 63 6b 20  |he system clock |
00000260  26 20 74 68 65 20 66 6f  6e 74 73 20 61 72 65 20  |& the fonts are |
00000270  64 65 66 61 75 6c 74 2e  20 28 54 68 65 20 64 65  |default. (The de|
00000280  66 61 75 6c 74 20 66 6f  6e 74 73 20 63 61 6e 20  |fault fonts can |
00000290  62 65 20 61 6c 74 65 72  65 64 20 69 6e 20 74 68  |be altered in th|
000002a0  65 20 6d 65 73 73 61 67  65 73 20 66 69 6c 65 29  |e messages file)|
000002b0  0a 49 66 20 74 68 65 20  66 6f 6e 74 27 73 20 63  |.If the font's c|
000002c0  61 6e 6e 6f 74 20 62 65  20 66 6f 75 6e 64 20 74  |annot be found t|
000002d0  68 65 20 53 79 73 74 65  6d 20 66 6f 6e 74 20 69  |he System font i|
000002e0  73 20 64 65 66 61 75 6c  74 2e 0a 0a 54 68 65 20  |s default...The |
000002f0  63 61 6c 65 6e 64 61 72  73 20 61 72 65 20 76 65  |calendars are ve|
00000300  72 79 20 61 63 63 75 72  61 74 65 20 62 75 74 20  |ry accurate but |
00000310  6e 6f 74 20 61 63 63 75  72 61 74 65 20 66 6f 72  |not accurate for|
00000320  20 64 61 74 65 73 20 62  65 66 6f 72 65 20 53 65  | dates before Se|
00000330  70 74 65 6d 62 65 72 20  31 37 35 32 20 64 75 65  |ptember 1752 due|
00000340  20 74 6f 20 74 68 65 20  63 68 61 6e 67 65 6f 76  | to the changeov|
00000350  65 72 20 6f 66 20 63 61  6c 65 6e 64 61 72 73 2e  |er of calendars.|
00000360  0a 0a 54 68 65 20 63 61  6c 65 6e 64 61 72 73 20  |..The calendars |
00000370  64 69 73 70 6c 61 79 20  74 68 65 20 6d 6f 6f 6e  |display the moon|
00000380  73 20 70 68 61 73 65 73  20 66 6f 72 20 61 6e 79  |s phases for any|
00000390  20 6d 6f 6e 74 68 20 6f  72 20 79 65 61 72 20 77  | month or year w|
000003a0  69 74 68 20 61 20 67 6f  6f 64 20 64 65 67 72 65  |ith a good degre|
000003b0  65 20 6f 66 20 61 63 63  75 72 61 63 79 2e 20 28  |e of accuracy. (|
000003c0  54 6f 20 b1 32 20 64 61  79 73 29 0a 0a 54 75 72  |To .2 days)..Tur|
000003d0  6e 69 6e 67 20 74 68 65  20 6d 6f 6f 6e 73 20 70  |ning the moons p|
000003e0  68 61 73 65 73 20 6f 66  66 20 61 6e 64 20 67 69  |hases off and gi|
000003f0  76 69 6e 67 20 74 68 65  20 66 6f 6e 74 20 6d 61  |ving the font ma|
00000400  6e 61 67 65 72 20 6d 6f  72 65 20 6d 65 6d 6f 72  |nager more memor|
00000410  79 20 73 70 65 65 64 73  20 75 70 20 74 68 65 20  |y speeds up the |
00000420  73 63 72 65 65 6e 20 72  65 64 72 61 77 20 61 73  |screen redraw as|
00000430  20 74 68 69 73 20 61 70  70 6c 69 63 61 74 69 6f  | this applicatio|
00000440  6e 20 75 73 65 73 20 61  20 6c 6f 74 20 6f 66 20  |n uses a lot of |
00000450  61 6e 74 69 2d 20 61 6c  69 61 73 65 64 20 66 6f  |anti- aliased fo|
00000460  6e 74 73 2e 0a 54 68 65  20 6d 6f 6f 6e 20 66 6f  |nts..The moon fo|
00000470  6e 74 20 63 6f 6e 73 69  73 74 27 73 20 6f 66 20  |nt consist's of |
00000480  74 68 65 20 33 30 20 6f  66 20 74 68 65 20 6d 6f  |the 30 of the mo|
00000490  6f 6e 73 20 70 68 61 73  65 73 2e 0a 0a 49 66 20  |ons phases...If |
000004a0  79 6f 75 20 77 61 6e 74  20 74 6f 20 6a 75 73 74  |you want to just|
000004b0  20 73 61 76 65 20 61 20  63 61 6c 65 6e 64 61 72  | save a calendar|
000004c0  20 74 68 65 6e 20 79 6f  75 20 63 61 6e 20 73 61  | then you can sa|
000004d0  76 65 20 74 69 6d 65 20  6f 6e 20 73 63 72 65 65  |ve time on scree|
000004e0  6e 20 72 65 64 72 61 77  69 6e 67 20 62 79 20 69  |n redrawing by i|
000004f0  63 6f 6e 69 73 69 6e 67  20 70 68 61 73 65 72 27  |conising phaser'|
00000500  73 20 77 69 6e 64 6f 77  2c 20 28 68 6f 6c 64 20  |s window, (hold |
00000510  53 48 49 46 54 20 61 6e  64 20 63 6c 6f 73 65 20  |SHIFT and close |
00000520  69 74 29 20 61 6e 64 20  74 68 65 6e 20 62 79 20  |it) and then by |
00000530  68 6f 6c 64 69 6e 67 20  64 6f 77 6e 20 53 48 49  |holding down SHI|
00000540  46 54 20 61 6e 64 20 63  6c 69 63 6b 69 6e 67 20  |FT and clicking |
00000550  6d 65 6e 75 20 6f 6e 20  74 68 65 20 77 69 6e 64  |menu on the wind|
00000560  6f 77 20 79 6f 75 20 63  61 6e 20 63 68 61 6e 67  |ow you can chang|
00000570  65 20 74 68 65 20 6d 6f  6e 74 68 20 26 20 79 65  |e the month & ye|
00000580  61 72 20 75 73 69 6e 67  20 61 64 6a 75 73 74 20  |ar using adjust |
00000590  69 6e 73 74 65 61 64 20  6f 66 20 73 65 6c 65 63  |instead of selec|
000005a0  74 20 61 6e 64 20 74 68  65 6e 20 73 61 76 65 20  |t and then save |
000005b0  74 68 65 20 63 61 6c 65  6e 64 61 72 20 61 73 20  |the calendar as |
000005c0  6e 6f 72 6d 61 6c 2e 0a  0a 46 6f 6e 74 73 20 79  |normal...Fonts y|
000005d0  6f 75 20 77 69 73 68 20  74 6f 20 75 73 65 20 6d  |ou wish to use m|
000005e0  75 73 74 20 68 61 76 65  20 62 65 65 6e 20 90 73  |ust have been .s|
000005f0  65 65 6e 91 20 62 79 20  74 68 65 20 63 6f 6d 70  |een. by the comp|
00000600  75 74 65 72 20 62 65 66  6f 72 65 20 6c 6f 61 64  |uter before load|
00000610  69 6e 67 20 50 68 61 73  65 72 20 69 66 20 79 6f  |ing Phaser if yo|
00000620  75 20 77 69 73 68 20 74  6f 20 75 73 65 20 74 68  |u wish to use th|
00000630  65 6d 2e 0a 0a 59 65 61  72 20 70 6c 61 6e 6e 65  |em...Year planne|
00000640  72 73 20 6f 75 74 70 75  74 20 69 6e 20 44 72 61  |rs output in Dra|
00000650  77 20 66 6f 72 6d 61 74  20 74 61 6b 65 20 61 62  |w format take ab|
00000660  6f 75 74 20 68 61 6c 66  20 61 20 6d 69 6e 75 74  |out half a minut|
00000670  65 20 74 6f 20 63 6f 6d  70 69 6c 65 20 61 6e 64  |e to compile and|
00000680  20 73 61 76 65 20 77 68  69 6c 65 20 74 68 65 20  | save while the |
00000690  6f 74 68 65 72 20 66 6f  72 6d 73 20 6f 66 20 73  |other forms of s|
000006a0  61 76 69 6e 67 20 74 61  6b 65 20 6f 6e 6c 79 20  |aving take only |
000006b0  61 20 66 65 77 20 73 65  63 6f 6e 64 73 2e 20 54  |a few seconds. T|
000006c0  68 65 20 74 65 78 74 20  6f 75 74 70 75 74 20 74  |he text output t|
000006d0  72 69 65 73 20 61 73 20  63 6c 6f 73 65 6c 79 20  |ries as closely |
000006e0  61 73 20 70 6f 73 73 69  62 6c 65 20 74 6f 20 6d  |as possible to m|
000006f0  69 6d 69 63 20 74 68 65  20 64 72 61 77 20 6f 75  |imic the draw ou|
00000700  74 70 75 74 2e 0a 0a 54  68 65 20 63 61 6c 65 6e  |tput...The calen|
00000710  64 61 72 73 20 61 72 65  20 73 61 76 65 64 20 77  |dars are saved w|
00000720  69 74 68 20 74 68 65 20  70 72 65 73 65 6e 74 20  |ith the present |
00000730  73 74 61 74 65 2e 0a 28  57 69 74 68 20 73 65 6c  |state..(With sel|
00000740  65 63 74 65 64 20 66 6f  6e 74 73 20 61 6e 64 20  |ected fonts and |
00000750  70 68 61 73 65 73 20 6f  6e 20 6f 72 20 6f 66 66  |phases on or off|
00000760  29 0a 0a 54 6f 20 76 69  65 77 20 63 61 6c 65 6e  |)..To view calen|
00000770  64 61 72 73 20 69 6e 20  21 44 72 61 77 20 79 6f  |dars in !Draw yo|
00000780  75 20 66 69 72 73 74 20  6e 65 65 64 20 74 6f 20  |u first need to |
00000790  6c 6f 61 64 20 75 70 20  90 50 68 61 73 65 72 91  |load up .Phaser.|
000007a0  20 74 6f 20 69 6e 73 74  61 6c 6c 20 74 68 65 20  | to install the |
000007b0  6d 6f 6f 6e 20 66 6f 6e  74 20 61 6e 64 20 61 6c  |moon font and al|
000007c0  73 6f 20 61 6e 79 20 6f  74 68 65 72 20 66 6f 6e  |so any other fon|
000007d0  74 73 20 79 6f 75 27 76  65 20 75 73 65 64 20 61  |ts you've used a|
000007e0  6e 64 20 74 68 65 6e 20  6c 6f 61 64 20 74 68 65  |nd then load the|
000007f0  20 44 72 61 77 20 66 69  6c 65 20 63 72 65 61 74  | Draw file creat|
00000800  65 64 20 62 79 20 90 50  68 61 73 65 72 91 2e 20  |ed by .Phaser.. |
00000810  41 6c 6c 20 63 61 6c 65  6e 64 61 72 73 20 66 69  |All calendars fi|
00000820  74 20 6f 6e 20 61 6e 20  41 34 20 73 68 65 65 74  |t on an A4 sheet|
00000830  20 6f 66 20 70 61 70 65  72 20 62 79 20 64 65 66  | of paper by def|
00000840  61 75 6c 74 20 62 75 74  20 6f 6e 63 65 20 69 6e  |ault but once in|
00000850  20 44 72 61 77 20 66 6f  72 6d 61 74 20 79 6f 75  | Draw format you|
00000860  20 63 61 6e 20 64 6f 20  61 6e 79 74 68 69 6e 67  | can do anything|
00000870  20 77 69 74 68 20 74 68  65 6d 2e 0a 28 54 68 65  | with them..(The|
00000880  20 63 61 6c 65 6e 64 61  72 20 44 72 61 77 20 66  | calendar Draw f|
00000890  69 6c 65 73 20 68 61 76  65 20 76 61 72 69 6f 75  |iles have variou|
000008a0  73 20 6c 65 76 65 6c 73  3a 20 6d 6f 6f 6e 73 20  |s levels: moons |
000008b0  70 68 61 73 65 73 2c 20  66 72 61 6d 65 73 2c 20  |phases, frames, |
000008c0  64 61 79 73 20 65 74 63  2e 20 53 6f 20 74 68 61  |days etc. So tha|
000008d0  74 20 74 68 65 79 20 63  61 6e 20 65 61 73 69 6c  |t they can easil|
000008e0  79 20 62 65 20 61 6c 74  65 72 65 64 20 61 66 74  |y be altered aft|
000008f0  65 72 20 74 68 65 20 66  69 6c 65 20 68 61 73 20  |er the file has |
00000900  62 65 65 6e 20 63 72 65  61 74 65 64 20 69 66 20  |been created if |
00000910  6e 65 65 64 65 64 2e 29  0a 0a 49 66 20 79 6f 75  |needed.)..If you|
00000920  20 67 65 74 20 61 6e 20  27 55 6e 61 62 6c 65 20  | get an 'Unable |
00000930  74 6f 20 62 69 6e 64 20  66 6f 6e 74 27 20 65 72  |to bind font' er|
00000940  72 6f 72 2c 20 74 68 65  6e 20 70 72 65 73 73 20  |ror, then press |
00000950  46 31 32 2c 20 52 65 74  75 72 6e 20 61 6e 64 20  |F12, Return and |
00000960  74 68 65 6e 20 72 65 6c  6f 61 64 20 50 68 61 73  |then reload Phas|
00000970  65 72 2e 0a 0a 54 65 63  68 6e 69 63 61 6c 20 42  |er...Technical B|
00000980  69 74 0a 2d 2d 2d 2d 2d  2d 2d 2d 2d 20 2d 2d 2d  |it.--------- ---|
00000990  0a 54 68 65 20 63 61 6c  65 6e 64 61 72 20 72 6f  |.The calendar ro|
000009a0  75 74 69 6e 65 20 66 69  6e 64 73 20 74 68 65 20  |utine finds the |
000009b0  64 61 79 20 6f 66 20 74  68 65 20 77 65 65 6b 20  |day of the week |
000009c0  74 68 65 20 66 69 72 73  74 20 6f 66 20 74 68 65  |the first of the|
000009d0  20 6d 6f 6e 74 68 20 6c  61 6e 64 73 20 6f 6e 20  | month lands on |
000009e0  75 73 69 6e 67 20 61 20  62 69 74 20 6f 66 20 6d  |using a bit of m|
000009f0  61 74 68 73 20 61 6e 64  20 74 68 65 6e 20 77 72  |aths and then wr|
00000a00  69 74 65 73 20 74 68 65  20 70 72 65 20 64 61 79  |ites the pre day|
00000a10  73 20 28 66 72 6f 6d 20  74 68 65 20 6c 61 73 74  |s (from the last|
00000a20  20 6d 6f 6e 74 68 29 20  74 6f 20 74 68 61 74 20  | month) to that |
00000a30  64 61 79 2e 20 54 68 65  6e 20 74 68 65 20 64 61  |day. Then the da|
00000a40  79 73 20 61 72 65 20 70  72 69 6e 74 65 64 20 74  |ys are printed t|
00000a50  69 6c 6c 20 74 68 65 20  65 6e 64 20 6f 66 20 74  |ill the end of t|
00000a60  68 65 20 6d 6f 6e 74 68  20 69 73 20 66 6f 75 6e  |he month is foun|
00000a70  64 20 61 6e 64 20 74 68  65 20 64 61 79 73 20 6f  |d and the days o|
00000a80  66 20 74 68 65 20 6e 65  78 74 20 6d 6f 6e 74 68  |f the next month|
00000a90  20 61 72 65 20 61 64 64  65 64 20 61 66 74 65 72  | are added after|
00000aa0  20 74 68 69 73 2e 0a 54  68 65 20 6d 6f 6f 6e 27  | this..The moon'|
00000ab0  73 20 70 68 61 73 65 73  20 72 6f 75 74 69 6e 65  |s phases routine|
00000ac0  20 69 73 20 73 69 6d 69  6c 61 72 20 62 75 74 20  | is similar but |
00000ad0  6d 6f 72 65 20 73 69 6d  70 6c 65 20 61 73 20 74  |more simple as t|
00000ae0  68 65 20 64 61 74 65 20  6f 66 20 74 68 65 20 6e  |he date of the n|
00000af0  65 77 20 6d 6f 6f 6e 20  69 73 20 63 61 6c 63 75  |ew moon is calcu|
00000b00  6c 61 74 65 64 20 61 6e  64 20 74 68 65 6e 20 74  |lated and then t|
00000b10  68 65 20 6d 6f 6f 6e 20  66 6f 72 20 74 68 65 20  |he moon for the |
00000b20  66 69 72 73 74 20 62 6f  78 20 63 61 6c 63 75 6c  |first box calcul|
00000b30  61 74 65 64 20 66 72 6f  6d 20 74 68 69 73 2e 20  |ated from this. |
00000b40  54 68 65 20 6d 6f 6f 6e  20 70 68 61 73 65 73 20  |The moon phases |
00000b50  74 68 65 6e 20 63 79 63  6c 65 20 74 69 6c 6c 20  |then cycle till |
00000b60  74 68 65 20 6c 61 73 74  20 62 6f 78 20 69 73 20  |the last box is |
00000b70  72 65 61 63 68 65 64 2e  0a 0a 0a 0a 0a           |reached......|
00000b7d