home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista do CD-ROM 102
/
CD-ROM 102.iso
/
aplic
/
2sync
/
2SyncSetup.exe
/
focus
/
scripts
/
DefineSprite_1
/
frame_3
/
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
|
2002-03-20
|
131 b
|
11 lines
var notpanel;
if(_level0.focus eq "rp")
{
notpanel = "lp";
}
else
{
notpanel = "rp";
}
_parent.setFocus(notpanel);