|
 |
DESCRIPTION |
|
 |
|
You need to upgrade your Flash Player
This is replaced by the Flash content.
|
|
|
Color
Swap Fader component is HELPER COMPONENT and is one of the
most powerful tools.
Component is made to help in creating smooth, animated color swapping on movie clips, dynamic text fields, buttons... Starting or stopping Color Swap Fader can be controlled
only with Action Script. How to start/stop see NOTE. All parameters of
Color Swap Fader component can be controlled thru Property Inspector, or by
Action Script. For more information's on how to control or
extend component with Action Script
see Helper Components AS Help Files.
|
PRICE: $5.00 |
|
|
|
PROPERTY
INSPECTOR OPTIONS |
These options are available in
property inspector.
Properties |
Values |
Description |
|
|
|
Path
to movie clip you want affect to. |
2.
Movie Color |
|
Starting
color of movie. |
3.
Color 1 Transparency |
100 |
Starting
color transparency. |
4.
Roll Over Color |
|
Roll
over color. |
5.
Color 2 Transparency |
100 |
Roll
over color transparency. |
6.
Press Color Enabled |
true |
Enables/disables
onPress color. |
7.
Press Color |
|
Press
color |
8.
Color 3 Transparency |
100 |
Press
color transparency. |
9.
Roll Over Fade Speed |
200 |
Roll
over fade speed. |
10.
Roll Out Fade Speed |
200 |
Roll
out fade speed. |
11.
Press Fade Speed |
500 |
Press
fade speed. |
12.
Release Fade Speed |
500 |
Release
fade speed. |
13.
Loop Fade |
false |
Enables/disables
loop fading. |
14.
Enabled |
true |
Enables/disables
component instance. |
15.
Disabled Color |
|
Disabled
color. |
16.
Disabled Color Transp... |
100 |
Disabled
color transparency. |
17.
Group Name |
csfGroup |
Name
of csf group. |
18.
CSF ICON VISIBLE |
false |
Shows/hides
component instance icon. |
Starting and Stopping of Color
Swap Fader...
Example:
myButton.onRollOver =
function(){
componentInstance.rollOverFunction();
}
myButton.onRollOut = function(){
componentInstance.rollOutFunction();
}
Differences between
"Color Swap Fader" and "Color Swap Fader
Basic".
1. In "Color Swap Fader
Basic" you can't use mouse events,... "rollOver",
"rollOut", "press", "release" and
"releaseOutside", because they are used in component,
but that's why it is simplest for usage. To avoid this
limitation you can use "Mouse Actions" Helper
Component.
2. "Color Swap Fader Basic" is not recommended to be
dynamically deleted,... recommended only for static usage.
3. "Color Swap Fader Basic" can't be triggered from
other movie clips but only from movie clip that is linked to.
4. "Color Swap Fader Basic" is simplest to use because
you don't have to write code to trigger effect, but only
function that will be triggered on mouse action you specify in
property inspector of "Color Swap Fader Basic".