home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dye Another Day
/
DyeAnotherDay.bin
/
swf
/
help.swf
/
scripts
/
DefineSprite_190
/
frame_1
/
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
|
197 b
|
11 lines
if(_root.fadein5 == true & _root.busy == false)
{
_root.busy = true;
gotoAndPlay(3);
}
if(_root.fadeout5 == true & _root.busy == false)
{
_root.busy = true;
gotoAndPlay(5);
}