Sprite.y
Revision as of 21:48, 12 April 2020 by ZachStrout (talk | contribs) (Created page with "<c>Sprite.y</c> is the vertical position of the sprite, in Screen coordinates (adjusted by SpriteDisplay.scrollY. == Example == <ms>sp = new Sprite sp.image = file.l...")
Sprite.y
is the vertical position of the sprite, in Screen coordinates
(adjusted by SpriteDisplay.scrollY.
Example
sp = new Sprite
sp.image = file.loadImage("/sys/pics/Wumpus.png")
display(4).sprites.push sp
sp.y = 320