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 8127108 commit b6c6d59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ SoundAS has an API designed to ease management of Sounds within your AS3 project

#Basic Playback

//Play, by default does not allow multiple instances of a Sound.
//Play sound.
//allowMultiple: Allow multiple overlapping sound instances.
//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)
SoundAS.playFx("click");

Expand Down

0 comments on commit b6c6d59

Please sign in to comment.