home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dye Another Day
/
DyeAnotherDay.bin
/
swf
/
help.swf
/
scripts
/
DefineSprite_190
/
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
|
2003-03-28
|
266 b
|
18 lines
if(_parent._alpha < 0)
{
_parent._alpha = 0;
_root.busy = false;
_root.fadeout5 = false;
i = 1;
while(i < 10)
{
eval("_parent._parent.but" + i).gotoAndStop(1);
i++;
}
gotoAndPlay(1);
}
else
{
gotoAndPlay(5);
}