home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMOS PD CD
/
amospdcd.iso
/
601-625
/
apd621
/
harvey's_çollection
/
autoexec.amos
/
autoexec.amosSourceCode
Wrap
AMOS Source Code
|
1986-08-03
|
2KB
|
39 lines
PICK:
Screen Open 0,320,256,16,Lowres : Curs Off : Hide : Cls 0 : Paper 0 : Ink 0
For STAR=0 To 250
A=Rnd(320) : B=Rnd(256) : C=Rnd(5) : Plot A,B,C
Wait Vbl
Next STAR
Pen 3 : Locate 0,3 : Centre " <Harvey's Horrendous>"
Locate 0,4 : Centre "<-Collection->"
Pen 2 : Locate 0,7 : Centre "Pick a game, any game."
Pen 4 : Locate 15,10 : Print "1:Back Chat."
Pen 5 : Locate 15,12 : Print "2:Kingdom."
Pen 1 : Locate 15,14 : Print "3:Catch Phrase."
Pen 2 : Locate ,20 : Centre "(These Games Are FreeWare)"
Locate ,21 : Centre "(So Don't Charge Any Money for them.)"
Locate ,22 : Centre "(Only for the price of a disk and p/p.)"
Locate ,23 : Centre "(The Source code for these games)"
Locate ,24 : Centre "(Is on the disk)"
Locate ,25 : Centre "(And you can change it if you want.)"
Locate ,26 : Centre "(Created by Harvey Ball with Amos.)"
Locate ,27 : Centre "(Type 4 for the next page.)"
Pen 2 : Locate 0,16 : Print "Type In the Number of the game that you want to play." : Input G$
If G$="1" Then Run "backchat.amos"
If G$="2" Then Run "kingdom.amos"
If G$="3" Then Run "catch phrase.amos"
If G$="4" Then Curs Off : Cls 0 : Paper 0 : Ink 0
For STAR=0 To 250
A=Rnd(320) : B=Rnd(256) : C=Rnd(5) : Plot A,B,C
Wait Vbl
Next STAR
Locate ,5 : Centre "If you like these games then please"
Locate ,6 : Centre "Write and tell me so I can make"
Locate ,7 : Centre "Some more games for you to enjoy!"
Locate 10,10 : Print "My Address Is:-"
Locate 10,12 : Print "93 Linton Close,"
Locate 10,13 : Print "Winyates East,"
Locate 10,14 : Print "Redditch."
Locate 10,15 : Print "B98 ONB."
Locate 0,20 : Centre "I look forward to hearing from you."
Locate ,24 : Centre "<Press A Key>" : Wait Key : Goto PICK