S > Sound.getPan

 

Sound.getPan

Availability

Flash Player 5.

Usage

mySound.getPan();

Parameters

None.

Returns

Nothing.

Description

Method; returns the pan level set in the last setPan call as an integer from -100 (left) to 100 (right). (0 sets the left and right channels equally.) The pan setting controls the left-right balance of the current and future sounds in a movie.

This method is cumulative with the setVolume or setTransform methods.

See also

Sound.setPan