Created
January 12, 2014 07:31
-
-
Save bomberstudios/8381946 to your computer and use it in GitHub Desktop.
A fix for the dreaded bug in Fireworks CS6, where duplicating a state won't duplicate the symbols (see http://forums.adobe.com/message/5987155)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fw.getDocumentDOM().selectAll(); | |
| fw.getDocumentDOM().duplicateFrame(-1, 1, "after current", true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment