1 // makeswf -v 7 -s 200x150 -r 1 -o movie23.swf movie23.as
3 function create
(depth
, x
, y
) {
4 var t
= createTextField
("t" + depth
, depth
, x
, y
, 50, 25);
5 var t
= this["t" + depth
];
7 t
.backgroundColor
= 0xFF0000;
12 create
(1, 100.5, 25);
15 create
(3, 100.5, 75);