class FlxSoundGroup
package flixel.system
A way of grouping sounds for things such as collective volume control
Constructor
Variables
Methods
add(sound:FlxSound):Bool
Add a sound to this group
Parameters:
sound | The sound to add to this group |
---|
Returns:
True if sound was successfully added, false otherwise