I have a project where I need to draw a chiseled line as if the user is using a calligraphy pen / chiseled marker. I'm not sure how to even approach this as it is outside of Flash's drawing API, and to make things more challenging it has to be in AS2. I'm guessing that there is no way to do this using the drawing API, but that I will have to go old school and use a rotating rectangle that leaves behind imprints of itself. I'm doubting I can get a smooth line that way, though.

Has anyone out there ever done this? Or do you have any insight as to the best approach? Any feedback would be appreciated.

Thanks!