Gnash  0.8.11dev
Functions | Variables
linear.as File Reference

Functions

_root lineStyle (1, 0x000000, 100)
 
_root beginGradientFill (fillType, colors, alphas, ratios, matrix)
 
_root moveTo (x0, y0)
 
_root lineTo (x1, y0)
 
_root endFill ()
 

Variables

 fillType = "linear"
 
 colors = [0xFF0000, 0x0000FF]
 
 alphas = [100, 100]
 
 ratios = [0, 255]
 
 matrix = {matrixType:"box", x:300, y:200, w:200, h:50, r:0/180*Math.PI}
 
 x0 = 0
 
 y0 = 0
 
 x1 = 500
 
 y1 = 400
 

Function Documentation

_root beginGradientFill ( fillType  ,
colors  ,
alphas  ,
ratios  ,
matrix   
)
_root endFill ( )
_root lineStyle ( ,
0x000000  ,
100   
)
_root lineTo ( x1  ,
y0   
)
_root moveTo ( x0  ,
y0   
)

Variable Documentation

alphas = [100, 100]
colors = [0xFF0000, 0x0000FF]
fillType = "linear"
matrix = {matrixType:"box", x:300, y:200, w:200, h:50, r:0/180*Math.PI}
ratios = [0, 255]
x0 = 0
x1 = 500
y0 = 0
y1 = 400