controlVR.setTempo()

Availability

Flash Player 7

Edition

Flash MX 2004.

Usage

controlVR.setTempo(milsec)

Parameters

milsec : milliseconds between each image interval on auto rotation

Returns

Returns nothing.

Description

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.

Example

This example willl be placed on a button and will set the tempo of the object to 60milliseconds::


on(release){

	vr_mc.setTempo(60)

}