controlVR.removeControl()

Availability

Flash Player 7

Edition

Flash MX 2004.

Usage

controlVR.removeControl()

Parameters

None

Returns

Returns nothing.

Description

Removes the VR object mouse and keyboard control.

Example

This example willl remove the VR object keyboard and mouse control.


on(release){

	vr_mc.removeControl()

}