Posted on Thursday 7 July 2005
Here's a simple command that will dump the content of the library, including AS2 class name and linkage ids into the output window. Run from Commands > [ced] Dump library. Wil output something along those lines:
+++ Buttons
+++ pillButtons
|- mc_greenPillButton_label (movie clip)
| Linkage identifier: mc_greenPillButton_label
|- mc_greenPillButton_label2 (movie clip)
| Linkage identifier: mc_greenPillButton3
|- mc_greenPillButton_label3 (movie clip)
|- mc_greenPillButton_label4 (movie clip)
|- mc_greenPillButton_no (movie clip)
| Linkage identifier: mc_greenPillButton_noOff
|- mc_greenPillButton_yes (movie clip)
| Linkage identifier: mc_greenPillButton_yesOff
|- mc_redPillButton_label (movie clip)
| Linkage identifier: mc_redPillButton1
|- mc_redPillButton_label2 (movie clip)
| Linkage identifier: mc_startOver
| AS2 class: clib.PseudoButton
|- mc_redPillButton_label3 (movie clip)
|- mc_redPillButton_label4 (movie clip)
| Linkage identifier: mc_redPillButton3
|- mc_redPillButton_label5 (movie clip)
|- mc_underButtonGlow (movie clip)
|- mc_addToCart (movie clip)
| Linkage identifier: mc_addToCart
And so on and so forth. Should be useful when you work on projects with huge libraries and you've misplaced a movieclip or you want to spot duplicated movieclips, or... I'm sure you can find a ton of uses for it. Get it here.


