Difference between revisions of "Sprite:setAlpha"

From GiderosMobile
Line 8: Line 8:
 
  Sprite:setAlpha(alpha)
 
  Sprite:setAlpha(alpha)
 
</source>
 
</source>
'''alpha''': (number) The new alpha transparency of the sprite ''''''<br/>
+
=== Parameters ===
 +
'''alpha''': (number) The new alpha transparency of the sprite <br/>

Revision as of 11:45, 23 August 2018

Available since: Gideros 2011.6

Description


Sets the alpha transparency of this sprite. 0 means fully transparent and 1 means fully opaque.

 Sprite:setAlpha(alpha)

Parameters

alpha: (number) The new alpha transparency of the sprite