defineMovieclip 34 testsuite/misc-ming.all/masks_test2.c SWFMovieClip defineMovieclip(int x, int y, int w, int h); defineMovieclip 72 testsuite/misc-ming.all/masks_test2.c mc1 = defineMovieclip(0, 0, 30, 30); // placed at depth 1, masking up to level 4 defineMovieclip 73 testsuite/misc-ming.all/masks_test2.c mc2 = defineMovieclip(0, 0, 60, 60); // placed at depth 2, masking up to level 5 defineMovieclip 74 testsuite/misc-ming.all/masks_test2.c mc3 = defineMovieclip(0, 0, 90, 90); // placed at depth 3, masking up to level 6 defineMovieclip 75 testsuite/misc-ming.all/masks_test2.c mc4 = defineMovieclip(0, 0, 120, 120); // placed at depth 4 defineMovieclip 76 testsuite/misc-ming.all/masks_test2.c mc5 = defineMovieclip(0, 0, 150, 150); // placed at depth 5 defineMovieclip 77 testsuite/misc-ming.all/masks_test2.c mc6 = defineMovieclip(0, 0, 180, 180); // placed at depth 6 defineMovieclip 78 testsuite/misc-ming.all/masks_test2.c mc7 = defineMovieclip(0, 0, 210, 210); // placed at depth 7