Flash Player 7
Flash MX 2004.
controlVR.spinStart()
None.
Returns nothing.
Starts automatically spinning the object, if it is not allready spinning.
This example willl be placed on a button and will start to auto spin the object::
on(release){
vr_mc.spinStart()
}