I know there aren't many who use JSFL, but I thought it was worth a shot:
Is there any way I am able to use JSFL to loop through the strokes in a document and change their scale type to a different setting? I know how to do it in the Flash IDE (within the properties panel while drawing) and the JSFL Documentation does hint at the ability to change the scaleType
on page 481, but I fear this may only be doable when creating new strokes within the script (not editing strokes that are already present within the document.
The definitive answer to this question essentially lies in whether you can retrieve existing stroke objects within a document via JSFL.
here is an approach that I have been working with, although it's got a few bugs I think, be careful.
I bet you can find a way to change the stroke objects at your will.