controlVR.spinStart()

Availability

Flash Player 7

Edition

Flash MX 2004.

Usage

controlVR.spinStart()

Parameters

None.

Returns

Returns nothing.

Description

Starts automatically spinning the object, if it is not allready spinning.

Example

This example willl be placed on a button and will start to auto spin the object::


on(release){

	vr_mc.spinStart()

}