|
-
Can I Batch-rename many Instance names on different keyframes?
Hello, as a quick overview, I have a member bio clip with 256 keyframes. Each keyframe has a set of 3 text fields on the stage for info. Because of the editing CMS I am implementing, each text field must have it's own unique Instance name.
Clicking a button goes to Frame 2, which has the same text fields again.. but with different instance names.
There are 256 member pages I need to to.. and clicking each keyframe and changing 3 Instance names would be rediculous. Is there a way to speed things up? Somehow batch rename InstanceName_0,1,2,3,4 etc etc.
Thanks for any help
-
Senior Member
What version of Flash are you using?
I can tell you that up to CS3 there's no batch rename thing.
But i can tell you that i would just store the info in one ore more arrays, and just use the _currentframe property to know at which frame i'm at.
Calling the instance name of the text field will work in every frame in theory.
So at any moment i'd know at which frame i'm at, and retrieve (or save) the info in the text field.
Another way around would be to erase all the text fields from the stage and just create them dynamically (that way you can assign the name very easy).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|