home *** CD-ROM | disk | FTP | other *** search
- stop();
- this.btAvanca_btn._visible = false;
- this.btVolta_btn._visible = false;
- this.texto_txt.text = "Preencha o título da apresentação da maneira como desejar e clique no botão \'Avançar\'.";
- mySound.stop();
- mySound = null;
- mySound = new Sound();
- mySound.loadSound("\\audio\\aula1\\" + this._currentframe + ".mp3",true);
- mySound.start();
-