Difference between revisions of "Sprite.y"
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
			
		
		
		
		
		
		
		
	
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...")  | 
			
(No difference) 
 | 
Revision as of 21:48, 12 April 2020
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