home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
One Click 21 (Special)
/
OC021.iso
/
Videoaula
/
Aula9.swf
/
scripts
/
frame_6
/
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
|
394 b
|
10 lines
stop();
this.btAvanca_btn._visible = false;
this.btVolta_btn._visible = true;
this.texto_txt.text = "A nova cor será aplicada à imagem de fundo. Você pode utilizar esse método para mudar a cor de fundo quando não houver uma imagem.";
mySound.stop();
mySound = null;
mySound = new Sound();
mySound.loadSound("\\audio\\aula9\\" + this._currentframe + ".mp3",true);
mySound.start();