Drawing with actionscript

This tutorial will teach us on how to draw at runtime using actionscript code. We will use 'drawing methods' of 'movieclip class' to draw shapes in the SWF file in response to events. The following are the movieclip class drawing methods beginFill( ) beginGradientFill( ) clear( ) curveTo( ) endFill( ) lineTo( ) lineStyle( ) moveTo( )

 

Share this Listing