Release - AMSTRAD cpc 6128 User Instruction

Integrated computer/disc system
Hide thumbs Also See for cpc 6128:
Table of Contents

Advertisement

RELEASE
RE LEA S E <sound channels>
10 SOUND 65,1000,100
20 PRINT "Press R to release the sound"
30 IF INKEY(50)=-1 THEN 30
40 RELEASE 1
run
COMMAND: Releases sound channels which are set to a 'hold' state in the SOU N D
command.
The parameter <sound channels> must yield an integer value in the range 1 to 7,
which operates as follows:
1 : Releases channel A
2 : Releases channel B
3 : Releases channel A and B
4 : Releases channel C
5 : Releases channel A and C
6 : Releases channel Band C
7 : Releases channel A and Band C
Further information concerning sound will be found in part 2 of the chapter entitled
'At your leisure .... '.
Associated keywords: SOU N D
REM
REM <rest ofline>
10 REM Intergalatic Hyperspace Mega-Monster
Invaders Deathchase by AMSOFT
20 REM Copyright AMSOFT 1985
COMMAND: Inserts aRE Mark into a program. The <rest ofline> is ignored by BASIC,
and may contain any characters, including colons : which normally separate
statements.
A single quote character ' can be used in place of : REM in all applications EXCEPT
in D A T A statements, where the ' is treated as part of an unquoted string.
Associated keywords: none
Complete List of Keywords
Chapter 3 Page 65

Advertisement

Table of Contents
loading

Table of Contents