[↑]
SPSHOW
- Display sprite
SPSHOW SpriteNumber
SPSHOW SpriteNumber,DisplayFlag
- Get whether sprite is displayed
SPSHOW(SpriteNumber)
1. Display sprite
SPSHOW SpriteNumber
SPSHOW SpriteNumber,DisplayFlag
・Error when used before SPSET.
Arguments
SpriteNumber
Sprite number to display: 0 to 4095
DisplayFlag
・Display with 1 and do not display with 0.
・1, if not specified.
Example
SPSHOW 43
SPSHOW 44, #TRUE
2. Get whether sprite is displayed
SPSHOW(SpriteNumber)
・Error when used before SPSET.
Argument
SpriteNumber
Sprite number to check: 0 to 4095
Return Value
Returns 1 if displayed, 0 if disappeared
Example
S = SPSHOW(43)
About this site
Our site is an unofficial manual site of programming software "SmileBASIC" for NintendoSwitch™.
I acquire the content of the site from the
official reference site
of the
SmileBoom Co.Ltd.
that is the development and sales cause of the software in real time (a minimum period of 24 hours update) and display it.
For automatic update, contents may become improper.
Please confirm the correct content in an official site.
June 3, 2020
by mim
OK
|