ON PLAY(n) - QB64 Wiki

ON PLAY(n)

From QB64 Wiki

Revision as of 23:31, 9 May 2011 by Clippy (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

ON PLAY (n) is a event-trapping statement that specifies the line-number or label to branch to when the background music queue has too few notes.


Syntax:

ON PLAY (queuelimit) GOSUB {linelabel | linenumber}


Description:


See also:



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page