Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
esDotDev committed Apr 22, 2013
1 parent f733f86 commit d4f9f37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Controls playback of individual sounds, allowing you to easily stop, start, resu
* **pause**():SoundInstance
* **resume**():SoundInstance
* **stop**():SoundInstance
* **set volume**(value:Number):void
* **set mute**(value:Boolean):void
* **fadeFrom**(startVolume:Number, endVolume:Number, duration:Number = 1000):SoundInstance
* **fadeTo**(endVolume:Number, duration:Number = 1000):SoundInstance
* **destroy**():void
Expand Down

0 comments on commit d4f9f37

Please sign in to comment.