Home » Archimedes archive » Micro User » MU 1991-08.adf » PD-Stuff » Demos/!Dance/!Help
Demos/!Dance/!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 » Micro User » MU 1991-08.adf » PD-Stuff |
Filename: | Demos/!Dance/!Help |
Read OK: | ✔ |
File size: | 1411 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
Dancer Version 1.00 May 2nd 1991 ================================== This is one of those silly Desktop Accessories that everybody has, in the vein of DeskDuck, although it is far more flexible. It features a stick man dancing on top of the icon bar. Load in the usual way, by double clicking on the !Dance icon. To start the dance, you must double click on a dance file or drag it to the backdrop. The man will then continue to dance, until you start a new dance or you click on Quit from the main menu (accessed by clicking menu on the backdrop). Dances are filetype 258; I chose this at random (well not quite, my birthday is on the 25th of August), but it can easily be changed if it clashes with any others. I can't be bothered to request my own file type from Acorn and there probably aren't any left now anyway. I would like to take this opportunity to appologise for Dancer. I can see no point in using elegant programming techniques for such simple applications, Dancer works so thats all that matters (although it is very inefficient in storing dances and so takes up a lot of memory and it is quite slow to redraw the man.) I am open to suggestions for any improvements or bugs in Dancer. If you lead a particularly sad life and you feel like editing some stick men to create a dance I may even send you my crappy little Dance Editor and some instructions. If your life is almost as sad as mine, you may want details of the Dance file format so that you could write a RISC OS version. I might even write a RISC OS version of the editor if I can find the inclination after I have finished my A'levels, and who knows I might even put it in the Public Domain. This is only likely to happen however if there is enough demand. I invisage a world where everyone with an Arc has a RISC OS version of DanceEdit and they spend all there time creating new moves for the Dancer. They also swap there best dances with others and there are annual competitions with prizes even bigger than in snooker (speaking of which are the 4th Dimension ever going to release Break 147?). But then that that might be beacuse I am mad. I hope you like using and are satisfied with Dancer. If so, tell your friends. If not, don't go blaming me. Standard boring Copyright Notice: All program code and the contents of the supporting files are copyright � myself Lee McGinty 1991. The only exception to this is this copyright message, which you can feel free to place on any of your own software for distribution. Dancer is "Shareware". You are free to give this application to anyone you please via any medium, provided it is delivered with all the supplied files, unaltered. If you wish to post it on your bulletin board or include it in your shareware library then that is fine. You may not sell this application, except that shareware libraries may make a nominal charge to cover disc duplication and postage. You have permission to use any part or the whole application in a project you intend to place in the public domain (why?), as long as I am fully credited, but not in a project that you intend to sell unless you tell me and pay be some money. The reason that this application (thing? I think that we need a name for these Desktop things.) uses up a lot of memory is because of the inefficient way dances are stored (using Basic arrays) which means that memory cannot be grabbed from the pool because arrays cannot be redimensioned and it is tedious to do as well. In theory, very large dances could be used although I have not designed any yet. The dances supplied with this application are very simple and do not take advantage of the software in any way. Disclaimer: This software is supplied "as is"; no warranty, express or implied, of the merchantability of this software or its fitness for any particular purpose is given. (What?) In no circumstances shall the author, or any provider or distributor of this software, be liable for any damage, loss of profits, or any indirect or consequential loss arising out of the use of this software or inability to use this software. Please contact me; If you find any bugs in the program. If you have any ideas for improving it. If you want a copy of the Dance Editor. (This is a simple Basic program that does not use the desktop, written for my own purposes.) If you think I should write or RISC OS version of the editor to put in the Public domain or if you want to. IF you have an overwhelming desire to send me some money. Either way, please include an SAE and a disc (if appropriate) with some P.D. software on it, as I am a poor student and cannot afford such luxuries as stamps. Address: Lee McGinty 41, Alpine Road, Ventnor, Isle of Wight. PO38 1BX Phone (0983) 853599 (Don't phone me unless it is very important though) I would like to make it completely clear that just because I live on and was born on the Isle of Wight that I am of no relation to David Icke or God (or any of their relatives). Version Updates. =============== Version 1.00 ------------ The first version.
00000000 44 61 6e 63 65 72 20 20 20 56 65 72 73 69 6f 6e |Dancer Version| 00000010 20 31 2e 30 30 20 4d 61 79 20 32 6e 64 20 31 39 | 1.00 May 2nd 19| 00000020 39 31 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |91.=============| 00000030 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 00000040 3d 3d 3d 3d 3d 0a 0a 54 68 69 73 20 69 73 20 6f |=====..This is o| 00000050 6e 65 20 6f 66 20 74 68 6f 73 65 20 73 69 6c 6c |ne of those sill| 00000060 79 20 44 65 73 6b 74 6f 70 20 41 63 63 65 73 73 |y Desktop Access| 00000070 6f 72 69 65 73 20 74 68 61 74 20 65 76 65 72 79 |ories that every| 00000080 62 6f 64 79 20 68 61 73 2c 20 69 6e 20 74 68 65 |body has, in the| 00000090 0a 76 65 69 6e 20 6f 66 20 44 65 73 6b 44 75 63 |.vein of DeskDuc| 000000a0 6b 2c 20 61 6c 74 68 6f 75 67 68 20 69 74 20 69 |k, although it i| 000000b0 73 20 66 61 72 20 6d 6f 72 65 20 66 6c 65 78 69 |s far more flexi| 000000c0 62 6c 65 2e 20 49 74 20 66 65 61 74 75 72 65 73 |ble. It features| 000000d0 20 61 20 73 74 69 63 6b 20 6d 61 6e 20 20 64 61 | a stick man da| 000000e0 6e 63 69 6e 67 20 6f 6e 20 74 6f 70 20 6f 66 20 |ncing on top of | 000000f0 74 68 65 20 69 63 6f 6e 20 62 61 72 2e 20 0a 0a |the icon bar. ..| 00000100 4c 6f 61 64 20 69 6e 20 74 68 65 20 75 73 75 61 |Load in the usua| 00000110 6c 20 77 61 79 2c 20 62 79 20 64 6f 75 62 6c 65 |l way, by double| 00000120 20 63 6c 69 63 6b 69 6e 67 20 6f 6e 20 74 68 65 | clicking on the| 00000130 20 21 44 61 6e 63 65 20 69 63 6f 6e 2e 20 54 6f | !Dance icon. To| 00000140 20 73 74 61 72 74 20 74 68 65 0a 64 61 6e 63 65 | start the.dance| 00000150 2c 20 79 6f 75 20 6d 75 73 74 20 64 6f 75 62 6c |, you must doubl| 00000160 65 20 63 6c 69 63 6b 20 6f 6e 20 61 20 64 61 6e |e click on a dan| 00000170 63 65 20 66 69 6c 65 20 6f 72 20 64 72 61 67 20 |ce file or drag | 00000180 69 74 20 74 6f 20 74 68 65 20 62 61 63 6b 64 72 |it to the backdr| 00000190 6f 70 2e 20 0a 54 68 65 20 6d 61 6e 20 77 69 6c |op. .The man wil| 000001a0 6c 20 74 68 65 6e 20 63 6f 6e 74 69 6e 75 65 20 |l then continue | 000001b0 74 6f 20 64 61 6e 63 65 2c 20 75 6e 74 69 6c 20 |to dance, until | 000001c0 79 6f 75 20 73 74 61 72 74 20 61 20 6e 65 77 20 |you start a new | 000001d0 64 61 6e 63 65 20 6f 72 20 79 6f 75 0a 63 6c 69 |dance or you.cli| 000001e0 63 6b 20 6f 6e 20 51 75 69 74 20 66 72 6f 6d 20 |ck on Quit from | 000001f0 74 68 65 20 6d 61 69 6e 20 6d 65 6e 75 20 28 61 |the main menu (a| 00000200 63 63 65 73 73 65 64 20 62 79 20 63 6c 69 63 6b |ccessed by click| 00000210 69 6e 67 20 6d 65 6e 75 20 6f 6e 20 74 68 65 20 |ing menu on the | 00000220 62 61 63 6b 64 72 6f 70 29 2e 0a 0a 44 61 6e 63 |backdrop)...Danc| 00000230 65 73 20 61 72 65 20 66 69 6c 65 74 79 70 65 20 |es are filetype | 00000240 32 35 38 3b 20 49 20 63 68 6f 73 65 20 74 68 69 |258; I chose thi| 00000250 73 20 61 74 20 72 61 6e 64 6f 6d 20 28 77 65 6c |s at random (wel| 00000260 6c 20 6e 6f 74 20 71 75 69 74 65 2c 20 6d 79 20 |l not quite, my | 00000270 62 69 72 74 68 64 61 79 0a 69 73 20 6f 6e 20 74 |birthday.is on t| 00000280 68 65 20 32 35 74 68 20 6f 66 20 41 75 67 75 73 |he 25th of Augus| 00000290 74 29 2c 20 62 75 74 20 69 74 20 63 61 6e 20 65 |t), but it can e| 000002a0 61 73 69 6c 79 20 62 65 20 63 68 61 6e 67 65 64 |asily be changed| 000002b0 20 69 66 20 69 74 20 63 6c 61 73 68 65 73 20 77 | if it clashes w| 000002c0 69 74 68 0a 61 6e 79 20 6f 74 68 65 72 73 2e 20 |ith.any others. | 000002d0 49 20 63 61 6e 27 74 20 62 65 20 62 6f 74 68 65 |I can't be bothe| 000002e0 72 65 64 20 74 6f 20 72 65 71 75 65 73 74 20 6d |red to request m| 000002f0 79 20 6f 77 6e 20 66 69 6c 65 20 74 79 70 65 20 |y own file type | 00000300 66 72 6f 6d 20 41 63 6f 72 6e 20 61 6e 64 0a 74 |from Acorn and.t| 00000310 68 65 72 65 20 70 72 6f 62 61 62 6c 79 20 61 72 |here probably ar| 00000320 65 6e 27 74 20 61 6e 79 20 6c 65 66 74 20 6e 6f |en't any left no| 00000330 77 20 61 6e 79 77 61 79 2e 0a 0a 49 20 77 6f 75 |w anyway...I wou| 00000340 6c 64 20 6c 69 6b 65 20 74 6f 20 74 61 6b 65 20 |ld like to take | 00000350 74 68 69 73 20 6f 70 70 6f 72 74 75 6e 69 74 79 |this opportunity| 00000360 20 74 6f 20 61 70 70 6f 6c 6f 67 69 73 65 20 66 | to appologise f| 00000370 6f 72 20 44 61 6e 63 65 72 2e 20 49 20 63 61 6e |or Dancer. I can| 00000380 20 73 65 65 0a 6e 6f 20 70 6f 69 6e 74 20 69 6e | see.no point in| 00000390 20 75 73 69 6e 67 20 65 6c 65 67 61 6e 74 20 70 | using elegant p| 000003a0 72 6f 67 72 61 6d 6d 69 6e 67 20 74 65 63 68 6e |rogramming techn| 000003b0 69 71 75 65 73 20 66 6f 72 20 73 75 63 68 20 73 |iques for such s| 000003c0 69 6d 70 6c 65 0a 61 70 70 6c 69 63 61 74 69 6f |imple.applicatio| 000003d0 6e 73 2c 20 44 61 6e 63 65 72 20 77 6f 72 6b 73 |ns, Dancer works| 000003e0 20 73 6f 20 74 68 61 74 73 20 61 6c 6c 20 74 68 | so thats all th| 000003f0 61 74 20 6d 61 74 74 65 72 73 20 28 61 6c 74 68 |at matters (alth| 00000400 6f 75 67 68 20 69 74 20 69 73 20 76 65 72 79 0a |ough it is very.| 00000410 69 6e 65 66 66 69 63 69 65 6e 74 20 69 6e 20 73 |inefficient in s| 00000420 74 6f 72 69 6e 67 20 64 61 6e 63 65 73 20 61 6e |toring dances an| 00000430 64 20 73 6f 20 74 61 6b 65 73 20 75 70 20 61 20 |d so takes up a | 00000440 6c 6f 74 20 6f 66 20 6d 65 6d 6f 72 79 20 61 6e |lot of memory an| 00000450 64 20 69 74 20 69 73 20 71 75 69 74 65 0a 73 6c |d it is quite.sl| 00000460 6f 77 20 74 6f 20 72 65 64 72 61 77 20 74 68 65 |ow to redraw the| 00000470 20 6d 61 6e 2e 29 0a 0a 49 20 61 6d 20 6f 70 65 | man.)..I am ope| 00000480 6e 20 74 6f 20 73 75 67 67 65 73 74 69 6f 6e 73 |n to suggestions| 00000490 20 66 6f 72 20 61 6e 79 20 69 6d 70 72 6f 76 65 | for any improve| 000004a0 6d 65 6e 74 73 20 6f 72 20 62 75 67 73 20 69 6e |ments or bugs in| 000004b0 20 44 61 6e 63 65 72 2e 20 49 66 20 79 6f 75 0a | Dancer. If you.| 000004c0 6c 65 61 64 20 61 20 70 61 72 74 69 63 75 6c 61 |lead a particula| 000004d0 72 6c 79 20 73 61 64 20 6c 69 66 65 20 61 6e 64 |rly sad life and| 000004e0 20 79 6f 75 20 66 65 65 6c 20 6c 69 6b 65 20 65 | you feel like e| 000004f0 64 69 74 69 6e 67 20 73 6f 6d 65 20 73 74 69 63 |diting some stic| 00000500 6b 20 6d 65 6e 20 74 6f 0a 63 72 65 61 74 65 20 |k men to.create | 00000510 61 20 64 61 6e 63 65 20 49 20 6d 61 79 20 65 76 |a dance I may ev| 00000520 65 6e 20 73 65 6e 64 20 79 6f 75 20 6d 79 20 63 |en send you my c| 00000530 72 61 70 70 79 20 6c 69 74 74 6c 65 20 44 61 6e |rappy little Dan| 00000540 63 65 20 45 64 69 74 6f 72 20 61 6e 64 20 73 6f |ce Editor and so| 00000550 6d 65 0a 69 6e 73 74 72 75 63 74 69 6f 6e 73 2e |me.instructions.| 00000560 20 49 66 20 79 6f 75 72 20 6c 69 66 65 20 69 73 | If your life is| 00000570 20 61 6c 6d 6f 73 74 20 61 73 20 73 61 64 20 61 | almost as sad a| 00000580 73 20 6d 69 6e 65 2c 20 79 6f 75 20 6d 61 79 20 |s mine, you may | 00000590 77 61 6e 74 20 64 65 74 61 69 6c 73 0a 6f 66 20 |want details.of | 000005a0 74 68 65 20 44 61 6e 63 65 20 66 69 6c 65 20 66 |the Dance file f| 000005b0 6f 72 6d 61 74 20 73 6f 20 74 68 61 74 20 79 6f |ormat so that yo| 000005c0 75 20 63 6f 75 6c 64 20 77 72 69 74 65 20 61 20 |u could write a | 000005d0 52 49 53 43 20 4f 53 20 76 65 72 73 69 6f 6e 2e |RISC OS version.| 000005e0 20 49 0a 6d 69 67 68 74 20 65 76 65 6e 20 77 72 | I.might even wr| 000005f0 69 74 65 20 61 20 52 49 53 43 20 4f 53 20 76 65 |ite a RISC OS ve| 00000600 72 73 69 6f 6e 20 6f 66 20 74 68 65 20 65 64 69 |rsion of the edi| 00000610 74 6f 72 20 69 66 20 49 20 63 61 6e 20 66 69 6e |tor if I can fin| 00000620 64 20 74 68 65 0a 69 6e 63 6c 69 6e 61 74 69 6f |d the.inclinatio| 00000630 6e 20 61 66 74 65 72 20 49 20 68 61 76 65 20 66 |n after I have f| 00000640 69 6e 69 73 68 65 64 20 6d 79 20 41 27 6c 65 76 |inished my A'lev| 00000650 65 6c 73 2c 20 61 6e 64 20 77 68 6f 20 6b 6e 6f |els, and who kno| 00000660 77 73 20 49 20 6d 69 67 68 74 20 65 76 65 6e 0a |ws I might even.| 00000670 70 75 74 20 69 74 20 69 6e 20 74 68 65 20 50 75 |put it in the Pu| 00000680 62 6c 69 63 20 44 6f 6d 61 69 6e 2e 20 54 68 69 |blic Domain. Thi| 00000690 73 20 69 73 20 6f 6e 6c 79 20 6c 69 6b 65 6c 79 |s is only likely| 000006a0 20 74 6f 20 68 61 70 70 65 6e 20 68 6f 77 65 76 | to happen howev| 000006b0 65 72 20 69 66 20 74 68 65 72 65 0a 69 73 20 65 |er if there.is e| 000006c0 6e 6f 75 67 68 20 64 65 6d 61 6e 64 2e 0a 0a 49 |nough demand...I| 000006d0 20 69 6e 76 69 73 61 67 65 20 61 20 77 6f 72 6c | invisage a worl| 000006e0 64 20 77 68 65 72 65 20 65 76 65 72 79 6f 6e 65 |d where everyone| 000006f0 20 77 69 74 68 20 61 6e 20 41 72 63 20 68 61 73 | with an Arc has| 00000700 20 61 20 52 49 53 43 20 4f 53 20 76 65 72 73 69 | a RISC OS versi| 00000710 6f 6e 20 6f 66 0a 44 61 6e 63 65 45 64 69 74 20 |on of.DanceEdit | 00000720 61 6e 64 20 74 68 65 79 20 73 70 65 6e 64 20 61 |and they spend a| 00000730 6c 6c 20 74 68 65 72 65 20 74 69 6d 65 20 63 72 |ll there time cr| 00000740 65 61 74 69 6e 67 20 6e 65 77 20 6d 6f 76 65 73 |eating new moves| 00000750 20 66 6f 72 20 74 68 65 20 44 61 6e 63 65 72 2e | for the Dancer.| 00000760 0a 54 68 65 79 20 61 6c 73 6f 20 73 77 61 70 20 |.They also swap | 00000770 74 68 65 72 65 20 62 65 73 74 20 64 61 6e 63 65 |there best dance| 00000780 73 20 77 69 74 68 20 6f 74 68 65 72 73 20 61 6e |s with others an| 00000790 64 20 74 68 65 72 65 20 61 72 65 20 61 6e 6e 75 |d there are annu| 000007a0 61 6c 0a 63 6f 6d 70 65 74 69 74 69 6f 6e 73 20 |al.competitions | 000007b0 77 69 74 68 20 70 72 69 7a 65 73 20 65 76 65 6e |with prizes even| 000007c0 20 62 69 67 67 65 72 20 74 68 61 6e 20 69 6e 20 | bigger than in | 000007d0 73 6e 6f 6f 6b 65 72 20 28 73 70 65 61 6b 69 6e |snooker (speakin| 000007e0 67 20 6f 66 20 77 68 69 63 68 0a 61 72 65 20 74 |g of which.are t| 000007f0 68 65 20 34 74 68 20 44 69 6d 65 6e 73 69 6f 6e |he 4th Dimension| 00000800 20 65 76 65 72 20 67 6f 69 6e 67 20 74 6f 20 72 | ever going to r| 00000810 65 6c 65 61 73 65 20 42 72 65 61 6b 20 31 34 37 |elease Break 147| 00000820 3f 29 2e 20 42 75 74 20 74 68 65 6e 20 74 68 61 |?). But then tha| 00000830 74 20 74 68 61 74 0a 6d 69 67 68 74 20 62 65 20 |t that.might be | 00000840 62 65 61 63 75 73 65 20 49 20 61 6d 20 6d 61 64 |beacuse I am mad| 00000850 2e 0a 0a 0a 0a 49 20 20 68 6f 70 65 20 20 79 6f |.....I hope yo| 00000860 75 20 6c 69 6b 65 20 75 73 69 6e 67 20 61 6e 64 |u like using and| 00000870 20 61 72 65 20 73 61 74 69 73 66 69 65 64 20 77 | are satisfied w| 00000880 69 74 68 20 44 61 6e 63 65 72 2e 20 49 66 20 20 |ith Dancer. If | 00000890 73 6f 2c 20 20 74 65 6c 6c 20 20 79 6f 75 72 20 |so, tell your | 000008a0 0a 66 72 69 65 6e 64 73 2e 20 20 20 49 66 20 20 |.friends. If | 000008b0 6e 6f 74 2c 20 20 64 6f 6e 27 74 20 67 6f 20 62 |not, don't go b| 000008c0 6c 61 6d 69 6e 67 20 6d 65 2e 0a 0a 53 74 61 6e |laming me...Stan| 000008d0 64 61 72 64 20 20 62 6f 72 69 6e 67 20 43 6f 70 |dard boring Cop| 000008e0 79 72 69 67 68 74 20 4e 6f 74 69 63 65 3a 20 20 |yright Notice: | 000008f0 20 41 6c 6c 20 70 72 6f 67 72 61 6d 20 63 6f 64 | All program cod| 00000900 65 20 61 6e 64 20 74 68 65 20 63 6f 6e 74 65 6e |e and the conten| 00000910 74 73 20 20 6f 66 20 0a 74 68 65 20 20 73 75 70 |ts of .the sup| 00000920 70 6f 72 74 69 6e 67 20 66 69 6c 65 73 20 61 72 |porting files ar| 00000930 65 20 63 6f 70 79 72 69 67 68 74 20 a9 20 6d 79 |e copyright . my| 00000940 73 65 6c 66 20 4c 65 65 20 4d 63 47 69 6e 74 79 |self Lee McGinty| 00000950 20 20 31 39 39 31 2e 20 54 68 65 20 6f 6e 6c 79 | 1991. The only| 00000960 20 0a 65 78 63 65 70 74 69 6f 6e 20 74 6f 20 74 | .exception to t| 00000970 68 69 73 20 69 73 20 74 68 69 73 20 63 6f 70 79 |his is this copy| 00000980 72 69 67 68 74 20 6d 65 73 73 61 67 65 2c 20 77 |right message, w| 00000990 68 69 63 68 20 79 6f 75 20 63 61 6e 20 66 65 65 |hich you can fee| 000009a0 6c 20 66 72 65 65 20 74 6f 20 0a 70 6c 61 63 65 |l free to .place| 000009b0 20 6f 6e 20 61 6e 79 20 6f 66 20 79 6f 75 72 20 | on any of your | 000009c0 6f 77 6e 20 73 6f 66 74 77 61 72 65 20 66 6f 72 |own software for| 000009d0 20 64 69 73 74 72 69 62 75 74 69 6f 6e 2e 0a 0a | distribution...| 000009e0 44 61 6e 63 65 72 20 69 73 20 20 22 53 68 61 72 |Dancer is "Shar| 000009f0 65 77 61 72 65 22 2e 20 20 20 59 6f 75 20 61 72 |eware". You ar| 00000a00 65 20 66 72 65 65 20 74 6f 20 67 69 76 65 20 20 |e free to give | 00000a10 74 68 69 73 20 20 61 70 70 6c 69 63 61 74 69 6f |this applicatio| 00000a20 6e 20 20 74 6f 20 0a 61 6e 79 6f 6e 65 20 20 79 |n to .anyone y| 00000a30 6f 75 20 70 6c 65 61 73 65 20 76 69 61 20 61 6e |ou please via an| 00000a40 79 20 6d 65 64 69 75 6d 2c 20 20 70 72 6f 76 69 |y medium, provi| 00000a50 64 65 64 20 69 74 20 69 73 20 64 65 6c 69 76 65 |ded it is delive| 00000a60 72 65 64 20 77 69 74 68 20 61 6c 6c 20 20 74 68 |red with all th| 00000a70 65 20 0a 73 75 70 70 6c 69 65 64 20 66 69 6c 65 |e .supplied file| 00000a80 73 2c 20 20 75 6e 61 6c 74 65 72 65 64 2e 20 20 |s, unaltered. | 00000a90 49 66 20 79 6f 75 20 77 69 73 68 20 74 6f 20 70 |If you wish to p| 00000aa0 6f 73 74 20 69 74 20 6f 6e 20 79 6f 75 72 20 62 |ost it on your b| 00000ab0 75 6c 6c 65 74 69 6e 20 62 6f 61 72 64 20 0a 6f |ulletin board .o| 00000ac0 72 20 20 69 6e 63 6c 75 64 65 20 69 74 20 69 6e |r include it in| 00000ad0 20 79 6f 75 72 20 73 68 61 72 65 77 61 72 65 20 | your shareware | 00000ae0 6c 69 62 72 61 72 79 20 74 68 65 6e 20 74 68 61 |library then tha| 00000af0 74 20 69 73 20 66 69 6e 65 2e 20 20 20 59 6f 75 |t is fine. You| 00000b00 20 6d 61 79 20 20 6e 6f 74 20 0a 73 65 6c 6c 20 | may not .sell | 00000b10 74 68 69 73 20 61 70 70 6c 69 63 61 74 69 6f 6e |this application| 00000b20 2c 20 20 65 78 63 65 70 74 20 74 68 61 74 20 73 |, except that s| 00000b30 68 61 72 65 77 61 72 65 20 6c 69 62 72 61 72 69 |hareware librari| 00000b40 65 73 20 6d 61 79 20 6d 61 6b 65 20 61 20 6e 6f |es may make a no| 00000b50 6d 69 6e 61 6c 20 0a 63 68 61 72 67 65 20 74 6f |minal .charge to| 00000b60 20 63 6f 76 65 72 20 64 69 73 63 20 64 75 70 6c | cover disc dupl| 00000b70 69 63 61 74 69 6f 6e 20 61 6e 64 20 70 6f 73 74 |ication and post| 00000b80 61 67 65 2e 0a 0a 59 6f 75 20 68 61 76 65 20 70 |age...You have p| 00000b90 65 72 6d 69 73 73 69 6f 6e 20 74 6f 20 75 73 65 |ermission to use| 00000ba0 20 61 6e 79 20 70 61 72 74 20 6f 72 20 74 68 65 | any part or the| 00000bb0 20 77 68 6f 6c 65 20 61 70 70 6c 69 63 61 74 69 | whole applicati| 00000bc0 6f 6e 20 69 6e 20 61 20 20 70 72 6f 6a 65 63 74 |on in a project| 00000bd0 20 0a 79 6f 75 20 69 6e 74 65 6e 64 20 74 6f 20 | .you intend to | 00000be0 70 6c 61 63 65 20 69 6e 20 74 68 65 20 70 75 62 |place in the pub| 00000bf0 6c 69 63 20 64 6f 6d 61 69 6e 20 28 77 68 79 3f |lic domain (why?| 00000c00 29 2c 20 20 61 73 20 6c 6f 6e 67 20 61 73 20 49 |), as long as I| 00000c10 20 61 6d 20 66 75 6c 6c 79 0a 63 72 65 64 69 74 | am fully.credit| 00000c20 65 64 2c 20 62 75 74 20 6e 6f 74 20 69 6e 20 61 |ed, but not in a| 00000c30 20 70 72 6f 6a 65 63 74 20 74 68 61 74 20 79 6f | project that yo| 00000c40 75 20 69 6e 74 65 6e 64 20 74 6f 20 73 65 6c 6c |u intend to sell| 00000c50 20 75 6e 6c 65 73 73 20 79 6f 75 20 74 65 6c 6c | unless you tell| 00000c60 20 6d 65 0a 61 6e 64 20 70 61 79 20 62 65 20 73 | me.and pay be s| 00000c70 6f 6d 65 20 6d 6f 6e 65 79 2e 0a 0a 54 68 65 20 |ome money...The | 00000c80 72 65 61 73 6f 6e 20 74 68 61 74 20 74 68 69 73 |reason that this| 00000c90 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 28 74 68 | application (th| 00000ca0 69 6e 67 3f 20 49 20 74 68 69 6e 6b 20 74 68 61 |ing? I think tha| 00000cb0 74 20 77 65 20 6e 65 65 64 20 61 20 6e 61 6d 65 |t we need a name| 00000cc0 20 66 6f 72 20 0a 74 68 65 73 65 20 44 65 73 6b | for .these Desk| 00000cd0 74 6f 70 20 74 68 69 6e 67 73 2e 29 20 75 73 65 |top things.) use| 00000ce0 73 20 75 70 20 61 20 6c 6f 74 20 6f 66 20 6d 65 |s up a lot of me| 00000cf0 6d 6f 72 79 20 69 73 20 62 65 63 61 75 73 65 20 |mory is because | 00000d00 6f 66 20 74 68 65 0a 69 6e 65 66 66 69 63 69 65 |of the.inefficie| 00000d10 6e 74 20 77 61 79 20 64 61 6e 63 65 73 20 61 72 |nt way dances ar| 00000d20 65 20 73 74 6f 72 65 64 20 28 75 73 69 6e 67 20 |e stored (using | 00000d30 42 61 73 69 63 20 61 72 72 61 79 73 29 20 77 68 |Basic arrays) wh| 00000d40 69 63 68 20 6d 65 61 6e 73 20 74 68 61 74 20 0a |ich means that .| 00000d50 6d 65 6d 6f 72 79 20 63 61 6e 6e 6f 74 20 62 65 |memory cannot be| 00000d60 20 67 72 61 62 62 65 64 20 66 72 6f 6d 20 74 68 | grabbed from th| 00000d70 65 20 70 6f 6f 6c 20 62 65 63 61 75 73 65 20 61 |e pool because a| 00000d80 72 72 61 79 73 20 63 61 6e 6e 6f 74 20 62 65 0a |rrays cannot be.| 00000d90 72 65 64 69 6d 65 6e 73 69 6f 6e 65 64 20 61 6e |redimensioned an| 00000da0 64 20 69 74 20 69 73 20 74 65 64 69 6f 75 73 20 |d it is tedious | 00000db0 74 6f 20 64 6f 20 61 73 20 77 65 6c 6c 2e 20 49 |to do as well. I| 00000dc0 6e 20 74 68 65 6f 72 79 2c 20 76 65 72 79 20 6c |n theory, very l| 00000dd0 61 72 67 65 20 64 61 6e 63 65 73 0a 63 6f 75 6c |arge dances.coul| 00000de0 64 20 62 65 20 75 73 65 64 20 61 6c 74 68 6f 75 |d be used althou| 00000df0 67 68 20 49 20 68 61 76 65 20 6e 6f 74 20 64 65 |gh I have not de| 00000e00 73 69 67 6e 65 64 20 61 6e 79 20 79 65 74 2e 20 |signed any yet. | 00000e10 54 68 65 20 64 61 6e 63 65 73 20 73 75 70 70 6c |The dances suppl| 00000e20 69 65 64 20 77 69 74 68 0a 74 68 69 73 20 61 70 |ied with.this ap| 00000e30 70 6c 69 63 61 74 69 6f 6e 20 61 72 65 20 76 65 |plication are ve| 00000e40 72 79 20 73 69 6d 70 6c 65 20 61 6e 64 20 64 6f |ry simple and do| 00000e50 20 6e 6f 74 20 74 61 6b 65 20 61 64 76 61 6e 74 | not take advant| 00000e60 61 67 65 20 6f 66 20 74 68 65 20 73 6f 66 74 77 |age of the softw| 00000e70 61 72 65 0a 69 6e 20 61 6e 79 20 77 61 79 2e 0a |are.in any way..| 00000e80 0a 0a 44 69 73 63 6c 61 69 6d 65 72 3a 20 0a 0a |..Disclaimer: ..| 00000e90 54 68 69 73 20 73 6f 66 74 77 61 72 65 20 69 73 |This software is| 00000ea0 20 73 75 70 70 6c 69 65 64 20 22 61 73 20 69 73 | supplied "as is| 00000eb0 22 3b 20 20 20 6e 6f 20 77 61 72 72 61 6e 74 79 |"; no warranty| 00000ec0 2c 20 20 65 78 70 72 65 73 73 20 6f 72 20 69 6d |, express or im| 00000ed0 70 6c 69 65 64 2c 20 20 6f 66 20 0a 74 68 65 20 |plied, of .the | 00000ee0 20 6d 65 72 63 68 61 6e 74 61 62 69 6c 69 74 79 | merchantability| 00000ef0 20 20 6f 66 20 74 68 69 73 20 73 6f 66 74 77 61 | of this softwa| 00000f00 72 65 20 6f 72 20 69 74 73 20 66 69 74 6e 65 73 |re or its fitnes| 00000f10 73 20 66 6f 72 20 20 61 6e 79 20 20 70 61 72 74 |s for any part| 00000f20 69 63 75 6c 61 72 20 0a 70 75 72 70 6f 73 65 20 |icular .purpose | 00000f30 69 73 20 67 69 76 65 6e 2e 20 28 57 68 61 74 3f |is given. (What?| 00000f40 29 0a 49 6e 20 6e 6f 20 63 69 72 63 75 6d 73 74 |).In no circumst| 00000f50 61 6e 63 65 73 20 73 68 61 6c 6c 20 74 68 65 20 |ances shall the | 00000f60 61 75 74 68 6f 72 2c 20 20 6f 72 20 61 6e 79 20 |author, or any | 00000f70 70 72 6f 76 69 64 65 72 20 6f 72 20 20 64 69 73 |provider or dis| 00000f80 74 72 69 62 75 74 6f 72 20 20 6f 66 20 20 0a 74 |tributor of .t| 00000f90 68 69 73 20 73 6f 66 74 77 61 72 65 2c 20 20 62 |his software, b| 00000fa0 65 20 6c 69 61 62 6c 65 20 66 6f 72 20 20 61 6e |e liable for an| 00000fb0 79 20 20 64 61 6d 61 67 65 2c 20 20 6c 6f 73 73 |y damage, loss| 00000fc0 20 20 6f 66 20 70 72 6f 66 69 74 73 2c 20 20 6f | of profits, o| 00000fd0 72 20 61 6e 79 20 0a 69 6e 64 69 72 65 63 74 20 |r any .indirect | 00000fe0 6f 72 20 63 6f 6e 73 65 71 75 65 6e 74 69 61 6c |or consequential| 00000ff0 20 6c 6f 73 73 20 61 72 69 73 69 6e 67 20 6f 75 | loss arising ou| 00001000 74 20 6f 66 20 74 68 65 20 75 73 65 20 20 6f 66 |t of the use of| 00001010 20 74 68 69 73 20 73 6f 66 74 77 61 72 65 20 0a | this software .| 00001020 6f 72 20 69 6e 61 62 69 6c 69 74 79 20 74 6f 20 |or inability to | 00001030 75 73 65 20 74 68 69 73 20 73 6f 66 74 77 61 72 |use this softwar| 00001040 65 2e 0a 0a 0a 50 6c 65 61 73 65 20 63 6f 6e 74 |e....Please cont| 00001050 61 63 74 20 6d 65 3b 0a 0a 49 66 20 79 6f 75 20 |act me;..If you | 00001060 66 69 6e 64 20 61 6e 79 20 62 75 67 73 20 69 6e |find any bugs in| 00001070 20 74 68 65 20 70 72 6f 67 72 61 6d 2e 0a 49 66 | the program..If| 00001080 20 79 6f 75 20 68 61 76 65 20 61 6e 79 20 69 64 | you have any id| 00001090 65 61 73 20 66 6f 72 20 69 6d 70 72 6f 76 69 6e |eas for improvin| 000010a0 67 20 69 74 2e 0a 49 66 20 79 6f 75 20 77 61 6e |g it..If you wan| 000010b0 74 20 61 20 63 6f 70 79 20 6f 66 20 74 68 65 20 |t a copy of the | 000010c0 44 61 6e 63 65 20 45 64 69 74 6f 72 2e 20 28 54 |Dance Editor. (T| 000010d0 68 69 73 20 69 73 20 61 20 73 69 6d 70 6c 65 20 |his is a simple | 000010e0 42 61 73 69 63 20 70 72 6f 67 72 61 6d 20 74 68 |Basic program th| 000010f0 61 74 0a 20 20 20 64 6f 65 73 20 6e 6f 74 20 75 |at. does not u| 00001100 73 65 20 74 68 65 20 64 65 73 6b 74 6f 70 2c 20 |se the desktop, | 00001110 77 72 69 74 74 65 6e 20 66 6f 72 20 6d 79 20 6f |written for my o| 00001120 77 6e 20 70 75 72 70 6f 73 65 73 2e 29 0a 49 66 |wn purposes.).If| 00001130 20 79 6f 75 20 74 68 69 6e 6b 20 49 20 73 68 6f | you think I sho| 00001140 75 6c 64 20 77 72 69 74 65 20 6f 72 20 52 49 53 |uld write or RIS| 00001150 43 20 4f 53 20 76 65 72 73 69 6f 6e 20 6f 66 20 |C OS version of | 00001160 74 68 65 20 65 64 69 74 6f 72 20 74 6f 20 70 75 |the editor to pu| 00001170 74 20 69 6e 20 74 68 65 0a 20 20 20 50 75 62 6c |t in the. Publ| 00001180 69 63 20 64 6f 6d 61 69 6e 20 6f 72 20 69 66 20 |ic domain or if | 00001190 79 6f 75 20 77 61 6e 74 20 74 6f 2e 0a 49 46 20 |you want to..IF | 000011a0 79 6f 75 20 68 61 76 65 20 61 6e 20 6f 76 65 72 |you have an over| 000011b0 77 68 65 6c 6d 69 6e 67 20 64 65 73 69 72 65 20 |whelming desire | 000011c0 74 6f 20 73 65 6e 64 20 6d 65 20 73 6f 6d 65 20 |to send me some | 000011d0 6d 6f 6e 65 79 2e 0a 0a 45 69 74 68 65 72 20 77 |money...Either w| 000011e0 61 79 2c 20 70 6c 65 61 73 65 20 69 6e 63 6c 75 |ay, please inclu| 000011f0 64 65 20 61 6e 20 53 41 45 20 61 6e 64 20 61 20 |de an SAE and a | 00001200 64 69 73 63 20 28 69 66 20 61 70 70 72 6f 70 72 |disc (if appropr| 00001210 69 61 74 65 29 20 77 69 74 68 20 73 6f 6d 65 20 |iate) with some | 00001220 50 2e 44 2e 0a 73 6f 66 74 77 61 72 65 20 6f 6e |P.D..software on| 00001230 20 69 74 2c 20 61 73 20 49 20 61 6d 20 61 20 70 | it, as I am a p| 00001240 6f 6f 72 20 73 74 75 64 65 6e 74 20 61 6e 64 20 |oor student and | 00001250 63 61 6e 6e 6f 74 20 61 66 66 6f 72 64 20 73 75 |cannot afford su| 00001260 63 68 20 6c 75 78 75 72 69 65 73 20 61 73 0a 73 |ch luxuries as.s| 00001270 74 61 6d 70 73 2e 0a 0a 41 64 64 72 65 73 73 3a |tamps...Address:| 00001280 0a 0a 4c 65 65 20 4d 63 47 69 6e 74 79 0a 34 31 |..Lee McGinty.41| 00001290 2c 20 41 6c 70 69 6e 65 20 52 6f 61 64 2c 0a 56 |, Alpine Road,.V| 000012a0 65 6e 74 6e 6f 72 2c 0a 49 73 6c 65 20 6f 66 20 |entnor,.Isle of | 000012b0 57 69 67 68 74 2e 0a 50 4f 33 38 20 31 42 58 0a |Wight..PO38 1BX.| 000012c0 0a 50 68 6f 6e 65 20 28 30 39 38 33 29 20 38 35 |.Phone (0983) 85| 000012d0 33 35 39 39 20 20 20 28 44 6f 6e 27 74 20 70 68 |3599 (Don't ph| 000012e0 6f 6e 65 20 6d 65 20 75 6e 6c 65 73 73 20 69 74 |one me unless it| 000012f0 20 69 73 20 76 65 72 79 20 69 6d 70 6f 72 74 61 | is very importa| 00001300 6e 74 20 74 68 6f 75 67 68 29 0a 0a 49 20 77 6f |nt though)..I wo| 00001310 75 6c 64 20 6c 69 6b 65 20 74 6f 20 6d 61 6b 65 |uld like to make| 00001320 20 69 74 20 63 6f 6d 70 6c 65 74 65 6c 79 20 63 | it completely c| 00001330 6c 65 61 72 20 74 68 61 74 20 6a 75 73 74 20 62 |lear that just b| 00001340 65 63 61 75 73 65 20 49 20 6c 69 76 65 20 6f 6e |ecause I live on| 00001350 20 61 6e 64 20 77 61 73 0a 62 6f 72 6e 20 6f 6e | and was.born on| 00001360 20 74 68 65 20 49 73 6c 65 20 6f 66 20 57 69 67 | the Isle of Wig| 00001370 68 74 20 74 68 61 74 20 49 20 61 6d 20 6f 66 20 |ht that I am of | 00001380 6e 6f 20 72 65 6c 61 74 69 6f 6e 20 74 6f 20 44 |no relation to D| 00001390 61 76 69 64 20 49 63 6b 65 20 6f 72 20 47 6f 64 |avid Icke or God| 000013a0 20 28 6f 72 0a 61 6e 79 20 6f 66 20 74 68 65 69 | (or.any of thei| 000013b0 72 20 72 65 6c 61 74 69 76 65 73 29 2e 0a 0a 0a |r relatives)....| 000013c0 56 65 72 73 69 6f 6e 20 55 70 64 61 74 65 73 2e |Version Updates.| 000013d0 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |.===============| 000013e0 0a 0a 56 65 72 73 69 6f 6e 20 31 2e 30 30 0a 2d |..Version 1.00.-| 000013f0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 20 54 68 65 |-----------. The| 00001400 20 66 69 72 73 74 20 76 65 72 73 69 6f 6e 2e 0a | first version..| 00001410 0a |.| 00001411