home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dye Another Day
/
DyeAnotherDay.bin
/
swf
/
help.swf
/
scripts
/
DefineButton2_147
/
BUTTONCONDACTION on(release, keyPress Right).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
|
298 b
|
17 lines
on(release, keyPress "<Right>"){
if(_root.part != 17)
{
_root.part++;
_root.newstep = 1;
_root.stepcheck.gotoAndPlay(2);
with(_root.topmenumovies)
{
play();
}
with(_root.containerfade)
{
play();
}
}
}