image_alpha (Game Maker)
( Game Maker 6.1, 7 pro )
image_alpha - transparency of a sprite
Description
image_alpha contains a value between 0 and 1. 0 is completely transparent (invisible), 1 is completely opaque, and numbers in between are grades of transparency.
Any value below 0 is still completely transparent, and any value above 1 is still completely opaque.
Examples
Example of Use
image_alpha = 0.5
This makes the sprite half-transparent.
Related Pages
page revision: 13, last edited: 30 Jun 2012 15:48





