|
PositionSpriteZ | ||
PositionSpriteZ SpriteIndex, Zpos# | ||
Parameters: SpriteIndex = The identifier of the sprite you wish to position Zpos# = Z position of sprite |
||
Returns: NONE | ||
PositionSpriteZ sets the Z depth of a sprite independently of it's X and Y positions See PositionSpriteXYZ for more information about changing the depth of sprite. FACTS: * Sprites can not be positioned at negative Z positions.. * does not effect the X,Y coordinates of the sprite. Mini Tutorial: Create a sprite, set it's position, then display this position to the screen.
This example would output.
|
Related Info: | GetSpriteX | GetSpriteY | GetSpriteZ | PositionSprite | PositionSpriteX | PositionSpriteXYZ | PositionSpriteY : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |