Usual stuff: connection speeds, any problems with browsers etc - thanks in advance
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
doShadow = function(clip, dist) {
clip.swapDepths(20);
duplicateMovieClip(clip, "shad", 10);
shad._x += dist;
shad._y += dist;
tint = new Color(shad);
tint.setRGB(0x000000);
shad._alpha = 50;
};
//
doShadow(this.testClip, 20);