home *** CD-ROM | disk | FTP | other *** search
- stop();
- this.btAvanca_btn._visible = false;
- this.btVolta_btn._visible = false;
- this.texto_txt.text = "No campo \'Hyperlink para\', clique na seta para abrir a lista.";
- mySound.stop();
- mySound = null;
- mySound = new Sound();
- mySound.loadSound("\\audio\\aula11\\" + this._currentframe + ".mp3",true);
- mySound.start();
-