These options are available in
property inspector.
| Properties |
Values |
Description |
| |
|
|
|
Target
to movie you want to extend. |
| 2.
Mouse Roll Over |
_root.rollOverFunction(); |
Path
to function that will be executed. |
| 3.
Roll Over Delay |
0 |
Delay
of function execution. |
| 4.
Mouse Roll Out |
_root.rollOutFunction(); |
Path
to function that will be executed. |
| 5.
Roll Out Delay |
0 |
Delay
of function execution. |
| 6.
Press |
_root.pressFunction(); |
Path
to function that will be executed. |
| 7.
Press Delay |
0 |
Delay
of function execution. |
| 8.
Release |
_root.releaseFunction(); |
Path
to function that will be executed. |
| 9.
Release Delay |
0 |
Delay
of function execution. |
| 10.
Release Outside |
_root.releaseOutsideFunction(); |
Path
to function that will be executed. |
| 11.
Release Outside Delay |
0 |
Delay
of function execution. |
| 12.
Press Out |
_root.pressOutFunction(); |
Path
to function that will be executed. |
| 13.
Press Out Delay |
0 |
Delay
of function execution. |
| 14.
Press Out Release Out |
_root.presOutROutFunction(); |
Path
to function that will be executed. |
| 15.
Press Out R. Ou. Delay |
0 |
Delay
of function execution. |
| 16.
Press Out Release Over |
_root.pressOutROverFunction(); |
Path
to function that will be executed. |
| 17.
Press Out R. Ov. Delay |
0 |
Delay
of function execution. |
| 18.
Double Click |
true |
Enables/disables
double click. |
| 19.
Double Click |
_root.doubleClickFunction(); |
Path
to function that will be executed. |
| 20.
Double Click Speed |
3 |
Double
click speed. |
| 21.
Tool Tip Enabled |
true |
Enables/disables
tool tip. |
| 22.
Show After |
1 |
Time
after tool tip shows. |
| 23.
End After |
5 |
Time
after tool tip ends. |
| 24.
Text |
this
is tool tip text |
Tool
tip text. |
| 25.
Text Font |
Arial |
Font. |
| 26.
Text Size |
10 |
Font
Size. |
| 27.
Text Color |
|
Tool
tip text color. |
| 28.
Background Enabled |
true |
Enables/disables
background of tool tip. |
| 29.
Background Color |
|
Tool
tip background color. |
| 30.
Border Enabled |
true |
Enables/disables
border of tool tip. |
| 31.
Border Color |
|
Tool
tip border color. |
| 32.
Group Name |
mouseActionsGroup |
Mouse
actions group. |
| 33.
Enabled |
true |
Enables/disables
component instance. |
| 34.
MA ICON VISIBLE |
false |
Shows/hides
component instance icon. |
With Mouse
Actions, you can still use standard mouse events on targeted
movie: "onRollOver", "onRollOut", "onPress",
"onRelease" and "onReleaseOutside".