controlVR.giveControl()

Availability

Flash Player 7

Edition

Flash MX 2004.

Usage

controlVR.giveControl()

Parameters

None

Returns

Returns nothing.

Description

Gives the VR object mouse and keyboard control.

Example

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


on(release){

	vr_mc.giveControl()

}