home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
FireMan.swf
/
scripts
/
frame_5162
/
DoAction.as
Wrap
Text File
|
2008-09-12
|
335b
|
18 lines
stop();
totalBTN = 3;
Selection.setFocus("c1");
selected = new Sound();
selected.attachSound("selected");
inputText = new Sound();
inputText.attachSound("inputText");
c1.onSetFocus = function()
{
selected.start();
};
c1.onChanged = function()
{
inputText.start();
};
c1.backgroundColor = 7829367;
again = false;