Tutorial Navigation
 

     
 Links
 

 
.

 

 Search         Date   
      

SwishMax
:  Elastic Square, 
September 22, 2004  -  by Oper  


How to use the MovieClip Component
Using Moving clip component to create a cute Elastic Square.

Function Used listed Below.
________________________________________

myMovieClip
.createEmptyMovieClip ( instanceName , depth )

Parameters
instanceName A string that identifies the instance name of the new movie clip.
depth An integer that specifies the depth of the new movie clip. 


________________________________________
myMovieClip .lineStyle ([ thickness [, rgb [, alpha ]]])

Parameters
thickness An integer that indicates the thickness of the line in points
rgb A hex color value.
alpha An integer that indicates the alpha value of the line's color; 0-100.

________________________________________
myMovieClip .moveTo ( x , y )

Parameters
x An integer indicating the horizontal position.
y An integer indicating the vertical position.

________________________________________
myMovieClip .curveTo ( controlX , controlY , anchorX , anchorY )

Parameters
controlX An integer that specifies a horizontal.
controlY An integer that specifies a vertical position.
anchorX  An integer that specifies a horizontal position relative to the registration point of the parent movie clip of the next anchor point.
anchorY An integer that specifies a vertical position relative to the registration point of the parent movie clip of the next anchor point.


    Total Download: 117 Last Download: 4/01/2007

.

     
 Featured Links