controlVR.spinStop()

Availability

Flash Player 7

Edition

Flash MX 2004.

Usage

controlVR.spinStop()

Parameters

None.

Returns

Returns nothing.

Description

Stops spinning the object, if it is not already stopped.

Example

This example willl be placed on a button and will stop spinning the object::


on(release){

	vr_mc.spinStop()

}