1 // makeswf -v 7 -s 200x150 -r 1 -o rotated-filter-size.swf rotated-filter-size.as
3 rectangle
= function (mc
, color
, x
, y
, w
, h
)
8 mc
.lineTo
(x
+ w
, y
+ h
);
14 createEmptyMovieClip
("a", 0);
15 rectangle
(a
, 0xFF, 0, 0, 50, 50);
18 a
.filters
= [ new flash
.filters
.ColorMatrixFilter ([0, 0, 0, 0, 255,
25 //getURL ("fscommand:quit", "");