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 b6c6d59 commit 0a7b0e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ SoundAS has an API designed to ease management of Sounds within your AS3 project
//allowInterrupt: If this sound is currently playing, start it over.
SoundAS.play("click", volume, startTime, loops, allowMultiple, allowInterrupt);


//Shortcut for typical game fx (doesn't loop, allows for overlapping instances)
//Shortcut for typical game fx (no looping, allows for multiple instances)
SoundAS.playFx("click");

//Shortcut for typical game music (loops forever, does not allow for overlapping instances)
//Shortcut for typical game music (loops forever, no multiple instances)
SoundAS.playLoop("click");

//Toggle Mute
Expand Down

0 comments on commit 0a7b0e2

Please sign in to comment.