home *** CD-ROM | disk | FTP | other *** search
/ Inside Dreamweaver 4 / IDW4.ISO / pc / Projects / ch20 / sound / flash_sound.swf / scripts / DefineButton2_5 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-02-20  |  123 b   |  7 lines

  1. on(release){
  2.    mySound = new Sound();
  3.    mySound.stop();
  4.    mySound.attachSound("groove");
  5.    mySound.start(0,5);
  6. }
  7.