Flash Sound and Volume

esse quam videri
Revision as of 22:11, 25 May 2007 by Jeff (talk | contribs) (New page: Category:Sound for Interaction Make a new flash document Image:FlashVol_NewDocument.png Import Sound file to Library Image:FlashVol_Import.png <csharp> mySound = new Sound()...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Make a new flash document FlashVol NewDocument.png

Import Sound file to Library FlashVol Import.png

<csharp> mySound = new Sound(); //New sound object called mySound mySound.attachSound("StringBender"); //set mySound = to the named instance in the library </csharp>