controlVR.zoomReset()

Availability

Flash Player 7

Edition

Flash MX 2004.

Usage

controlVR.zoomReset()

Parameters

None.

Returns

Returns nothing.

Description

Calling the zoomReset method will reset the object to 100 percent in size.

Example

This example willl be placed on a button and will reset the object to 100 percent:


on(release){

	vr_mc.zoomReset()

}