1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 04:11:21 +00:00
qb64/internal/help/ON_PLAY(n).txt
2019-04-14 22:15:33 -03:00

22 lines
695 B
Plaintext

'''This page is maintained for historic purposes. The keyword is not supported in QB64.'''
----
[[ON PLAY(n)]] is an event-trapping statement that specifies the line-number or label to branch to when the background music queue has too few notes.
{{PageSyntax}}
: '''ON PLAY''' ({{Parameter|queueLimit}}) [[GOSUB]] {{{Parameter|lineLabel}} | {{Parameter|lineNumber}}}
{{PageDescription}}
*'''[[Keywords currently not supported by QB64|Not supported in QB64.]]'''
* You can use PLAY ON, PLAY OFF and PLAY STOP to resume event-trapping, disable it, or stop it (resumes with PLAY ON).
{{PageSeeAlso}}
* [[PLAY]], [[PLAY(n)]], [[ON...GOSUB]]
* [[_SNDRAW]], [[_SNDRAWLEN]]
{{PageNavigation}}