Hi,

I am pretty new to 'drawTriangles' in Flash, is there any site that you went to to understand this better?

I get how I plot dots (x,y) on the stage and connect them to create triangles and how to add an image (bitmap) to the triangles, however i was wondering if you can plot points on an existing MovieClip so i can split it into triangles and manipulate its points that way? so instead of specifying particular points, i was wondering if its possible to place points like this.

graphics.beginFill(MovieClip)

left top point = MC.x
left bottom point = MC.x+MC.height

I know the above isn't correct but is this possible? some example code will help if it is

Thanks for your responses