home *** CD-ROM | disk | FTP | other *** search
- stop();
- this.btAvanca_btn._visible = false;
- this.btVolta_btn._visible = false;
- this.texto_txt.text = "Quando sua apresentação estiver pronta, você poderá visualizá-la clicando no ícone \'Apresentação de Slides\'.";
- mySound.stop();
- mySound = null;
- mySound = new Sound();
- mySound.loadSound("\\audio\\aula3\\" + this._currentframe + ".mp3",true);
- mySound.start();
-