AARON SMITH’S CODE ENDEAVOR

Archive for the 'JSFL' Category

JSFL: Width and Height to Whole Pixels

This handy JSFL updates all selected items’ width and height to whole numbers.

Enjoy.

No comments

JSFL: Publish With Exclude Classes (CS3,CS4)

This handy JSFL brings “publish with exclude classes” support to CS3, and CS4. Originally written by Matthew Tretter. I cleaned up the script, and fixed problems with file search logic. As well as fixing support for finding classes defined by your global class path’s (flash preferences).

I also added “file” support originally added here by pickle.

There is a demo included in the download.

Enjoy.

5 comments

JSFL: Publish All Open FLA’s

This handy JSFL publishes all open FLA’s.

Enjoy.

2 comments

JSFL: Selection to Whole Pixels

This handy JSFL moves all selected items to whole pixels. It works fine with most objects on the stage, however, it seems to work half of the time with vector’s.

Enjoy.

No comments

JSFL: Update all matching base classes to new base class

This handy JSFL searches through the entire library for the base class specified, and updates it to a new base class. It uses the XMLUI for an interface, it’s included in the zip. To install it put the JSFL, and XMUI folder into the commands folder for either CS3, or CS4.

Enjoy.

No comments

JSFL: Update base class on selected library items

This handy JSFL will update the base class for all selected items in the library. It prompts you for a new class, and updates accordingly. It also set’s the export in first frame to true.

Enjoy.

1 comment

JSFL: Publish Selected Library Movie Clips To SWF

This handy JSFL will publish all selected movie clips from the library as separate swf’s, in the same location as your publish settings.

Enjoy.

No comments

JSFL: Guide Selected Layers

This handy JSFL guide’s all selected layers.

Enjoy.

No comments

JSFL: Guide Layers Of Selected Instances

This handy JSFL will guide the layers of all the selected items on the stage. For example, if you select two items on the stage - one that’s on “Layer 4″ and one that’s on “Layer 5,” layer 4, and 5 will be guided.

Enjoy.

No comments

JSFL: Declare Selected Items as Public Vars

Here’s a handy JSFL that creates “public var [instance_name]:[type];” declarations for all selected items on the stage, and trace’s it to the output panel.

It works fine with components, and also reads library information about the selected item, and uses the item’s base class for the instance type - if the clip is linked to a class.

Enjoy

No comments

« Previous Page