home *** CD-ROM | disk | FTP | other *** search
- stop();
- this.btAvanca_btn._visible = false;
- this.btVolta_btn._visible = true;
- this.texto_txt.text = "Se você quiser aplicar esta transição para todos os slides, clique no botão \'Aplicar a todos os Slides\'.";
- mySound.stop();
- mySound = null;
- mySound = new Sound();
- mySound.loadSound("\\audio\\aula12\\" + this._currentframe + ".mp3",true);
- mySound.start();
-