home *** CD-ROM | disk | FTP | other *** search
AMOS Source Code | 1999-09-26 | 1.8 KB | 47 lines |
- Rem#########################################################
- Rem# #
- Rem# Waynee Software brings you the "SICKNESS SIMULATOR" #
- Rem# this is only the second version, next one will have #
- Rem# better samples!! I'm lying!! #
- Rem# this prog is (c)Waynee #
- Rem#########################################################
- WAYNEE
- Procedure WAYNEE
- Screen Open 0,100,200,16,Lowres
- Rem Break On
- Hide On : Curs Off
- Unpack 7 To 0
- Volume 63
- Screen Display 0,140,440,640,312
- Channel 1 To Screen Display 0
- Amal 1,"Move0,-400,200" : Amal On
- Unpack 6 To 1 : Sam Play 9,12,8000 : Sam Play 6,12,7500
- Screen Hide 1
- Repeat : Until Mouse Click=1 : Sam Play 9,11,7500 : Sam Play 6,11,7700
- Screen 0 : Fade 3 : Wait 46 : Wait Vbl : Screen Copy 1 To 0
- A=0
- Set Rainbow 0,7,64,"(2,1,8)(2,-1,8)","","(2,1,8)(2,-1,8)"
- Rainbow 0,4,90,40
- Channel 5 To Rainbow 0
- Amal 5,"L: For R0=0 To63S2; Let X=R0; For R1=0 To 2;Next R1;Next R0;Jump L"
- Amal On
- Fade 6 To 1
- Screen Close 1
- Do
- Wait Key
- If Key State(80)=True Then Sam Play 15,1,17000+A
- If Key State(81)=True Then Sam Play 15,2,14000+A
- If Key State(82)=True Then Sam Play 15,3,11000+A
- If Key State(83)=True Then Sam Play 15,4,35000+A
- If Key State(84)=True Then Sam Play 15,5,10000+A
- If Key State(85)=True Then Sam Play 15,6,10000+A
- If Key State(86)=True Then Sam Play 15,7,10000+A
- If Key State(87)=True Then Sam Play 15,8,11500+A
- If Key State(88)=True Then Sam Play 15,9,11000+A
- If Key State(89)=True Then Sam Play 15,10,19000+A
- If Key State(76)=True Then A=A+500
- If Key State(77)=True and A>-6500 Then A=A-500
- If Key State(64)=True Then Sam Play 6,11,7500+A : Sam Play 9,11,7800+A
- If Key State(68)=True Then Sam Play 9,12,7500+A : Sam Play 6,12,7700+A
- Loop
- End Proc