Just in case you're not aware of how to do this,
Adding the include statement & methods to the actions library & color syntax to the actions panel is easy as this,
<customactions>
<actionspanel>
<folder name="Easing Movement" id="easeMovement" index="true" tiptext="Methods For Easing Movement" VERSION="6">
<string name="Class Include" tiptext="Load Class" helpid="" text="#include "easeMovement.as"\n" version="6"/>
<folder name="Methods" id="easeMoveMeths" index="true" tiptext="Methods For Easing Movement" VERSION="6">
<string name="easeX" tiptext="Ease _y Position" helpid="" text=".easeX( % Position, Speed % );" object="MovieClip" version="6"/>
<string name="easeY" tiptext="Ease _y Position" helpid="" text=".easeY( % Position, Speed % );" object="MovieClip" version="6"/>
</folder>
</folder>
</actionspanel>
<colorsyntax>
<identifier text="easeX"/>
<identifier text="easeY"/>
</colorsyntax>
</customactions>
- <customactions>
- <actionspanel>
- <folder name="Easing Movement" id="easeMovement" index="true" tiptext="Methods For Easing Movement" VERSION="6">
- <string name="Class Include" tiptext="Load Class" helpid="" text="#include "easeMovement.as"\n" version="6"/>
- <folder name="Methods" id="easeMoveMeths" index="true" tiptext="Methods For Easing Movement" VERSION="6">
- <string name="easeX" tiptext="Ease _y Position" helpid="" text=".easeX( % Position, Speed % );" object="MovieClip" version="6"/>
- <string name="easeY" tiptext="Ease _y Position" helpid="" text=".easeY( % Position, Speed % );" object="MovieClip" version="6"/>
- </folder>
- </folder>
- </actionspanel>
- <colorsyntax>
- <identifier text="easeX"/>
- <identifier text="easeY"/>
- </colorsyntax>
- </customactions>
I'm sure you know to save .as files in the "%pathToFlash%\Configuration\Include" folder. Your version of the code above gets saved as an XML file in "C:\Documents and Settings\%userName%\Application Data\Macromedia\Flash MX\Configuration\ActionsPanel\CustomActions" folder. ("Application Data" is normally a hidden folder !, WinXPs path is slightly different & i'm not sure what it is)
The attributes of that file are pretty self explainitory to anyone who would get any use from this.

Strong with this one, the sudo is.