home *** CD-ROM | disk | FTP | other *** search
- stop();
- this.btAvanca_btn._visible = false;
- this.btVolta_btn._visible = true;
- this.texto_txt.text = "A caixa de texto será inserida no slide e você poderá digitar nela o que quiser.";
- mySound.stop();
- mySound = null;
- mySound = new Sound();
- mySound.loadSound("\\audio\\aula6\\" + this._currentframe + ".mp3",true);
- mySound.start();
-