Home » Archimedes archive » Acorn Computing » 1993 06 Mega Disk.adf » 93_06 » HelixBasic/Examples/!Circle/HelixInfo

HelixBasic/Examples/!Circle/HelixInfo

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 Computing » 1993 06 Mega Disk.adf » 93_06
Filename: HelixBasic/Examples/!Circle/HelixInfo
Read OK:
File size: 0551 bytes
Load address: 0000
Exec address: 0000
File contents
Sun,07 Mar 1993.14:36:04| Default !Boot file

IconSprites <Obey$Dir>.!Sprites| Default !Run file

RMEnsure FPEmulator 2.70 RMLoad System:Modules.FPEmulator
RMEnsure FPEmulator 2.70 Error You need FPEmulator 2.70 or later

| RMEnsure Euclid 1.03 RMLoad <Obey$Dir>.EuclidX

| RMEnsure TrackerModule 2.06 RMLOAD <Obey$Dir>.PlayerMod

RMEnsure ColourTrans 0.51 RMLoad System:Modules.Colours
RMEnsure ColourTrans 0.51 Error You need ColourTrans 0.51 or later

RMEnsure HelixDemo 1.00 RMLoad <HelixSystem$Dir>.Modules.HelixDemo
RMEnsure HelixDemo 1.00 Error You need the demo version of HelixBasic

Iconsprites <Obey$Dir>.!Sprites

WimpSlot -min 160K -max 160K

<Obey$Dir>.!RunImage
Place information about the program in this file
REM +--- The Main Procedure ---+

REPEAT
UNTIL FALSE
!CircleDraw a circleMy Name1.00OPENWINDOW Untitled1ENDPROCcirclecircleFOR r=0 TO PI STEP PI/60
 x=SIN(r)*500
 y=COS(r)*500
 LINE Untitled1,black%,500-x,500-y,500+x,500+y
