home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
One Click 21 (Special)
/
OC021.iso
/
Videoaula
/
Aula4.swf
/
scripts
/
frame_3
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-10-13
|
390 b
|
10 lines
stop();
this.btAvanca_btn._visible = false;
this.btVolta_btn._visible = true;
this.texto_txt.text = "A apresentação será salva na pasta que você determinar. Sempre que precisar salvar seus trabalhos, clique no botão \'Salvar\'.";
mySound.stop();
mySound = null;
mySound = new Sound();
mySound.loadSound("\\audio\\aula4\\" + this._currentframe + ".mp3",true);
mySound.start();