home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Videoaula / Aula3.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2004-10-13  |  378 b   |  10 lines

  1. stop();
  2. this.btAvanca_btn._visible = false;
  3. this.btVolta_btn._visible = false;
  4. this.texto_txt.text = "Quando sua apresenta├º├úo estiver pronta, voc├¬ poder├í visualiz├í-la clicando no ├¡cone \'Apresenta├º├úo de Slides\'.";
  5. mySound.stop();
  6. mySound = null;
  7. mySound = new Sound();
  8. mySound.loadSound("\\audio\\aula3\\" + this._currentframe + ".mp3",true);
  9. mySound.start();
  10.