Spiral "Shrinking" Text Script
Good day all,
Reaching out to experts to see if anyone can assist to update this script to work with new CC Illustrator.
This is an older script which i came across years ago,
and made the 2 small changes suggested by
if (pageItemType == "TextArtItem")
change to
if (pageItemType == "TextFrame")
and
theTextRange = pageObject.textRange();
change to
theTextRange = pageObject.textRange;
Yet this will not function properly on CC2014 as I get an error every time i try to run this.
I love the effects of this and seeing if someone can help update or fix so this works on newer versions. Below is link to original post.
THANKS MUCH in advance for anyone that can help.

