|
|
 |
DESCRIPTION |
| |
 |
|
|
You need to upgrade your Flash Player
This is replaced by the Flash content.
|
|
|
Mouse
Wheel component is HELPER COMPONENT.
Component is made to help in case of mouse wheel usage. All parameters of
Mouse Wheel 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: $2.49 |
| |
|
|
| |
| PROPERTY
INSPECTOR OPTIONS |
These options are available in
property inspector.
| Properties |
Values |
Description |
| |
|
|
|
Path
to function
that will be executed when mouse wheel turns. |
| 8.
Enabled |
true |
Enables/disables
component instance. |
| 9.
MW ICON VISIBLE |
false |
Shows/hides
component instance icon. |
You can create function in
"_root" timeline named "wheelFunction".
function
wheelFunction(scrollDirection, instanceName, instanceNamePath){
trace(scrollDirection+"
"+instanceName+" "+instanceNamePath);
}
In property inspector in
"Function Path" field type "_root.wheelFunction();"
"UP" or
"DOWN" will be traced, as the name and path of
component instance.