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

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