Difference between revisions of "Sprite.x"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<c>[[Sprite]].x</c> is the horizontal position of the sprite, in [[Screen coordinates]] | <c>[[Sprite]].x</c> is the horizontal position of the sprite, in [[Screen coordinates]] | ||
− | (adjusted by [[SpriteDisplay.scrollX]]. | + | (adjusted by [[SpriteDisplay.scrollX]]). |
== Example == | == Example == |
Latest revision as of 23:11, 12 April 2020
Sprite.x
is the horizontal position of the sprite, in Screen coordinates
(adjusted by SpriteDisplay.scrollX).
Example
sp = new Sprite
sp.image = file.loadImage("/sys/pics/Wumpus.png")
display(4).sprites.push sp
sp.x = 480