Flash Player 7
Flash MX 2004.
controlVR.setTempo(milsec)
milsec : milliseconds between each image interval on auto rotation
Returns nothing.
Determines the milliseconds between each image interval on auto rotation. For instance if you need the image interval to be 0.5 second you would set the tempo to 500.
This example willl be placed on a button and will set the tempo of the object to 60milliseconds::
on(release){
vr_mc.setTempo(60)
}