home *** CD-ROM | disk | FTP | other *** search
/ One Click 14 / OneClick14.iso / Curso / Aula10.swf / scripts / frame_5 / DoAction.as
Encoding:
Text File  |  2004-08-03  |  161 b   |  7 lines

  1. stop();
  2. mySound.stop();
  3. mySound = null;
  4. mySound = new Sound();
  5. mySound.loadSound("\\audio\\aula10\\" + this._currentframe + ".mp3",true);
  6. mySound.start();
  7.