Hello, guys.
I know the Play command plays a sequence of notes, but is there a way (in BASIC) to interrupt a Play command when, for example, I press the space bar? Something like the code below:
10 PLAY "CDEFGABCDEFGAB" 20 A$=INKEY$ 30 IFA$=CHR$(32)THEN PLAY"V0":END 40 GOTO 20
Thanks. Best.
Login or register to post comments