|
PositionSpriteY | ||
PositionSpriteY SpriteIndex, Ypos# | ||
Parameters: SpriteIndex = The identifier of the sprite you wish to position Ypos# = Y position of sprite |
||
Returns: NONE | ||
PositionSpriteY sets the Y position of a sprite independently of it's X and Z positions FACTS: * PositionSpriteY does not alter the X or Z position of this sprite. See PositionSprite, PositionSpriteXYZ * Also See MoveSprite 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 | PositionSpriteZ : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |