<customactions>
  <actionspanel>
     <folder name="MovieClip Tweening" id="MovieClip Tweening" tiptext="" VERSION="6">
            <string name="tween" helpurl="Help/MovieclipTweening/tween.html" tiptext="Starts a movieclip tweening animation" TEXT=".tween(%property, desired property value [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="slideTo" helpurl="Help/MovieclipTweening/slideTo.html" tiptext="Slides a movieclip to a given position" TEXT=".slideTo(%x, y [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing , period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="rotateTo" helpurl="Help/MovieclipTweening/rotateTo.html" tiptext="Rotates a movieclip to a given degree" TEXT=".rotateTo(%scale [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="scaleTo" helpurl="Help/MovieclipTweening/scaleTo.html" tiptext="Scales a movieclip to a given percentage" TEXT=".scaleTo(%scale [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="alphaTo" helpurl="Help/MovieclipTweening/alphaTo.html" tiptext="Fades a movieclip to a given opacity value" TEXT=".alphaTo(%alpha [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
	    	<string name="brightnessTo" helpurl="Help/MovieclipTweening/brightnessTo.html" tiptext="Do a brightness transformation on a movieclip to a given brightness" TEXT=".brightnessTo(%bright [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, amplitude for elastic easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
	    	<string name="brightOffsetTo" helpurl="Help/MovieclipTweening/brightOffsetTo.html" tiptext="Do a brightOffset transformation on a movieclip to a given brightOffset" TEXT=".brightOffsetTo(%percent [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, amplitude for elastic easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/> 
            <string name="colorTo" helpurl="Help/MovieclipTweening/colorTo.html" tiptext="Do a color (tint) transformation on a movieclip to a given color" TEXT=".colorTo(%0xRRGGBB [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, amplitude for elastic easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="colorTransformTo" helpurl="Help/MovieclipTweening/colorTransformTo.html" tiptext="Do a color (advanced) transformation on a movieclip to a given color" TEXT=".colorTransformTo(%ra, rg, ga, gb, ba, bb, aa, ab [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
	    	<string name="contrastTo" helpurl="Help/MovieclipTweening/contrastTo.html" tiptext="Do a contrast transformation on a movieclip to a given contrast" TEXT=".contrastTo(%percent [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, amplitude for elastic easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="frameTo" helpurl="Help/MovieclipTweening/frameTo.html" tiptext="Tweens timeline of movieclip" TEXT=".frameTo(%frame [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
	   		<string name="stopTween" helpurl="Help/MovieclipTweening/stopTween.html" tiptext="Stops tweens being done" TEXT=".stopTween(%[property]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="getTweens" helpurl="Help/MovieclipTweening/getTweens.html" tiptext="Returns the number of tweens being done" TEXT=".getTweens(%%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="isTweening" helpurl="Help/MovieclipTweening/isTweening.html" tiptext="Returns boolean value if a tweening is active" TEXT=".isTweening(%property%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="lockTween" helpurl="Help/MovieclipTweening/lockTween.html" tiptext="Disallows movieclip execute tween methods" TEXT=".lockTween(%%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="unlockTween" helpurl="Help/MovieclipTweening/unlockTween.html" tiptext="Allows movieclip execute tween methods" TEXT=".unlockTween(%%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="isTweenLocked" helpurl="Help/MovieclipTweening/isTweenLocked.html" tiptext="Returns boolean value if a tweening is locked" TEXT=".isTweenLocked(%%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="sizeTo" helpurl="Help/MovieclipTweening/sizeTo.html" tiptext="Scales a movieclip's _width and _height to a pixel value" TEXT=".sizeTo(%size [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
		    <string name="pauseTween" helpurl="Help/MovieclipTweening/pauseTween.html" tiptext="Pause tweens in progress" TEXT=".pauseTween(%[property]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/> 
		    <string name="unpauseTween" helpurl="Help/MovieclipTweening/unpauseTween.html" tiptext="Restart paused tweens" TEXT=".unpauseTween(%[property]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/> 
	        <string name="isTweenPaused" helpurl="Help/MovieclipTweening/isTweenPaused.html" tiptext="Returns boolean value if a tween is paused" TEXT=".isTweenPaused(%property%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
	    	<string name="stopAllTweens" helpurl="Help/MovieclipTweening/stopAllTweens.html" tiptext="Stops all tweens globally" TEXT=".stopAllTweens(%%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
	    	<string name="pauseAllTweens" helpurl="Help/MovieclipTweening/pauseAllTweens.html" tiptext="Pauses all tweens globally" TEXT=".pauseAllTweens(%%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
	    	<string name="unpauseAllTweens" helpurl="Help/MovieclipTweening/unpauseAllTweens.html" tiptext="Restarts all paused tweens globally" TEXT=".unpauseAllTweens(%%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
		    <string name="ffTween" helpurl="Help/MovieclipTweening/ffTween.html" tiptext="Jump to end of tween" TEXT=".ffTween(%[property]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/> 
		    <string name="rewTween" helpurl="Help/MovieclipTweening/rewTween.html" tiptext="Restart tween" TEXT=".rewTween(%[property]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/> 
	    	<string name="invertColorTo" helpurl="Help/MovieclipTweening/invertColorTo.html" tiptext="Photo-negative color effect" TEXT=".invertColorTo(%percent [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, amplitude for elastic easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
	    	<string name="tintTo" helpurl="Help/MovieclipTweening/tintTo.html" tiptext="Do a color transform to a given percentage" TEXT=".colorTo(%0xRRGGBB, %percent [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, amplitude for elastic easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
      </folder>
    <folder name="Built-in Classes" id="Built-in Classes" tiptext="" VERSION="6">
      <folder name="Movie" id="Movie" tiptext="" VERSION="6">
        <folder name="MovieClip" id="Movieclips" tiptext="" VERSION="6">
          <folder name="Methods" id="Methods" tiptext="" VERSION="6">
            <string name="tween" helpurl="Help/MovieclipTweening/tween.html" tiptext="Starts a movieclip tweening animation" TEXT=".tween(%property, desired property value [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="slideTo" helpurl="Help/MovieclipTweening/slideTo.html" tiptext="Slides a movieclip to a given position" TEXT=".slideTo(%x, y [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing , period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="rotateTo" helpurl="Help/MovieclipTweening/rotateTo.html" tiptext="Rotates a movieclip to a given degree" TEXT=".rotateTo(%scale [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="scaleTo" helpurl="Help/MovieclipTweening/scaleTo.html" tiptext="Scales a movieclip to a given percentage" TEXT=".scaleTo(%scale [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="alphaTo" helpurl="Help/MovieclipTweening/alphaTo.html" tiptext="Fades a movieclip to a given opacity value" TEXT=".alphaTo(%alpha [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
	   	 	<string name="brightnessTo" helpurl="Help/MovieclipTweening/brightnessTo.html" tiptext="Do a brightness transformation on a movieclip to a given brightness" TEXT=".brightnessTo(%bright [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, amplitude for elastic easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>                      
	    	<string name="brightOffsetTo" helpurl="Help/MovieclipTweening/brightOffsetTo.html" tiptext="Do a brightOffset transformation on a movieclip to a given brightOffset" TEXT=".brightOffsetTo(%percent [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, amplitude for elastic easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/> 
	    	<string name="colorTo" helpurl="Help/MovieclipTweening/colorTo.html" tiptext="Do a color (tint) transformation on a movieclip to a given color" TEXT=".colorTo(%0xRRGGBB [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, amplitude for elastic easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="colorTransformTo" helpurl="Help/MovieclipTweening/colorTransformTo.html" tiptext="Do a color (advanced) transformation on a movieclip to a given color" TEXT=".colorTransformTo(%ra, rg, ga, gb, ba, bb, aa, ab [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
	    	<string name="contrastTo" helpurl="Help/MovieclipTweening/contrastTo.html" tiptext="Do a contrast transformation on a movieclip to a given contrast" TEXT=".contrastTo(%percent [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, amplitude for elastic easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="frameTo" helpurl="Help/MovieclipTweening/frameTo.html" tiptext="Tweens timeline of movieclip" TEXT=".frameTo(%frame [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
	    	<string name="stopTween" helpurl="Help/MovieclipTweening/stopTween.html" tiptext="Stops tweens being done" TEXT=".stopTween(%[property]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="getTweens" helpurl="Help/MovieclipTweening/getTweens.html" tiptext="Returns the number of tweens being done" TEXT=".getTweens(%%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="isTweening" helpurl="Help/MovieclipTweening/isTweening.html" tiptext="Returns boolean value if a tweening is active" TEXT=".isTweening(%property%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="lockTween" helpurl="Help/MovieclipTweening/lockTween.html" tiptext="Disallows movieclip execute tween methods" TEXT=".lockTween(%%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="unlockTween" helpurl="Help/MovieclipTweening/unlockTween.html" tiptext="Allows movieclip execute tween methods" TEXT=".unlockTween(%%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="isTweenLocked" helpurl="Help/MovieclipTweening/isTweenLocked.html" tiptext="Returns boolean value if a tweening is locked" TEXT=".isTweenLocked(%%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
            <string name="sizeTo" helpurl="Help/MovieclipTweening/sizeTo.html" tiptext="Scales a movieclip's _width and _height to a pixel value" TEXT=".sizeTo(%size [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
		    <string name="pauseTween" helpurl="Help/MovieclipTweening/pauseTween.html" tiptext="Pause tweens in progress" TEXT=".pauseTween(%[property]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/> 
		    <string name="unpauseTween" helpurl="Help/MovieclipTweening/unpauseTween.html" tiptext="Restart paused tweens" TEXT=".unpauseTween(%[property]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/> 
	        <string name="isTweenPaused" helpurl="Help/MovieclipTweening/isTweenPaused.html" tiptext="Returns boolean value if a tween is paused" TEXT=".isTweenPaused(%property%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
	    	<string name="stopAllTweens" helpurl="Help/MovieclipTweening/stopAllTweens.html" tiptext="Stops all tweens globally" TEXT=".stopAllTweens(%%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
	    	<string name="pauseAllTweens" helpurl="Help/MovieclipTweening/pauseAllTweens.html" tiptext="Pauses all tweens globally" TEXT=".pauseAllTweens(%%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
	    	<string name="unpauseAllTweens" helpurl="Help/MovieclipTweening/unpauseAllTweens.html" tiptext="Restarts all paused tweens globally" TEXT=".unpauseAllTweens(%%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
		    <string name="ffTween" helpurl="Help/MovieclipTweening/ffTween.html" tiptext="Jump to end of tween" TEXT=".ffTween(%[property]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/> 
		    <string name="rewTween" helpurl="Help/MovieclipTweening/rewTween.html" tiptext="Restart tween" TEXT=".rewTween(%[property]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/> 
	    	<string name="invertColorTo" helpurl="Help/MovieclipTweening/invertColorTo.html" tiptext="Photo-negative color effect" TEXT=".invertColorTo(%percent [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, amplitude for elastic easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
	    	<string name="tintTo" helpurl="Help/MovieclipTweening/tintTo.html" tiptext="Do a color transform to a given percentage" TEXT=".colorTo(%0xRRGGBB, %percent [, seconds to complete, animation type, delay to start, callback function, amplitude for elastic or overshoot for back easing, amplitude for elastic easing, period for elastic easing]%);\n" TYPE="procedure" OBJECT="MovieClip" VERSION="6"/>
	  </folder>
        </folder>
      </folder>
    </folder>
  </actionspanel>
  <colorsyntax>
    <identifier text=".tween"/>
    <identifier text=".rotateTo"/>
    <identifier text=".slideTo"/>
    <identifier text=".scaleTo"/>
    <identifier text=".alphaTo"/>
    <identifier text=".brightnessTo"/>
    <identifier text=".brightOffsetTo"/>
    <identifier text=".colorTo"/>
    <identifier text=".colorTransformTo"/>
    <identifier text=".contrastTo"/>
    <identifier text=".frameTo"/>
    <identifier text=".stopTween"/>
    <identifier text=".getTweens"/>
    <identifier text=".isTweening"/>
    <identifier text=".lockTween"/>
    <identifier text=".unlockTween"/>
    <identifier text=".isTweenLocked"/>
    <identifier text=".sizeTo"/>
	<identifier text=".pauseTween"/> 
	<identifier text=".unpauseTween"/> 
	<identifier text=".isTweenPaused"/> 
	<identifier text=".stopAllTweens"/> 
	<identifier text=".pauseAllTweens"/> 
	<identifier text=".unpauseAllTweens"/> 
	<identifier text=".ffTween"/> 
	<identifier text=".rewTween"/> 
	<identifier text=".invertColorTo"/> 
	<identifier text=".tintTo"/> 
  </colorsyntax>
</customactions>