NEXT�����(�<FHJOTcdlm�Untitled10010001000Example Window&FFFFFFOPENMENU Untitled1,MOUSEPOSX-64,MOUSEPOSY+32<����$7����������.Untitled1No Title-10$)*+,-Info8$+,-./Colourblack%4$)-./0QuitEND
00000000  53 75 6e 2c 30 37 20 4d  61 72 20 31 39 39 33 2e  |Sun,07 Mar 1993.|
00000010  31 34 3a 33 36 3a 30 34  00 7c 20 44 65 66 61 75  |14:36:04.| Defau|
00000020  6c 74 20 21 42 6f 6f 74  20 66 69 6c 65 0a 0a 49  |lt !Boot file..I|
00000030  63 6f 6e 53 70 72 69 74  65 73 20 3c 4f 62 65 79  |conSprites <Obey|
00000040  24 44 69 72 3e 2e 21 53  70 72 69 74 65 73 00 7c  |$Dir>.!Sprites.||
00000050  20 44 65 66 61 75 6c 74  20 21 52 75 6e 20 66 69  | Default !Run fi|
00000060  6c 65 0a 0a 52 4d 45 6e  73 75 72 65 20 46 50 45  |le..RMEnsure FPE|
00000070  6d 75 6c 61 74 6f 72 20  32 2e 37 30 20 52 4d 4c  |mulator 2.70 RML|
00000080  6f 61 64 20 53 79 73 74  65 6d 3a 4d 6f 64 75 6c  |oad System:Modul|
00000090  65 73 2e 46 50 45 6d 75  6c 61 74 6f 72 0a 52 4d  |es.FPEmulator.RM|
000000a0  45 6e 73 75 72 65 20 46  50 45 6d 75 6c 61 74 6f  |Ensure FPEmulato|
000000b0  72 20 32 2e 37 30 20 45  72 72 6f 72 20 59 6f 75  |r 2.70 Error You|
000000c0  20 6e 65 65 64 20 46 50  45 6d 75 6c 61 74 6f 72  | need FPEmulator|
000000d0  20 32 2e 37 30 20 6f 72  20 6c 61 74 65 72 0a 0a  | 2.70 or later..|
000000e0  7c 20 52 4d 45 6e 73 75  72 65 20 45 75 63 6c 69  || RMEnsure Eucli|
000000f0  64 20 31 2e 30 33 20 52  4d 4c 6f 61 64 20 3c 4f  |d 1.03 RMLoad <O|
00000100  62 65 79 24 44 69 72 3e  2e 45 75 63 6c 69 64 58  |bey$Dir>.EuclidX|
00000110  0a 0a 7c 20 52 4d 45 6e  73 75 72 65 20 54 72 61  |..| RMEnsure Tra|
00000120  63 6b 65 72 4d 6f 64 75  6c 65 20 32 2e 30 36 20  |ckerModule 2.06 |
00000130  52 4d 4c 4f 41 44 20 3c  4f 62 65 79 24 44 69 72  |RMLOAD <Obey$Dir|
00000140  3e 2e 50 6c 61 79 65 72  4d 6f 64 0a 0a 52 4d 45  |>.PlayerMod..RME|
00000150  6e 73 75 72 65 20 43 6f  6c 6f 75 72 54 72 61 6e  |nsure ColourTran|
00000160  73 20 30 2e 35 31 20 52  4d 4c 6f 61 64 20 53 79  |s 0.51 RMLoad Sy|
00000170  73 74 65 6d 3a 4d 6f 64  75 6c 65 73 2e 43 6f 6c  |stem:Modules.Col|
00000180  6f 75 72 73 0a 52 4d 45  6e 73 75 72 65 20 43 6f  |ours.RMEnsure Co|
00000190  6c 6f 75 72 54 72 61 6e  73 20 30 2e 35 31 20 45  |lourTrans 0.51 E|
000001a0  72 72 6f 72 20 59 6f 75  20 6e 65 65 64 20 43 6f  |rror You need Co|
000001b0  6c 6f 75 72 54 72 61 6e  73 20 30 2e 35 31 20 6f  |lourTrans 0.51 o|
000001c0  72 20 6c 61 74 65 72 0a  0a 52 4d 45 6e 73 75 72  |r later..RMEnsur|
000001d0  65 20 48 65 6c 69 78 44  65 6d 6f 20 31 2e 30 30  |e HelixDemo 1.00|
000001e0  20 52 4d 4c 6f 61 64 20  3c 48 65 6c 69 78 53 79  | RMLoad <HelixSy|
000001f0  73 74 65 6d 24 44 69 72  3e 2e 4d 6f 64 75 6c 65  |stem$Dir>.Module|
00000200  73 2e 48 65 6c 69 78 44  65 6d 6f 0a 52 4d 45 6e  |s.HelixDemo.RMEn|
00000210  73 75 72 65 20 48 65 6c  69 78 44 65 6d 6f 20 31  |sure HelixDemo 1|
00000220  2e 30 30 20 45 72 72 6f  72 20 59 6f 75 20 6e 65  |.00 Error You ne|
00000230  65 64 20 74 68 65 20 64  65 6d 6f 20 76 65 72 73  |ed the demo vers|
00000240  69 6f 6e 20 6f 66 20 48  65 6c 69 78 42 61 73 69  |ion of HelixBasi|
00000250  63 0a 0a 49 63 6f 6e 73  70 72 69 74 65 73 20 3c  |c..Iconsprites <|
00000260  4f 62 65 79 24 44 69 72  3e 2e 21 53 70 72 69 74  |Obey$Dir>.!Sprit|
00000270  65 73 0a 0a 57 69 6d 70  53 6c 6f 74 20 2d 6d 69  |es..WimpSlot -mi|
00000280  6e 20 31 36 30 4b 20 2d  6d 61 78 20 31 36 30 4b  |n 160K -max 160K|
00000290  0a 0a 3c 4f 62 65 79 24  44 69 72 3e 2e 21 52 75  |..<Obey$Dir>.!Ru|
000002a0  6e 49 6d 61 67 65 0a 00  50 6c 61 63 65 20 69 6e  |nImage..Place in|
000002b0  66 6f 72 6d 61 74 69 6f  6e 20 61 62 6f 75 74 20  |formation about |
000002c0  74 68 65 20 70 72 6f 67  72 61 6d 20 69 6e 20 74  |the program in t|
000002d0  68 69 73 20 66 69 6c 65  0a 00 52 45 4d 20 2b 2d  |his file..REM +-|
000002e0  2d 2d 20 54 68 65 20 4d  61 69 6e 20 50 72 6f 63  |-- The Main Proc|
000002f0  65 64 75 72 65 20 2d 2d  2d 2b 0a 0a 52 45 50 45  |edure ---+..REPE|
00000300  41 54 0a 55 4e 54 49 4c  20 46 41 4c 53 45 0a 00  |AT.UNTIL FALSE..|
00000310  21 43 69 72 63 6c 65 00  44 72 61 77 20 61 20 63  |!Circle.Draw a c|
00000320  69 72 63 6c 65 00 4d 79  20 4e 61 6d 65 00 31 2e  |ircle.My Name.1.|
00000330  30 30 00 00 4f 50 45 4e  57 49 4e 44 4f 57 20 55  |00..OPENWINDOW U|
00000340  6e 74 69 74 6c 65 64 31  00 45 4e 44 00 50 52 4f  |ntitled1.END.PRO|
00000350  43 63 69 72 63 6c 65 00  00 00 00 00 04 63 69 72  |Ccircle......cir|
00000360  63 6c 65 00 00 46 4f 52  20 72 3d 30 20 54 4f 20  |cle..FOR r=0 TO |
00000370  50 49 20 53 54 45 50 20  50 49 2f 36 30 0a 20 78  |PI STEP PI/60. x|
00000380  3d 53 49 4e 28 72 29 2a  35 30 30 0a 20 79 3d 43  |=SIN(r)*500. y=C|
00000390  4f 53 28 72 29 2a 35 30  30 0a 20 4c 49 4e 45 20  |OS(r)*500. LINE |
000003a0  55 6e 74 69 74 6c 65 64  31 2c 62 6c 61 63 6b 25  |Untitled1,black%|
000003b0  2c 35 30 30 2d 78 2c 35  30 30 2d 79 2c 35 30 30  |,500-x,500-y,500|
000003c0  2b 78 2c 35 30 30 2b 79  0a 4e 45 58 54 00 02 00  |+x,500+y.NEXT...|
000003d0  9c ff ff ff ff 0b 00 00  00 28 ca 03 00 1f 00 00  |.........(......|
000003e0  00 3c 00 00 00 46 00 00  00 48 00 00 00 4a 00 00  |.<...F...H...J..|
000003f0  00 4f 00 00 00 54 00 00  00 63 00 00 00 64 00 00  |.O...T...c...d..|
00000400  00 6c 00 00 00 6d 00 00  00 9a 00 00 00 55 6e 74  |.l...m.......Unt|
00000410  69 74 6c 65 64 31 00 30  00 30 00 31 30 30 30 00  |itled1.0.0.1000.|
00000420  31 30 30 30 00 45 78 61  6d 70 6c 65 20 57 69 6e  |1000.Example Win|
00000430  64 6f 77 00 00 26 46 46  46 46 46 46 00 00 4f 50  |dow..&FFFFFF..OP|
00000440  45 4e 4d 45 4e 55 20 55  6e 74 69 74 6c 65 64 31  |ENMENU Untitled1|
00000450  2c 4d 4f 55 53 45 50 4f  53 58 2d 36 34 2c 4d 4f  |,MOUSEPOSX-64,MO|
00000460  55 53 45 50 4f 53 59 2b  33 32 00 00 00 03 00 3c  |USEPOSY+32.....<|
00000470  03 00 00 00 ff ff ff ff  24 00 00 00 37 00 00 00  |........$...7...|
00000480  0c 00 00 00 e8 c9 03 00  ff ff ff ff ff ff ff ff  |................|
00000490  2e 00 00 00 55 6e 74 69  74 6c 65 64 31 00 4e 6f  |....Untitled1.No|
000004a0  20 54 69 74 6c 65 00 2d  31 00 00 00 03 00 30 03  | Title.-1.....0.|
000004b0  00 00 00 01 00 00 00 00  00 00 00 24 00 00 00 29  |...........$...)|
000004c0  00 00 00 2a 00 00 00 2b  00 00 00 2c 00 00 00 2d  |...*...+...,...-|
000004d0  00 00 00 49 6e 66 6f 00  00 00 00 00 00 00 00 03  |...Info.........|
000004e0  00 38 03 00 00 00 02 00  00 00 01 00 00 00 24 00  |.8............$.|
000004f0  00 00 2b 00 00 00 2c 00  00 00 2d 00 00 00 2e 00  |..+...,...-.....|
00000500  00 00 2f 00 00 00 43 6f  6c 6f 75 72 00 00 00 00  |../...Colour....|
00000510  00 62 6c 61 63 6b 25 00  00 00 03 00 34 03 00 00  |.black%.....4...|
00000520  00 00 00 00 00 02 00 00  00 24 00 00 00 29 00 00  |.........$...)..|
00000530  00 2d 00 00 00 2e 00 00  00 2f 00 00 00 30 00 00  |.-......./...0..|
00000540  00 51 75 69 74 00 45 4e  44 00 00 00 00 00 00 00  |.Quit.END.......|
00000550  00                                                |.|
00000551