home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual: Windows XP
/
CDWindowsXP.iso
/
Datos
/
Multimedia
/
tour
/
Professional
/
nav.swf
/
scripts
/
DefineSprite_111
/
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
|
2001-07-26
|
266 b
|
23 lines
function over()
{
if(!_level0.bkgd.musicOn)
{
gotoAndPlay(28);
}
else
{
gotoAndPlay(5);
}
}
function out()
{
if(!_level0.bkgd.musicOn)
{
gotoAndPlay(37);
}
else
{
gotoAndPlay(14);
}
}