DisplaySprite()
语法
DisplaySprite(#Sprite, x, y)概要
Displays the #Sprite at the specified position on the current screen. As there is no transparent color or blending, this function is faster than DisplayTransparentSprite(). This function is clipped, so it's perfectly legal to display the sprite outside of the screen.
参数
#Sprite The sprite to display. x, y The coordinate (in pixels) in the screen where the sprite will be display.
返回值
无.
参阅
DisplayTransparentSprite()
已支持操作系统
所有