Flash Lite 1.x ActionScript Language Reference |
|
|
|
| Flash Lite Specific Language Elements > fscommand2() > StopVibrate | |||
Flash Lite 1.1.
Stops the current vibration, if any.
|
Command |
Parameters |
Value returned |
|---|---|---|
|
|
None. |
-1: Not supported. 0: The vibration stopped. |
The following example calls StopVibrate and saves the result (not supported or vibration stopped) in the status variable:
status = fscommand2("StopVibrate");
|
|
|
|