Answered
Story Split
Hi,
I've found a way to create a link between text boxes,
textFrame3.nextTextFrame = textFrame7;but I can't find the opposite. Only longer scripts, no simple, "splitTextFrame"
Thanks
Jirka
Hi,
I've found a way to create a link between text boxes,
textFrame3.nextTextFrame = textFrame7;but I can't find the opposite. Only longer scripts, no simple, "splitTextFrame"
Thanks
Jirka
textFrame3.nextTextFrame = null;If other codes are lengthy is because splitting is just the easy part. The one-line script simply dissociates frames but does not recompose texts over frames. So the script needs to tackle text repartition, hence their length due to the logic needed.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.