home *** CD-ROM | disk | FTP | other *** search
- stop();
- this.btAvanca_btn._visible = false;
- this.btVolta_btn._visible = true;
- this.texto_txt.text = "Você pode acrescentar slides com Layouts diferentes, personalizando sua apresentação da maneira que desejar.";
- mySound.stop();
- mySound = null;
- mySound = new Sound();
- mySound.loadSound("\\audio\\aula5\\" + this._currentframe + ".mp3",true);
- mySound.start();
-