home *** CD-ROM | disk | FTP | other *** search
- stop();
- this.btAvanca_btn._visible = false;
- this.btVolta_btn._visible = false;
- this.texto_txt.text = "Clique na área de trabalho, arraste e solte, formando um retângulo.";
- mySound.stop();
- mySound = null;
- mySound = new Sound();
- mySound.loadSound("\\audio\\aula6\\" + this._currentframe + ".mp3",true);
- mySound.start();
-