V1[]
BGMCLEAR
is not a command in SmileBasic V1.
V2[]
BGMCLEAR
is a command to clear all the song data previously recorded by BGMSET
and BGMSETD
commands.
If the command has no parameters, it will clear all song data. If it has one parameter, it must be a song number between 128 and 255 inclusive, and that particular song data is erased.
For example, immediately after executing BGMCLEAR 128
, the command BGMPLAY 128
will not produce any sounds.
V3[]
No information on SmileBasic V3.