Progressively Drawn Dashed Circle

game

This example makes use of two AS 2.0 classes; ProgressiveDrawing and DashedLine (was ContinuousDash). Normally, both work on a movie clip to draw a progressive shape or dashed lines within that movie clip. Here, however, a DashedLine instance actually draws within a ProgressiveDrawing instance. This then allows that ProgressiveDrawing instance to draw with dashed lines.

DashedLine has been updated from ContinuousDash and includes support for curveTo dashing (as well as being in ActionScript 2.0 format).

Click the mouse within the movie to draw a new randomly dashed circle.

Developer: Trevor McCauley
Language: en