Category

Archive for the 'JSFL' Category

Quick command: trace french chars

( JSFL and Misc. )

Following my previous post on the correct french characters to include in UnicodeTable.xml, and seeing as some people pointed out that when you send the fla to someone who hasn’t hacked their file the font stops being embedded properly, here’s a command that will simply pop-up all those french chars in the output Window.

Download […]

Component Properties Extension

( JSFL )

Update: see here

I frequently need to use the DateChooser component, and got quickly tired of entering the month names in French manually. I whipped up the Component Properties commands so it would be easier to load a ready-made array of values into a component’s property.

The importer comes with Countries, US states, Canadian provinces and […]

Selection tools extension

( JSFL )

The new selection tools are meant to bring Flash up to speed concerning selection functions compared with other graphic programs.

The select inside tool allows you to select inside a fill. Flash’s default behavior is to select and drag when the select tool is used inside a figure; this gives you a new tool which works […]

Pixel Tools extension

( JSFL )

Update: v2 available

The pixel tools allow you to create pixel perfect shapes that won’t degrade when the low quality setting is selected.

The pixel rectangle tool creates a rectangle that snaps to pixels and has a border made of fills.

The pixel line tool creates an aliased line out of fills. It can snap to horizontal, vertical, […]

Modified sinewave tool

( JSFL )

Based on Keith Peters’ sinewave tool, it uses curves instead of lines to render the sine wave, drastically reducing the number of segments needed for a decent curve (from 100 to about 6). A tutorial on actionscript.org is available for the math background on this tool.

Note: I’ve tried to contact Keith several times for his […]