home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D Games (Spidla)
/
3dhry2.iso
/
InterBingo 1.0
/
InterBingoSetup.exe
/
InstallResource.swf
/
scripts
/
DefineSprite_94
/
frame_1
/
DoAction_2.as
next >
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
|
2002-07-25
|
261 b
|
18 lines
function SetLabel(lbl)
{
this.Label = lbl;
}
function SetState(active)
{
if(active)
{
trace(this._name + " - Active");
gotoAndStop(5);
}
else
{
trace(this._name + " - Disabled");
gotoAndStop(1);
}
}