Here is a new command for Flash 8 which unblurs aliased text. If you’ve used a pixel font inside a deeply nested movieclip and have gotten blurry text, you know how much of a pain it can be to go through the hierarchy of movieclips and place the center on whole pixels. This extension does […]
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 |- mcgreenPillButtonlabel (movie clip) | Linkage identifier: mcgreenPillButtonlabel |- mcgreenPillButtonlabel2 (movie clip) […]
Jesse wrote an extension a while ago to swap items on screen to something else in the library, but I didn’t care much for how it worked (required writing the full library item names in two textfields). So I ripped a part of the code and repackaged it to this version. Select the items on […]
After posting the component swapper extension, Tek suggested modifying it accommodate upgrading from v1 to v2 components. I never really used the v1 components, so I hadn’t thought about it, but it does make a whole lot of sense. Should work with all components of the v1 series but tested only with set 1 and […]
Update: Now works for upgrading from v1 to v2 components.
This command swaps all of the selected components with another item in the library, keeping the same properties. Could be used for:
Swapping MM components and Bit components (use the compatibility option to make up for inconsistent property names) Swapping checkboxes with radio buttons Swapping Lists with combo boxes
Download […]