MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 628

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

Sound.getPan()
Availability
Flash Player 5.
Usage
my_sound.getPan();
Parameters
None.
Returns
An integer.
Description
Method; returns the pan level set in the last
(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 SWF file.
This method is cumulative with
See also
Sound.setPan()
Sound.getTransform()
Availability
Flash Player 5.
Usage
my_sound.getTransform();
Parameters
None.
Returns
An object with properties that contain the channel percentage values for the specified
sound object.
Description
Method; returns the sound transform information for the specified Sound object set with the last
Sound.setTransform()
628
Chapter 12: ActionScript Dictionary
setPan()
or
setVolume()
call.
call as an integer from -100 (left) to 100
.
setTransform()

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Questions and answers

Table of Contents